← 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-10258400-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=10258400&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 10258400,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "NM_012073.5",
"protein_id": "NP_036205.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 541,
"cds_start": 738,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000280326.9",
"protein_id": "ENSP00000280326.4",
"transcript_support_level": 1,
"aa_start": 246,
"aa_end": null,
"aa_length": 541,
"cds_start": 738,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000964556.1",
"protein_id": "ENSP00000634615.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 565,
"cds_start": 738,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.762G>C",
"hgvs_p": "p.Ala254Ala",
"transcript": "ENST00000964554.1",
"protein_id": "ENSP00000634613.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 549,
"cds_start": 762,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000882453.1",
"protein_id": "ENSP00000552512.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 547,
"cds_start": 738,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.729G>C",
"hgvs_p": "p.Ala243Ala",
"transcript": "ENST00000882451.1",
"protein_id": "ENSP00000552510.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 538,
"cds_start": 729,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000938101.1",
"protein_id": "ENSP00000608160.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 534,
"cds_start": 738,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.675G>C",
"hgvs_p": "p.Ala225Ala",
"transcript": "NM_001306153.1",
"protein_id": "NP_001293082.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 520,
"cds_start": 675,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.675G>C",
"hgvs_p": "p.Ala225Ala",
"transcript": "ENST00000503026.5",
"protein_id": "ENSP00000423318.1",
"transcript_support_level": 2,
"aa_start": 225,
"aa_end": null,
"aa_length": 520,
"cds_start": 675,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000882457.1",
"protein_id": "ENSP00000552516.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 518,
"cds_start": 738,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000882452.1",
"protein_id": "ENSP00000552511.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 516,
"cds_start": 738,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000882456.1",
"protein_id": "ENSP00000552515.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 512,
"cds_start": 738,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000964555.1",
"protein_id": "ENSP00000634614.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 508,
"cds_start": 738,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.624G>C",
"hgvs_p": "p.Ala208Ala",
"transcript": "NM_001306156.2",
"protein_id": "NP_001293085.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 503,
"cds_start": 624,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.624G>C",
"hgvs_p": "p.Ala208Ala",
"transcript": "ENST00000515676.5",
"protein_id": "ENSP00000427297.1",
"transcript_support_level": 2,
"aa_start": 208,
"aa_end": null,
"aa_length": 503,
"cds_start": 624,
"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": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000938095.1",
"protein_id": "ENSP00000608154.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 501,
"cds_start": 738,
"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": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000938103.1",
"protein_id": "ENSP00000608162.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 495,
"cds_start": 738,
"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": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.573G>C",
"hgvs_p": "p.Ala191Ala",
"transcript": "NM_001306154.2",
"protein_id": "NP_001293083.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 486,
"cds_start": 573,
"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": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.573G>C",
"hgvs_p": "p.Ala191Ala",
"transcript": "ENST00000515390.5",
"protein_id": "ENSP00000426923.1",
"transcript_support_level": 2,
"aa_start": 191,
"aa_end": null,
"aa_length": 486,
"cds_start": 573,
"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": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000938097.1",
"protein_id": "ENSP00000608156.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 479,
"cds_start": 738,
"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": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.459G>C",
"hgvs_p": "p.Ala153Ala",
"transcript": "NM_001306155.2",
"protein_id": "NP_001293084.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 448,
"cds_start": 459,
"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": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.459G>C",
"hgvs_p": "p.Ala153Ala",
"transcript": "ENST00000506600.1",
"protein_id": "ENSP00000423052.1",
"transcript_support_level": 2,
"aa_start": 153,
"aa_end": null,
"aa_length": 448,
"cds_start": 459,
"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": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.573G>C",
"hgvs_p": "p.Ala191Ala",
"transcript": "ENST00000938104.1",
"protein_id": "ENSP00000608163.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 446,
"cds_start": 573,
"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": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000882454.1",
"protein_id": "ENSP00000552513.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 439,
"cds_start": 738,
"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": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000882455.1",
"protein_id": "ENSP00000552514.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 433,
"cds_start": 738,
"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": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.573G>C",
"hgvs_p": "p.Ala191Ala",
"transcript": "ENST00000938098.1",
"protein_id": "ENSP00000608157.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 424,
"cds_start": 573,
"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.738G>C",
"hgvs_p": "p.Ala246Ala",
"transcript": "ENST00000938106.1",
"protein_id": "ENSP00000608165.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 393,
"cds_start": 738,
"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": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.573G>C",
"hgvs_p": "p.Ala191Ala",
"transcript": "ENST00000938102.1",
"protein_id": "ENSP00000608161.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 384,
"cds_start": 573,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.573G>C",
"hgvs_p": "p.Ala191Ala",
"transcript": "ENST00000938094.1",
"protein_id": "ENSP00000608153.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 378,
"cds_start": 573,
"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": "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.573G>C",
"hgvs_p": "p.Ala191Ala",
"transcript": "ENST00000938099.1",
"protein_id": "ENSP00000608158.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 338,
"cds_start": 573,
"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": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.120G>C",
"hgvs_p": "p.Ala40Ala",
"transcript": "ENST00000938107.1",
"protein_id": "ENSP00000608166.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 335,
"cds_start": 120,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.724-4G>C",
"hgvs_p": null,
"transcript": "ENST00000938096.1",
"protein_id": "ENSP00000608155.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 535,
"cds_start": null,
"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": 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": 4,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.417+2360G>C",
"hgvs_p": null,
"transcript": "ENST00000938108.1",
"protein_id": "ENSP00000608167.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 304,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.106-2392G>C",
"hgvs_p": null,
"transcript": "ENST00000938100.1",
"protein_id": "ENSP00000608159.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 285,
"cds_start": null,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "c.106-4734G>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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "n.335G>C",
"hgvs_p": null,
"transcript": "ENST00000423695.6",
"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": "ENST00000423695.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "n.*439G>C",
"hgvs_p": null,
"transcript": "ENST00000503454.5",
"protein_id": "ENSP00000422744.1",
"transcript_support_level": 3,
"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": "nonsense_mediated_decay",
"feature": "ENST00000503454.5"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "n.15G>C",
"hgvs_p": null,
"transcript": "ENST00000509846.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": "ENST00000509846.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "n.*178G>C",
"hgvs_p": null,
"transcript": "ENST00000512975.5",
"protein_id": "ENSP00000425751.1",
"transcript_support_level": 4,
"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": "nonsense_mediated_decay",
"feature": "ENST00000512975.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "n.433G>C",
"hgvs_p": null,
"transcript": "ENST00000514674.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": "ENST00000514674.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "n.*439G>C",
"hgvs_p": null,
"transcript": "ENST00000503454.5",
"protein_id": "ENSP00000422744.1",
"transcript_support_level": 3,
"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": "nonsense_mediated_decay",
"feature": "ENST00000503454.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "n.*178G>C",
"hgvs_p": null,
"transcript": "ENST00000512975.5",
"protein_id": "ENSP00000425751.1",
"transcript_support_level": 4,
"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": "nonsense_mediated_decay",
"feature": "ENST00000512975.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"hgvs_c": "n.*468G>C",
"hgvs_p": null,
"transcript": "ENST00000511700.1",
"protein_id": "ENSP00000423087.1",
"transcript_support_level": 3,
"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": "nonsense_mediated_decay",
"feature": "ENST00000511700.1"
}
],
"gene_symbol": "CCT5",
"gene_hgnc_id": 1618,
"dbsnp": "rs11557649",
"frequency_reference_population": 0.0000024782503,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.0000013681,
"gnomad_genomes_af": 0.0000131441,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6100000143051147,
"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.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.227,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"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.738G>C",
"hgvs_p": "p.Ala246Ala"
}
],
"clinvar_disease": "Hereditary sensory and autonomic neuropathy with spastic paraplegia",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Hereditary sensory and autonomic neuropathy with spastic paraplegia",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}