← 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: 17-8229190-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=8229190&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 8229190,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000651323.1",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.3173T>G",
"hgvs_p": "p.Leu1058Arg",
"transcript": "NM_025099.6",
"protein_id": "NP_079375.3",
"transcript_support_level": null,
"aa_start": 1058,
"aa_end": null,
"aa_length": 1217,
"cds_start": 3173,
"cds_end": null,
"cds_length": 3654,
"cdna_start": 3193,
"cdna_end": null,
"cdna_length": 7039,
"mane_select": "ENST00000651323.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.3173T>G",
"hgvs_p": "p.Leu1058Arg",
"transcript": "ENST00000651323.1",
"protein_id": "ENSP00000498499.1",
"transcript_support_level": null,
"aa_start": 1058,
"aa_end": null,
"aa_length": 1217,
"cds_start": 3173,
"cds_end": null,
"cds_length": 3654,
"cdna_start": 3193,
"cdna_end": null,
"cdna_length": 7039,
"mane_select": "NM_025099.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.3068T>G",
"hgvs_p": "p.Leu1023Arg",
"transcript": "XM_011524010.3",
"protein_id": "XP_011522312.1",
"transcript_support_level": null,
"aa_start": 1023,
"aa_end": null,
"aa_length": 1182,
"cds_start": 3068,
"cds_end": null,
"cds_length": 3549,
"cdna_start": 3088,
"cdna_end": null,
"cdna_length": 6934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.3044T>G",
"hgvs_p": "p.Leu1015Arg",
"transcript": "XM_006721577.4",
"protein_id": "XP_006721640.1",
"transcript_support_level": null,
"aa_start": 1015,
"aa_end": null,
"aa_length": 1174,
"cds_start": 3044,
"cds_end": null,
"cds_length": 3525,
"cdna_start": 3064,
"cdna_end": null,
"cdna_length": 6910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.2939T>G",
"hgvs_p": "p.Leu980Arg",
"transcript": "XM_047436799.1",
"protein_id": "XP_047292755.1",
"transcript_support_level": null,
"aa_start": 980,
"aa_end": null,
"aa_length": 1139,
"cds_start": 2939,
"cds_end": null,
"cds_length": 3420,
"cdna_start": 2959,
"cdna_end": null,
"cdna_length": 6805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.3173T>G",
"hgvs_p": "p.Leu1058Arg",
"transcript": "XM_047436800.1",
"protein_id": "XP_047292756.1",
"transcript_support_level": null,
"aa_start": 1058,
"aa_end": null,
"aa_length": 1138,
"cds_start": 3173,
"cds_end": null,
"cds_length": 3417,
"cdna_start": 3193,
"cdna_end": null,
"cdna_length": 3530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.3173T>G",
"hgvs_p": "p.Leu1058Arg",
"transcript": "XM_047436803.1",
"protein_id": "XP_047292759.1",
"transcript_support_level": null,
"aa_start": 1058,
"aa_end": null,
"aa_length": 1082,
"cds_start": 3173,
"cds_end": null,
"cds_length": 3249,
"cdna_start": 3193,
"cdna_end": null,
"cdna_length": 3362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.2276T>G",
"hgvs_p": "p.Leu759Arg",
"transcript": "XM_011524011.3",
"protein_id": "XP_011522313.1",
"transcript_support_level": null,
"aa_start": 759,
"aa_end": null,
"aa_length": 918,
"cds_start": 2276,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 2619,
"cdna_end": null,
"cdna_length": 6465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.2276T>G",
"hgvs_p": "p.Leu759Arg",
"transcript": "XM_047436807.1",
"protein_id": "XP_047292763.1",
"transcript_support_level": null,
"aa_start": 759,
"aa_end": null,
"aa_length": 918,
"cds_start": 2276,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 2615,
"cdna_end": null,
"cdna_length": 6461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.625T>G",
"hgvs_p": null,
"transcript": "ENST00000578441.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.*425T>G",
"hgvs_p": null,
"transcript": "ENST00000578537.1",
"protein_id": "ENSP00000463230.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 943,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.3162T>G",
"hgvs_p": null,
"transcript": "ENST00000581671.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.*1880T>G",
"hgvs_p": null,
"transcript": "ENST00000643543.1",
"protein_id": "ENSP00000494323.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.2856T>G",
"hgvs_p": null,
"transcript": "ENST00000699850.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.4059T>G",
"hgvs_p": null,
"transcript": "ENST00000699851.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.3173T>G",
"hgvs_p": null,
"transcript": "ENST00000699853.1",
"protein_id": "ENSP00000514649.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.3386T>G",
"hgvs_p": null,
"transcript": "ENST00000699854.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.3950T>G",
"hgvs_p": null,
"transcript": "ENST00000699855.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.3503T>G",
"hgvs_p": null,
"transcript": "ENST00000699857.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.*2206T>G",
"hgvs_p": null,
"transcript": "ENST00000699858.1",
"protein_id": "ENSP00000514651.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.1505T>G",
"hgvs_p": null,
"transcript": "ENST00000699860.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.3290T>G",
"hgvs_p": null,
"transcript": "ENST00000699861.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.*425T>G",
"hgvs_p": null,
"transcript": "ENST00000578537.1",
"protein_id": "ENSP00000463230.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 943,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.*1880T>G",
"hgvs_p": null,
"transcript": "ENST00000643543.1",
"protein_id": "ENSP00000494323.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.*2206T>G",
"hgvs_p": null,
"transcript": "ENST00000699858.1",
"protein_id": "ENSP00000514651.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.3156+112T>G",
"hgvs_p": null,
"transcript": "NM_001411067.1",
"protein_id": "NP_001397996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1140,
"cds_start": -4,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6808,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.3156+112T>G",
"hgvs_p": null,
"transcript": "ENST00000581729.2",
"protein_id": "ENSP00000462720.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 1140,
"cds_start": -4,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3779,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.3123+145T>G",
"hgvs_p": null,
"transcript": "ENST00000580299.2",
"protein_id": "ENSP00000462607.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1129,
"cds_start": -4,
"cds_end": null,
"cds_length": 3390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3766,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.2259+112T>G",
"hgvs_p": null,
"transcript": "ENST00000699849.1",
"protein_id": "ENSP00000514647.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 841,
"cds_start": -4,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.3051+112T>G",
"hgvs_p": null,
"transcript": "ENST00000449476.7",
"protein_id": "ENSP00000396018.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.3608+112T>G",
"hgvs_p": null,
"transcript": "ENST00000581967.2",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.*1734+112T>G",
"hgvs_p": null,
"transcript": "ENST00000699852.1",
"protein_id": "ENSP00000514648.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.*170+112T>G",
"hgvs_p": null,
"transcript": "ENST00000699856.1",
"protein_id": "ENSP00000514650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.3027+112T>G",
"hgvs_p": null,
"transcript": "ENST00000699859.1",
"protein_id": "ENSP00000514652.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.3071+112T>G",
"hgvs_p": null,
"transcript": "NR_046431.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6869,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.3051+112T>G",
"hgvs_p": null,
"transcript": "XM_047436801.1",
"protein_id": "XP_047292757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1105,
"cds_start": -4,
"cds_end": null,
"cds_length": 3318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.3027+112T>G",
"hgvs_p": null,
"transcript": "XM_047436802.1",
"protein_id": "XP_047292758.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1097,
"cds_start": -4,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.3156+112T>G",
"hgvs_p": null,
"transcript": "XM_047436804.1",
"protein_id": "XP_047292760.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1066,
"cds_start": -4,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "n.*168T>G",
"hgvs_p": null,
"transcript": "ENST00000578240.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.*282T>G",
"hgvs_p": null,
"transcript": "XM_047436805.1",
"protein_id": "XP_047292761.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 979,
"cds_start": -4,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3046,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"hgvs_c": "c.*282T>G",
"hgvs_p": null,
"transcript": "XM_047436806.1",
"protein_id": "XP_047292762.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 944,
"cds_start": -4,
"cds_end": null,
"cds_length": 2835,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CTC1",
"gene_hgnc_id": 26169,
"dbsnp": "rs146536910",
"frequency_reference_population": 0.0000080533955,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000547241,
"gnomad_genomes_af": 0.00003282,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.016244560480117798,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.085,
"revel_prediction": "Benign",
"alphamissense_score": 0.0489,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.421,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.05,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000651323.1",
"gene_symbol": "CTC1",
"hgnc_id": 26169,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.3173T>G",
"hgvs_p": "p.Leu1058Arg"
}
],
"clinvar_disease": "Dyskeratosis congenita,Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Dyskeratosis congenita|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}