← 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-724734-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=724734&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 724734,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000345165.10",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.712A>C",
"hgvs_p": "p.Lys238Gln",
"transcript": "NM_001378030.1",
"protein_id": "NP_001364959.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 470,
"cds_start": 712,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 788,
"cdna_end": null,
"cdna_length": 1585,
"mane_select": "ENST00000345165.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.712A>C",
"hgvs_p": "p.Lys238Gln",
"transcript": "ENST00000345165.10",
"protein_id": "ENSP00000316851.5",
"transcript_support_level": 5,
"aa_start": 238,
"aa_end": null,
"aa_length": 470,
"cds_start": 712,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 788,
"cdna_end": null,
"cdna_length": 1585,
"mane_select": "NM_001378030.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.712A>C",
"hgvs_p": "p.Lys238Gln",
"transcript": "ENST00000293889.10",
"protein_id": "ENSP00000293889.6",
"transcript_support_level": 1,
"aa_start": 238,
"aa_end": null,
"aa_length": 438,
"cds_start": 712,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 818,
"cdna_end": null,
"cdna_length": 1611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.712A>C",
"hgvs_p": "p.Lys238Gln",
"transcript": "NM_001031737.3",
"protein_id": "NP_001026907.2",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 438,
"cds_start": 712,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 788,
"cdna_end": null,
"cdna_length": 1581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.712A>C",
"hgvs_p": "p.Lys238Gln",
"transcript": "NM_001378031.1",
"protein_id": "NP_001364960.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 410,
"cds_start": 712,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 788,
"cdna_end": null,
"cdna_length": 1405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1159A>C",
"hgvs_p": "p.Lys387Gln",
"transcript": "XM_011522356.2",
"protein_id": "XP_011520658.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 643,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 2104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1147A>C",
"hgvs_p": "p.Lys383Gln",
"transcript": "XM_011522357.2",
"protein_id": "XP_011520659.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 639,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 1223,
"cdna_end": null,
"cdna_length": 2092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1159A>C",
"hgvs_p": "p.Lys387Gln",
"transcript": "XM_011522358.3",
"protein_id": "XP_011520660.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 635,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1908,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 2080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1126A>C",
"hgvs_p": "p.Lys376Gln",
"transcript": "XM_011522359.2",
"protein_id": "XP_011520661.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 632,
"cds_start": 1126,
"cds_end": null,
"cds_length": 1899,
"cdna_start": 1202,
"cdna_end": null,
"cdna_length": 2071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1114A>C",
"hgvs_p": "p.Lys372Gln",
"transcript": "XM_011522360.2",
"protein_id": "XP_011520662.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 628,
"cds_start": 1114,
"cds_end": null,
"cds_length": 1887,
"cdna_start": 1190,
"cdna_end": null,
"cdna_length": 2059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1159A>C",
"hgvs_p": "p.Lys387Gln",
"transcript": "XM_011522361.2",
"protein_id": "XP_011520663.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 619,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1860,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 2032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1159A>C",
"hgvs_p": "p.Lys387Gln",
"transcript": "XM_017022929.2",
"protein_id": "XP_016878418.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 611,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 2008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1159A>C",
"hgvs_p": "p.Lys387Gln",
"transcript": "XM_011522362.2",
"protein_id": "XP_011520664.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 600,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1803,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 2160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1159A>C",
"hgvs_p": "p.Lys387Gln",
"transcript": "XM_011522363.2",
"protein_id": "XP_011520665.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 587,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1764,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 2028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1159A>C",
"hgvs_p": "p.Lys387Gln",
"transcript": "XM_011522364.2",
"protein_id": "XP_011520666.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 579,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 2004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.946A>C",
"hgvs_p": "p.Lys316Gln",
"transcript": "XM_011522365.2",
"protein_id": "XP_011520667.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 572,
"cds_start": 946,
"cds_end": null,
"cds_length": 1719,
"cdna_start": 1022,
"cdna_end": null,
"cdna_length": 1891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.937A>C",
"hgvs_p": "p.Lys313Gln",
"transcript": "XM_011522366.2",
"protein_id": "XP_011520668.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 569,
"cds_start": 937,
"cds_end": null,
"cds_length": 1710,
"cdna_start": 1013,
"cdna_end": null,
"cdna_length": 1882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.934A>C",
"hgvs_p": "p.Lys312Gln",
"transcript": "XM_006720838.2",
"protein_id": "XP_006720901.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 568,
"cds_start": 934,
"cds_end": null,
"cds_length": 1707,
"cdna_start": 1010,
"cdna_end": null,
"cdna_length": 1879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.934A>C",
"hgvs_p": "p.Lys312Gln",
"transcript": "XM_047433602.1",
"protein_id": "XP_047289558.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 544,
"cds_start": 934,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1010,
"cdna_end": null,
"cdna_length": 1807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.778A>C",
"hgvs_p": "p.Lys260Gln",
"transcript": "XM_011522367.2",
"protein_id": "XP_011520669.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 516,
"cds_start": 778,
"cds_end": null,
"cds_length": 1551,
"cdna_start": 854,
"cdna_end": null,
"cdna_length": 1723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.766A>C",
"hgvs_p": "p.Lys256Gln",
"transcript": "XM_011522368.2",
"protein_id": "XP_011520670.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 512,
"cds_start": 766,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 842,
"cdna_end": null,
"cdna_length": 1711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.724A>C",
"hgvs_p": "p.Lys242Gln",
"transcript": "XM_011522369.2",
"protein_id": "XP_011520671.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 498,
"cds_start": 724,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 800,
"cdna_end": null,
"cdna_length": 1669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.712A>C",
"hgvs_p": "p.Lys238Gln",
"transcript": "XM_006720843.5",
"protein_id": "XP_006720906.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 494,
"cds_start": 712,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 788,
"cdna_end": null,
"cdna_length": 1657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.640A>C",
"hgvs_p": "p.Lys214Gln",
"transcript": "XM_047433603.1",
"protein_id": "XP_047289559.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 470,
"cds_start": 640,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 1102,
"cdna_end": null,
"cdna_length": 1971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.640A>C",
"hgvs_p": "p.Lys214Gln",
"transcript": "XM_047433604.1",
"protein_id": "XP_047289560.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 470,
"cds_start": 640,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 969,
"cdna_end": null,
"cdna_length": 1838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.556A>C",
"hgvs_p": "p.Lys186Gln",
"transcript": "XM_011522370.2",
"protein_id": "XP_011520672.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 442,
"cds_start": 556,
"cds_end": null,
"cds_length": 1329,
"cdna_start": 632,
"cdna_end": null,
"cdna_length": 1501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.271A>C",
"hgvs_p": "p.Lys91Gln",
"transcript": "XM_047433605.1",
"protein_id": "XP_047289561.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 347,
"cds_start": 271,
"cds_end": null,
"cds_length": 1044,
"cdna_start": 756,
"cdna_end": null,
"cdna_length": 1625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.259A>C",
"hgvs_p": "p.Lys87Gln",
"transcript": "XM_047433606.1",
"protein_id": "XP_047289562.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 343,
"cds_start": 259,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 744,
"cdna_end": null,
"cdna_length": 1613,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.880A>C",
"hgvs_p": null,
"transcript": "ENST00000439619.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.863A>C",
"hgvs_p": null,
"transcript": "ENST00000463539.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.885A>C",
"hgvs_p": null,
"transcript": "ENST00000466708.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1847,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.903A>C",
"hgvs_p": null,
"transcript": "ENST00000478979.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.1403A>C",
"hgvs_p": null,
"transcript": "ENST00000481804.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3248,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.1306A>C",
"hgvs_p": null,
"transcript": "ENST00000482878.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.865A>C",
"hgvs_p": null,
"transcript": "ENST00000485091.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.974A>C",
"hgvs_p": null,
"transcript": "ENST00000538176.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.1084A>C",
"hgvs_p": null,
"transcript": "ENST00000682391.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.1098A>C",
"hgvs_p": null,
"transcript": "NR_165382.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.744A>C",
"hgvs_p": null,
"transcript": "NR_165383.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.709A>C",
"hgvs_p": null,
"transcript": "NR_165384.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.980A>C",
"hgvs_p": null,
"transcript": "NR_165385.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.876A>C",
"hgvs_p": null,
"transcript": "NR_165386.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.199-225A>C",
"hgvs_p": null,
"transcript": "NM_001378033.1",
"protein_id": "NP_001364962.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.-99A>C",
"hgvs_p": null,
"transcript": "ENST00000482152.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.*193A>C",
"hgvs_p": null,
"transcript": "ENST00000423653.6",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.*173A>C",
"hgvs_p": null,
"transcript": "ENST00000460023.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.*250A>C",
"hgvs_p": null,
"transcript": "ENST00000544996.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.*173A>C",
"hgvs_p": null,
"transcript": "XM_047433607.1",
"protein_id": "XP_047289563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 262,
"cds_start": -4,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"dbsnp": "rs142136104",
"frequency_reference_population": 0.011127885,
"hom_count_reference_population": 120,
"allele_count_reference_population": 17941,
"gnomad_exomes_af": 0.0114381,
"gnomad_genomes_af": 0.00815453,
"gnomad_exomes_ac": 16699,
"gnomad_genomes_ac": 1242,
"gnomad_exomes_homalt": 111,
"gnomad_genomes_homalt": 9,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.005903840065002441,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.037,
"revel_prediction": "Benign",
"alphamissense_score": 0.0966,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.03,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000345165.10",
"gene_symbol": "CCDC78",
"hgnc_id": 14153,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.712A>C",
"hgvs_p": "p.Lys238Gln"
}
],
"clinvar_disease": "Congenital myopathy with internal nuclei and atypical cores,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:4",
"phenotype_combined": "not specified|Congenital myopathy with internal nuclei and atypical cores|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}