← 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: 1-16022674-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=16022674&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 16022674,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_004070.4",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "NM_004070.4",
"protein_id": "NP_004061.3",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 687,
"cds_start": 55,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000331433.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004070.4"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000331433.5",
"protein_id": "ENSP00000332771.4",
"transcript_support_level": 1,
"aa_start": 19,
"aa_end": null,
"aa_length": 687,
"cds_start": 55,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004070.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000331433.5"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000375692.5",
"protein_id": "ENSP00000364844.1",
"transcript_support_level": 1,
"aa_start": 19,
"aa_end": null,
"aa_length": 686,
"cds_start": 55,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375692.5"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861487.1",
"protein_id": "ENSP00000531546.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 700,
"cds_start": 55,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861487.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861485.1",
"protein_id": "ENSP00000531544.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 699,
"cds_start": 55,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861485.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "NM_001042704.2",
"protein_id": "NP_001036169.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 686,
"cds_start": 55,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001042704.2"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861477.1",
"protein_id": "ENSP00000531536.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 686,
"cds_start": 55,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861477.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861482.1",
"protein_id": "ENSP00000531541.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 686,
"cds_start": 55,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861482.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000956816.1",
"protein_id": "ENSP00000626875.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 686,
"cds_start": 55,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956816.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000956817.1",
"protein_id": "ENSP00000626876.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 686,
"cds_start": 55,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956817.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000956818.1",
"protein_id": "ENSP00000626877.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 686,
"cds_start": 55,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956818.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861499.1",
"protein_id": "ENSP00000531558.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 684,
"cds_start": 55,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861499.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861500.1",
"protein_id": "ENSP00000531559.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 683,
"cds_start": 55,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861500.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861494.1",
"protein_id": "ENSP00000531553.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 678,
"cds_start": 55,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861494.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861486.1",
"protein_id": "ENSP00000531545.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 677,
"cds_start": 55,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861486.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861478.1",
"protein_id": "ENSP00000531537.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 668,
"cds_start": 55,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861478.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861490.1",
"protein_id": "ENSP00000531549.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 667,
"cds_start": 55,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861490.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861488.1",
"protein_id": "ENSP00000531547.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 658,
"cds_start": 55,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861488.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861489.1",
"protein_id": "ENSP00000531548.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 657,
"cds_start": 55,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861489.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861479.1",
"protein_id": "ENSP00000531538.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 655,
"cds_start": 55,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861479.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861480.1",
"protein_id": "ENSP00000531539.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 655,
"cds_start": 55,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861480.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861484.1",
"protein_id": "ENSP00000531543.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 655,
"cds_start": 55,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861484.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861483.1",
"protein_id": "ENSP00000531542.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 654,
"cds_start": 55,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861483.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861501.1",
"protein_id": "ENSP00000531560.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 648,
"cds_start": 55,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861501.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861498.1",
"protein_id": "ENSP00000531557.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 646,
"cds_start": 55,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861498.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "NM_001257139.2",
"protein_id": "NP_001244068.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 644,
"cds_start": 55,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257139.2"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000439316.6",
"protein_id": "ENSP00000414445.2",
"transcript_support_level": 2,
"aa_start": 19,
"aa_end": null,
"aa_length": 644,
"cds_start": 55,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439316.6"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861497.1",
"protein_id": "ENSP00000531556.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 643,
"cds_start": 55,
"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": "ENST00000861497.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861493.1",
"protein_id": "ENSP00000531552.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 640,
"cds_start": 55,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861493.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861495.1",
"protein_id": "ENSP00000531554.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 638,
"cds_start": 55,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861495.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861492.1",
"protein_id": "ENSP00000531551.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 636,
"cds_start": 55,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861492.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861481.1",
"protein_id": "ENSP00000531540.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 635,
"cds_start": 55,
"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": "ENST00000861481.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861491.1",
"protein_id": "ENSP00000531550.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 626,
"cds_start": 55,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861491.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861496.1",
"protein_id": "ENSP00000531555.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 625,
"cds_start": 55,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861496.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861502.1",
"protein_id": "ENSP00000531561.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 617,
"cds_start": 55,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861502.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*",
"transcript": "ENST00000861503.1",
"protein_id": "ENSP00000531562.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 598,
"cds_start": 55,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861503.1"
},
{
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "n.714C>T",
"hgvs_p": null,
"transcript": "ENST00000464764.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": "pseudogene",
"feature": "ENST00000464764.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"hgvs_c": "n.213C>T",
"hgvs_p": null,
"transcript": "ENST00000495784.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": "pseudogene",
"feature": "ENST00000495784.1"
}
],
"gene_symbol": "CLCNKA",
"gene_hgnc_id": 2026,
"dbsnp": "rs202069201",
"frequency_reference_population": 0.00003388764,
"hom_count_reference_population": 0,
"allele_count_reference_population": 53,
"gnomad_exomes_af": 0.0000297507,
"gnomad_genomes_af": 0.0000722448,
"gnomad_exomes_ac": 42,
"gnomad_genomes_ac": 11,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5099999904632568,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.51,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.365,
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PVS1_Strong,PP5",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PVS1_Strong",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004070.4",
"gene_symbol": "CLCNKA",
"hgnc_id": 2026,
"effects": [
"stop_gained"
],
"inheritance_mode": "Unknown,AR",
"hgvs_c": "c.55C>T",
"hgvs_p": "p.Gln19*"
}
],
"clinvar_disease": "Bartter disease type 3,Bartter disease type 4B,Sensorineural hearing loss disorder",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "P:1 US:2",
"phenotype_combined": "Bartter disease type 4B|Bartter disease type 3|Sensorineural hearing loss disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}