← 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-722986-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=722986&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 722986,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001378030.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1237C>T",
"hgvs_p": "p.Arg413Trp",
"transcript": "NM_001378030.1",
"protein_id": "NP_001364959.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 470,
"cds_start": 1237,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000345165.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378030.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1237C>T",
"hgvs_p": "p.Arg413Trp",
"transcript": "ENST00000345165.10",
"protein_id": "ENSP00000316851.5",
"transcript_support_level": 5,
"aa_start": 413,
"aa_end": null,
"aa_length": 470,
"cds_start": 1237,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001378030.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000345165.10"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Ser411Ser",
"transcript": "ENST00000293889.10",
"protein_id": "ENSP00000293889.6",
"transcript_support_level": 1,
"aa_start": 411,
"aa_end": null,
"aa_length": 438,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000293889.10"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1237C>T",
"hgvs_p": "p.Arg413Trp",
"transcript": "ENST00000947033.1",
"protein_id": "ENSP00000617092.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 482,
"cds_start": 1237,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947033.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1267C>T",
"hgvs_p": "p.Arg423Trp",
"transcript": "ENST00000947032.1",
"protein_id": "ENSP00000617091.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 480,
"cds_start": 1267,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947032.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1237C>T",
"hgvs_p": "p.Arg413Trp",
"transcript": "ENST00000853033.1",
"protein_id": "ENSP00000523092.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 462,
"cds_start": 1237,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853033.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1204C>T",
"hgvs_p": "p.Arg402Trp",
"transcript": "ENST00000853031.1",
"protein_id": "ENSP00000523090.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 459,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853031.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1111C>T",
"hgvs_p": "p.Arg371Trp",
"transcript": "ENST00000853035.1",
"protein_id": "ENSP00000523094.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 428,
"cds_start": 1111,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853035.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1069C>T",
"hgvs_p": "p.Arg357Trp",
"transcript": "ENST00000853032.1",
"protein_id": "ENSP00000523091.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 414,
"cds_start": 1069,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853032.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1057C>T",
"hgvs_p": "p.Arg353Trp",
"transcript": "NM_001378031.1",
"protein_id": "NP_001364960.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 410,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378031.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1057C>T",
"hgvs_p": "p.Arg353Trp",
"transcript": "ENST00000853034.1",
"protein_id": "ENSP00000523093.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 410,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853034.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.670C>T",
"hgvs_p": "p.Arg224Trp",
"transcript": "NM_001378033.1",
"protein_id": "NP_001364962.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 281,
"cds_start": 670,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378033.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1756C>T",
"hgvs_p": "p.Arg586Trp",
"transcript": "XM_011522356.2",
"protein_id": "XP_011520658.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 643,
"cds_start": 1756,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522356.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1744C>T",
"hgvs_p": "p.Arg582Trp",
"transcript": "XM_011522357.2",
"protein_id": "XP_011520659.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 639,
"cds_start": 1744,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522357.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1756C>T",
"hgvs_p": "p.Arg586Trp",
"transcript": "XM_011522358.3",
"protein_id": "XP_011520660.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 635,
"cds_start": 1756,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522358.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1723C>T",
"hgvs_p": "p.Arg575Trp",
"transcript": "XM_011522359.2",
"protein_id": "XP_011520661.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 632,
"cds_start": 1723,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522359.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1711C>T",
"hgvs_p": "p.Arg571Trp",
"transcript": "XM_011522360.2",
"protein_id": "XP_011520662.1",
"transcript_support_level": null,
"aa_start": 571,
"aa_end": null,
"aa_length": 628,
"cds_start": 1711,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522360.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1684C>T",
"hgvs_p": "p.Arg562Trp",
"transcript": "XM_011522361.2",
"protein_id": "XP_011520663.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 619,
"cds_start": 1684,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522361.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1684C>T",
"hgvs_p": "p.Arg562Trp",
"transcript": "XM_017022929.2",
"protein_id": "XP_016878418.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 611,
"cds_start": 1684,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022929.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1543C>T",
"hgvs_p": "p.Arg515Trp",
"transcript": "XM_011522365.2",
"protein_id": "XP_011520667.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 572,
"cds_start": 1543,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522365.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1534C>T",
"hgvs_p": "p.Arg512Trp",
"transcript": "XM_011522366.2",
"protein_id": "XP_011520668.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 569,
"cds_start": 1534,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522366.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1531C>T",
"hgvs_p": "p.Arg511Trp",
"transcript": "XM_006720838.2",
"protein_id": "XP_006720901.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 568,
"cds_start": 1531,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720838.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1459C>T",
"hgvs_p": "p.Arg487Trp",
"transcript": "XM_047433602.1",
"protein_id": "XP_047289558.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 544,
"cds_start": 1459,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433602.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1375C>T",
"hgvs_p": "p.Arg459Trp",
"transcript": "XM_011522367.2",
"protein_id": "XP_011520669.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 516,
"cds_start": 1375,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522367.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1363C>T",
"hgvs_p": "p.Arg455Trp",
"transcript": "XM_011522368.2",
"protein_id": "XP_011520670.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 512,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522368.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1321C>T",
"hgvs_p": "p.Arg441Trp",
"transcript": "XM_011522369.2",
"protein_id": "XP_011520671.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 498,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522369.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1309C>T",
"hgvs_p": "p.Arg437Trp",
"transcript": "XM_006720843.5",
"protein_id": "XP_006720906.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 494,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720843.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1237C>T",
"hgvs_p": "p.Arg413Trp",
"transcript": "XM_047433603.1",
"protein_id": "XP_047289559.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 470,
"cds_start": 1237,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433603.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1237C>T",
"hgvs_p": "p.Arg413Trp",
"transcript": "XM_047433604.1",
"protein_id": "XP_047289560.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 470,
"cds_start": 1237,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433604.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1153C>T",
"hgvs_p": "p.Arg385Trp",
"transcript": "XM_011522370.2",
"protein_id": "XP_011520672.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 442,
"cds_start": 1153,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522370.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.868C>T",
"hgvs_p": "p.Arg290Trp",
"transcript": "XM_047433605.1",
"protein_id": "XP_047289561.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 347,
"cds_start": 868,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433605.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.856C>T",
"hgvs_p": "p.Arg286Trp",
"transcript": "XM_047433606.1",
"protein_id": "XP_047289562.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 343,
"cds_start": 856,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433606.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Ser411Ser",
"transcript": "NM_001031737.3",
"protein_id": "NP_001026907.2",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 438,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001031737.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1680C>T",
"hgvs_p": "p.Ser560Ser",
"transcript": "XM_011522362.2",
"protein_id": "XP_011520664.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 600,
"cds_start": 1680,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522362.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1680C>T",
"hgvs_p": "p.Ser560Ser",
"transcript": "XM_011522363.2",
"protein_id": "XP_011520665.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 587,
"cds_start": 1680,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522363.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1680C>T",
"hgvs_p": "p.Ser560Ser",
"transcript": "XM_011522364.2",
"protein_id": "XP_011520666.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 579,
"cds_start": 1680,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522364.2"
},
{
"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": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "c.1201-39C>T",
"hgvs_p": null,
"transcript": "ENST00000853036.1",
"protein_id": "ENSP00000523095.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853036.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.1559C>T",
"hgvs_p": null,
"transcript": "ENST00000463539.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000463539.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.1581C>T",
"hgvs_p": null,
"transcript": "ENST00000466708.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000466708.5"
},
{
"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.2651C>T",
"hgvs_p": null,
"transcript": "ENST00000478979.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000478979.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.2982C>T",
"hgvs_p": null,
"transcript": "ENST00000481804.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000481804.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.670C>T",
"hgvs_p": null,
"transcript": "ENST00000482152.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000482152.1"
},
{
"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.3054C>T",
"hgvs_p": null,
"transcript": "ENST00000482878.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000482878.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.1462C>T",
"hgvs_p": null,
"transcript": "ENST00000485091.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000485091.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.1805C>T",
"hgvs_p": null,
"transcript": "ENST00000682391.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000682391.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.1866C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_165382.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.1440C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_165383.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.1405C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_165384.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.1505C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_165385.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"hgvs_c": "n.1572C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_165386.1"
}
],
"gene_symbol": "CCDC78",
"gene_hgnc_id": 14153,
"dbsnp": "rs780967551",
"frequency_reference_population": 0.00006698397,
"hom_count_reference_population": 1,
"allele_count_reference_population": 108,
"gnomad_exomes_af": 0.0000691736,
"gnomad_genomes_af": 0.0000459824,
"gnomad_exomes_ac": 101,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5099999904632568,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.51,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2851,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.541,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001378030.1",
"gene_symbol": "CCDC78",
"hgnc_id": 14153,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1237C>T",
"hgvs_p": "p.Arg413Trp"
}
],
"clinvar_disease": "Congenital myopathy with internal nuclei and atypical cores,not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not provided|Congenital myopathy with internal nuclei and atypical cores",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}