← 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: 22-28694107-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=28694107&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "22",
"pos": 28694107,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "ENST00000404276.6",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1386T>C",
"hgvs_p": "p.Leu462Leu",
"transcript": "NM_007194.4",
"protein_id": "NP_009125.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 543,
"cds_start": 1386,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 1444,
"cdna_end": null,
"cdna_length": 1844,
"mane_select": "ENST00000404276.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1386T>C",
"hgvs_p": "p.Leu462Leu",
"transcript": "ENST00000404276.6",
"protein_id": "ENSP00000385747.1",
"transcript_support_level": 1,
"aa_start": 462,
"aa_end": null,
"aa_length": 543,
"cds_start": 1386,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 1444,
"cdna_end": null,
"cdna_length": 1844,
"mane_select": "NM_007194.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1515T>C",
"hgvs_p": "p.Leu505Leu",
"transcript": "ENST00000382580.6",
"protein_id": "ENSP00000372023.2",
"transcript_support_level": 1,
"aa_start": 505,
"aa_end": null,
"aa_length": 586,
"cds_start": 1515,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 1591,
"cdna_end": null,
"cdna_length": 1971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1185T>C",
"hgvs_p": "p.Leu395Leu",
"transcript": "ENST00000402731.6",
"protein_id": "ENSP00000384835.2",
"transcript_support_level": 1,
"aa_start": 395,
"aa_end": null,
"aa_length": 476,
"cds_start": 1185,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1191,
"cdna_end": null,
"cdna_length": 1591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1113T>C",
"hgvs_p": "p.Leu371Leu",
"transcript": "ENST00000403642.5",
"protein_id": "ENSP00000384919.1",
"transcript_support_level": 1,
"aa_start": 371,
"aa_end": null,
"aa_length": 452,
"cds_start": 1113,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 1113,
"cdna_end": null,
"cdna_length": 1359,
"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": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "n.*876T>C",
"hgvs_p": null,
"transcript": "ENST00000416671.5",
"protein_id": "ENSP00000402225.1",
"transcript_support_level": 1,
"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": 2560,
"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": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "n.*876T>C",
"hgvs_p": null,
"transcript": "ENST00000416671.5",
"protein_id": "ENSP00000402225.1",
"transcript_support_level": 1,
"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": 2560,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1515T>C",
"hgvs_p": "p.Leu505Leu",
"transcript": "NM_001005735.3",
"protein_id": "NP_001005735.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 586,
"cds_start": 1515,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 1573,
"cdna_end": null,
"cdna_length": 1974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1479T>C",
"hgvs_p": "p.Leu493Leu",
"transcript": "NM_001438293.1",
"protein_id": "NP_001425222.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 574,
"cds_start": 1479,
"cds_end": null,
"cds_length": 1725,
"cdna_start": 1537,
"cdna_end": null,
"cdna_length": 1938,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1428T>C",
"hgvs_p": "p.Leu476Leu",
"transcript": "NM_001438294.1",
"protein_id": "NP_001425223.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 557,
"cds_start": 1428,
"cds_end": null,
"cds_length": 1674,
"cdna_start": 1486,
"cdna_end": null,
"cdna_length": 1887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1392T>C",
"hgvs_p": "p.Leu464Leu",
"transcript": "NM_001438295.1",
"protein_id": "NP_001425224.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 545,
"cds_start": 1392,
"cds_end": null,
"cds_length": 1638,
"cdna_start": 1450,
"cdna_end": null,
"cdna_length": 1851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1386T>C",
"hgvs_p": "p.Leu462Leu",
"transcript": "ENST00000405598.5",
"protein_id": "ENSP00000386087.1",
"transcript_support_level": 5,
"aa_start": 462,
"aa_end": null,
"aa_length": 543,
"cds_start": 1386,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 1578,
"cdna_end": null,
"cdna_length": 1959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1386T>C",
"hgvs_p": "p.Leu462Leu",
"transcript": "ENST00000650281.1",
"protein_id": "ENSP00000497000.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 543,
"cds_start": 1386,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 1546,
"cdna_end": null,
"cdna_length": 1923,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Leu433Leu",
"transcript": "NM_145862.3",
"protein_id": "NP_665861.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 514,
"cds_start": 1299,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 1357,
"cdna_end": null,
"cdna_length": 1758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Leu433Leu",
"transcript": "ENST00000348295.7",
"protein_id": "ENSP00000329012.5",
"transcript_support_level": 5,
"aa_start": 433,
"aa_end": null,
"aa_length": 514,
"cds_start": 1299,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 1371,
"cdna_end": null,
"cdna_length": 1771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1185T>C",
"hgvs_p": "p.Leu395Leu",
"transcript": "NM_001349956.3",
"protein_id": "NP_001336885.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 476,
"cds_start": 1185,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1243,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.726T>C",
"hgvs_p": "p.Leu242Leu",
"transcript": "ENST00000464581.6",
"protein_id": "ENSP00000483777.2",
"transcript_support_level": 2,
"aa_start": 242,
"aa_end": null,
"aa_length": 323,
"cds_start": 726,
"cds_end": null,
"cds_length": 972,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 1138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.723T>C",
"hgvs_p": "p.Leu241Leu",
"transcript": "NM_001257387.3",
"protein_id": "NP_001244316.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 322,
"cds_start": 723,
"cds_end": null,
"cds_length": 969,
"cdna_start": 1558,
"cdna_end": null,
"cdna_length": 1959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.723T>C",
"hgvs_p": "p.Leu241Leu",
"transcript": "NM_001437942.1",
"protein_id": "NP_001424871.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 322,
"cds_start": 723,
"cds_end": null,
"cds_length": 969,
"cdna_start": 1119,
"cdna_end": null,
"cdna_length": 1520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.723T>C",
"hgvs_p": "p.Leu241Leu",
"transcript": "ENST00000425190.7",
"protein_id": "ENSP00000390244.2",
"transcript_support_level": 5,
"aa_start": 241,
"aa_end": null,
"aa_length": 322,
"cds_start": 723,
"cds_end": null,
"cds_length": 969,
"cdna_start": 1110,
"cdna_end": null,
"cdna_length": 1510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.723T>C",
"hgvs_p": "p.Leu241Leu",
"transcript": "ENST00000649563.1",
"protein_id": "ENSP00000496928.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 322,
"cds_start": 723,
"cds_end": null,
"cds_length": 969,
"cdna_start": 832,
"cdna_end": null,
"cdna_length": 1224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.582T>C",
"hgvs_p": "p.Leu194Leu",
"transcript": "ENST00000434810.5",
"protein_id": "ENSP00000416721.1",
"transcript_support_level": 3,
"aa_start": 194,
"aa_end": null,
"aa_length": 275,
"cds_start": 582,
"cds_end": null,
"cds_length": 828,
"cdna_start": 584,
"cdna_end": null,
"cdna_length": 984,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1545T>C",
"hgvs_p": "p.Leu515Leu",
"transcript": "XM_011529839.3",
"protein_id": "XP_011528141.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 596,
"cds_start": 1545,
"cds_end": null,
"cds_length": 1791,
"cdna_start": 3088,
"cdna_end": null,
"cdna_length": 3488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1509T>C",
"hgvs_p": "p.Leu503Leu",
"transcript": "XM_017028560.2",
"protein_id": "XP_016884049.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 584,
"cds_start": 1509,
"cds_end": null,
"cds_length": 1755,
"cdna_start": 1568,
"cdna_end": null,
"cdna_length": 1968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1458T>C",
"hgvs_p": "p.Leu486Leu",
"transcript": "XM_011529840.4",
"protein_id": "XP_011528142.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 567,
"cds_start": 1458,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 1521,
"cdna_end": null,
"cdna_length": 1921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1416T>C",
"hgvs_p": "p.Leu472Leu",
"transcript": "XM_024452148.2",
"protein_id": "XP_024307916.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 553,
"cds_start": 1416,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 2957,
"cdna_end": null,
"cdna_length": 3357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1344T>C",
"hgvs_p": "p.Leu448Leu",
"transcript": "XM_047441107.1",
"protein_id": "XP_047297063.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 529,
"cds_start": 1344,
"cds_end": null,
"cds_length": 1590,
"cdna_start": 1407,
"cdna_end": null,
"cdna_length": 1807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1329T>C",
"hgvs_p": "p.Leu443Leu",
"transcript": "XM_024452149.2",
"protein_id": "XP_024307917.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 524,
"cds_start": 1329,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 2871,
"cdna_end": null,
"cdna_length": 3271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.1215T>C",
"hgvs_p": "p.Leu405Leu",
"transcript": "XM_011529842.3",
"protein_id": "XP_011528144.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 486,
"cds_start": 1215,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1274,
"cdna_end": null,
"cdna_length": 1674,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.906T>C",
"hgvs_p": "p.Leu302Leu",
"transcript": "XM_006724114.4",
"protein_id": "XP_006724177.3",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 383,
"cds_start": 906,
"cds_end": null,
"cds_length": 1152,
"cdna_start": 927,
"cdna_end": null,
"cdna_length": 1327,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.843T>C",
"hgvs_p": "p.Leu281Leu",
"transcript": "XM_006724116.3",
"protein_id": "XP_006724179.2",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 362,
"cds_start": 843,
"cds_end": null,
"cds_length": 1089,
"cdna_start": 871,
"cdna_end": null,
"cdna_length": 1271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.819T>C",
"hgvs_p": "p.Leu273Leu",
"transcript": "XM_047441108.1",
"protein_id": "XP_047297064.1",
"transcript_support_level": null,
"aa_start": 273,
"aa_end": null,
"aa_length": 354,
"cds_start": 819,
"cds_end": null,
"cds_length": 1065,
"cdna_start": 840,
"cdna_end": null,
"cdna_length": 1240,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "n.*683T>C",
"hgvs_p": null,
"transcript": "ENST00000417588.5",
"protein_id": "ENSP00000412901.1",
"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": 1551,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "n.*454T>C",
"hgvs_p": null,
"transcript": "ENST00000433728.5",
"protein_id": "ENSP00000404400.1",
"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": 1580,
"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": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "n.*778T>C",
"hgvs_p": null,
"transcript": "ENST00000448511.5",
"protein_id": "ENSP00000404567.1",
"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": 1532,
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "n.938T>C",
"hgvs_p": null,
"transcript": "ENST00000648295.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": 1337,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "n.*121T>C",
"hgvs_p": null,
"transcript": "ENST00000711048.1",
"protein_id": "ENSP00000518557.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": 1586,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "n.*683T>C",
"hgvs_p": null,
"transcript": "ENST00000417588.5",
"protein_id": "ENSP00000412901.1",
"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": 1551,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "n.*454T>C",
"hgvs_p": null,
"transcript": "ENST00000433728.5",
"protein_id": "ENSP00000404400.1",
"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": 1580,
"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": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "n.*778T>C",
"hgvs_p": null,
"transcript": "ENST00000448511.5",
"protein_id": "ENSP00000404567.1",
"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": 1532,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "n.*121T>C",
"hgvs_p": null,
"transcript": "ENST00000711048.1",
"protein_id": "ENSP00000518557.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": 1586,
"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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"hgvs_c": "c.262-4892T>C",
"hgvs_p": null,
"transcript": "ENST00000456369.5",
"protein_id": "ENSP00000394430.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 143,
"cds_start": -4,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CHEK2",
"gene_hgnc_id": 16627,
"dbsnp": "rs876659337",
"frequency_reference_population": 0.000013145095,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0000131451,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.25999999046325684,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.26,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.73,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "PM2,BP4,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 10,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "ENST00000404276.6",
"gene_symbol": "CHEK2",
"hgnc_id": 16627,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1386T>C",
"hgvs_p": "p.Leu462Leu"
}
],
"clinvar_disease": "Familial cancer of breast,Hereditary cancer-predisposing syndrome",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3 B:1",
"phenotype_combined": "Hereditary cancer-predisposing syndrome|Familial cancer of breast",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}