← 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: 5-10262495-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=10262495&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 10262495,
"ref": "G",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_012073.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1194G>C",
"hgvs_p": "p.Ala398Ala",
"transcript": "NM_012073.5",
"protein_id": "NP_036205.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 541,
"cds_start": 1194,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000280326.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012073.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1194G>C",
"hgvs_p": "p.Ala398Ala",
"transcript": "ENST00000280326.9",
"protein_id": "ENSP00000280326.4",
"transcript_support_level": 1,
"aa_start": 398,
"aa_end": null,
"aa_length": 541,
"cds_start": 1194,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012073.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000280326.9"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1194G>C",
"hgvs_p": "p.Ala398Ala",
"transcript": "ENST00000964556.1",
"protein_id": "ENSP00000634615.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 565,
"cds_start": 1194,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964556.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1218G>C",
"hgvs_p": "p.Ala406Ala",
"transcript": "ENST00000964554.1",
"protein_id": "ENSP00000634613.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 549,
"cds_start": 1218,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964554.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1194G>C",
"hgvs_p": "p.Ala398Ala",
"transcript": "ENST00000882453.1",
"protein_id": "ENSP00000552512.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 547,
"cds_start": 1194,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882453.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1185G>C",
"hgvs_p": "p.Ala395Ala",
"transcript": "ENST00000882451.1",
"protein_id": "ENSP00000552510.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 538,
"cds_start": 1185,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882451.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1176G>C",
"hgvs_p": "p.Ala392Ala",
"transcript": "ENST00000938096.1",
"protein_id": "ENSP00000608155.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 535,
"cds_start": 1176,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938096.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1173G>C",
"hgvs_p": "p.Ala391Ala",
"transcript": "ENST00000938101.1",
"protein_id": "ENSP00000608160.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 534,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938101.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1131G>C",
"hgvs_p": "p.Ala377Ala",
"transcript": "NM_001306153.1",
"protein_id": "NP_001293082.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 520,
"cds_start": 1131,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306153.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1131G>C",
"hgvs_p": "p.Ala377Ala",
"transcript": "ENST00000503026.5",
"protein_id": "ENSP00000423318.1",
"transcript_support_level": 2,
"aa_start": 377,
"aa_end": null,
"aa_length": 520,
"cds_start": 1131,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503026.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1125G>C",
"hgvs_p": "p.Ala375Ala",
"transcript": "ENST00000882457.1",
"protein_id": "ENSP00000552516.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 518,
"cds_start": 1125,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882457.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1119G>C",
"hgvs_p": "p.Ala373Ala",
"transcript": "ENST00000882452.1",
"protein_id": "ENSP00000552511.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 516,
"cds_start": 1119,
"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": "ENST00000882452.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1107G>C",
"hgvs_p": "p.Ala369Ala",
"transcript": "ENST00000882456.1",
"protein_id": "ENSP00000552515.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 512,
"cds_start": 1107,
"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": "ENST00000882456.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1194G>C",
"hgvs_p": "p.Ala398Ala",
"transcript": "ENST00000964555.1",
"protein_id": "ENSP00000634614.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 508,
"cds_start": 1194,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964555.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1080G>C",
"hgvs_p": "p.Ala360Ala",
"transcript": "NM_001306156.2",
"protein_id": "NP_001293085.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 503,
"cds_start": 1080,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306156.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1080G>C",
"hgvs_p": "p.Ala360Ala",
"transcript": "ENST00000515676.5",
"protein_id": "ENSP00000427297.1",
"transcript_support_level": 2,
"aa_start": 360,
"aa_end": null,
"aa_length": 503,
"cds_start": 1080,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515676.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1074G>C",
"hgvs_p": "p.Ala358Ala",
"transcript": "ENST00000938095.1",
"protein_id": "ENSP00000608154.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 501,
"cds_start": 1074,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938095.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1029G>C",
"hgvs_p": "p.Ala343Ala",
"transcript": "NM_001306154.2",
"protein_id": "NP_001293083.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 486,
"cds_start": 1029,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306154.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1029G>C",
"hgvs_p": "p.Ala343Ala",
"transcript": "ENST00000515390.5",
"protein_id": "ENSP00000426923.1",
"transcript_support_level": 2,
"aa_start": 343,
"aa_end": null,
"aa_length": 486,
"cds_start": 1029,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515390.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1008G>C",
"hgvs_p": "p.Ala336Ala",
"transcript": "ENST00000938097.1",
"protein_id": "ENSP00000608156.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 479,
"cds_start": 1008,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938097.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.915G>C",
"hgvs_p": "p.Ala305Ala",
"transcript": "NM_001306155.2",
"protein_id": "NP_001293084.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 448,
"cds_start": 915,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306155.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.915G>C",
"hgvs_p": "p.Ala305Ala",
"transcript": "ENST00000506600.1",
"protein_id": "ENSP00000423052.1",
"transcript_support_level": 2,
"aa_start": 305,
"aa_end": null,
"aa_length": 448,
"cds_start": 915,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506600.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.909G>C",
"hgvs_p": "p.Ala303Ala",
"transcript": "ENST00000938104.1",
"protein_id": "ENSP00000608163.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 446,
"cds_start": 909,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938104.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.888G>C",
"hgvs_p": "p.Ala296Ala",
"transcript": "ENST00000882454.1",
"protein_id": "ENSP00000552513.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 439,
"cds_start": 888,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882454.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.843G>C",
"hgvs_p": "p.Ala281Ala",
"transcript": "ENST00000938098.1",
"protein_id": "ENSP00000608157.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 424,
"cds_start": 843,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938098.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.723G>C",
"hgvs_p": "p.Ala241Ala",
"transcript": "ENST00000938102.1",
"protein_id": "ENSP00000608161.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 384,
"cds_start": 723,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938102.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.576G>C",
"hgvs_p": "p.Ala192Ala",
"transcript": "ENST00000938107.1",
"protein_id": "ENSP00000608166.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 335,
"cds_start": 576,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938107.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.483G>C",
"hgvs_p": "p.Ala161Ala",
"transcript": "ENST00000938108.1",
"protein_id": "ENSP00000608167.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 304,
"cds_start": 483,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938108.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.426G>C",
"hgvs_p": "p.Ala142Ala",
"transcript": "ENST00000938100.1",
"protein_id": "ENSP00000608159.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 285,
"cds_start": 426,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938100.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.1180-639G>C",
"hgvs_p": null,
"transcript": "ENST00000938103.1",
"protein_id": "ENSP00000608162.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 495,
"cds_start": null,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938103.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.994-639G>C",
"hgvs_p": null,
"transcript": "ENST00000882455.1",
"protein_id": "ENSP00000552514.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 433,
"cds_start": null,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882455.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.874-639G>C",
"hgvs_p": null,
"transcript": "ENST00000938106.1",
"protein_id": "ENSP00000608165.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 393,
"cds_start": null,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938106.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.829-639G>C",
"hgvs_p": null,
"transcript": "ENST00000938094.1",
"protein_id": "ENSP00000608153.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 378,
"cds_start": null,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938094.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.709-639G>C",
"hgvs_p": null,
"transcript": "ENST00000938099.1",
"protein_id": "ENSP00000608158.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 338,
"cds_start": null,
"cds_end": null,
"cds_length": 1017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938099.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.106-639G>C",
"hgvs_p": null,
"transcript": "ENST00000938105.1",
"protein_id": "ENSP00000608164.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 137,
"cds_start": null,
"cds_end": null,
"cds_length": 414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938105.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "n.521G>C",
"hgvs_p": null,
"transcript": "ENST00000511995.1",
"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": "ENST00000511995.1"
}
],
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"dbsnp": "rs113262482",
"frequency_reference_population": 0.0000012391728,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.84084e-7,
"gnomad_genomes_af": 0.00000657151,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5199999809265137,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.514,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_012073.5",
"gene_symbol": "CCT5",
"hgnc_id": 1618,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD,Unknown",
"hgvs_c": "c.1194G>C",
"hgvs_p": "p.Ala398Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}