← 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-69235426-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=69235426&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "5",
"pos": 69235426,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000256443.8",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.99C>A",
"hgvs_p": "p.Asn33Lys",
"transcript": "NM_001799.4",
"protein_id": "NP_001790.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 346,
"cds_start": 99,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 189,
"cdna_end": null,
"cdna_length": 1426,
"mane_select": "ENST00000256443.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.99C>A",
"hgvs_p": "p.Asn33Lys",
"transcript": "ENST00000256443.8",
"protein_id": "ENSP00000256443.3",
"transcript_support_level": 1,
"aa_start": 33,
"aa_end": null,
"aa_length": 346,
"cds_start": 99,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 189,
"cdna_end": null,
"cdna_length": 1426,
"mane_select": "NM_001799.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "n.214C>A",
"hgvs_p": null,
"transcript": "ENST00000512687.5",
"protein_id": null,
"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": 905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.99C>A",
"hgvs_p": "p.Asn33Lys",
"transcript": "ENST00000514676.5",
"protein_id": "ENSP00000422737.1",
"transcript_support_level": 5,
"aa_start": 33,
"aa_end": null,
"aa_length": 309,
"cds_start": 99,
"cds_end": null,
"cds_length": 930,
"cdna_start": 163,
"cdna_end": null,
"cdna_length": 1164,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.99C>A",
"hgvs_p": "p.Asn33Lys",
"transcript": "NM_001324070.2",
"protein_id": "NP_001310999.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 289,
"cds_start": 99,
"cds_end": null,
"cds_length": 870,
"cdna_start": 189,
"cdna_end": null,
"cdna_length": 1255,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.65C>A",
"hgvs_p": "p.Thr22Lys",
"transcript": "NM_001324071.2",
"protein_id": "NP_001311000.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 289,
"cds_start": 65,
"cds_end": null,
"cds_length": 870,
"cdna_start": 189,
"cdna_end": null,
"cdna_length": 1289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.99C>A",
"hgvs_p": "p.Asn33Lys",
"transcript": "ENST00000629350.2",
"protein_id": "ENSP00000486479.1",
"transcript_support_level": 5,
"aa_start": 33,
"aa_end": null,
"aa_length": 69,
"cds_start": 99,
"cds_end": null,
"cds_length": 210,
"cdna_start": 280,
"cdna_end": null,
"cdna_length": 1149,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.99C>A",
"hgvs_p": "p.Asn33Lys",
"transcript": "ENST00000626796.2",
"protein_id": "ENSP00000486415.1",
"transcript_support_level": 5,
"aa_start": 33,
"aa_end": null,
"aa_length": 58,
"cds_start": 99,
"cds_end": null,
"cds_length": 177,
"cdna_start": 280,
"cdna_end": null,
"cdna_length": 358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "n.99C>A",
"hgvs_p": null,
"transcript": "ENST00000504147.5",
"protein_id": "ENSP00000422027.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": 722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "n.99C>A",
"hgvs_p": null,
"transcript": "ENST00000506789.5",
"protein_id": "ENSP00000425983.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": 477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "n.99C>A",
"hgvs_p": null,
"transcript": "ENST00000508726.5",
"protein_id": "ENSP00000421559.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": 531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "n.99C>A",
"hgvs_p": null,
"transcript": "ENST00000510106.5",
"protein_id": "ENSP00000426561.1",
"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": 818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "n.192C>A",
"hgvs_p": null,
"transcript": "ENST00000512985.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": 261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "n.284C>A",
"hgvs_p": null,
"transcript": "ENST00000513629.1",
"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": 885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "n.99C>A",
"hgvs_p": null,
"transcript": "ENST00000515180.5",
"protein_id": "ENSP00000426372.1",
"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": 486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "n.99C>A",
"hgvs_p": null,
"transcript": "ENST00000515391.5",
"protein_id": "ENSP00000425893.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": 809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "n.189C>A",
"hgvs_p": null,
"transcript": "NR_136690.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": 1307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.-112C>A",
"hgvs_p": null,
"transcript": "NM_001324069.2",
"protein_id": "NP_001310998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 305,
"cds_start": -4,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.-179C>A",
"hgvs_p": null,
"transcript": "NM_001324072.1",
"protein_id": "NP_001311001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 253,
"cds_start": -4,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.-147C>A",
"hgvs_p": null,
"transcript": "NM_001324074.2",
"protein_id": "NP_001311003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 253,
"cds_start": -4,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.-179C>A",
"hgvs_p": null,
"transcript": "NM_001324075.2",
"protein_id": "NP_001311004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 253,
"cds_start": -4,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.-181C>A",
"hgvs_p": null,
"transcript": "NM_001324077.1",
"protein_id": "NP_001311006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 253,
"cds_start": -4,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.-145C>A",
"hgvs_p": null,
"transcript": "NM_001324078.2",
"protein_id": "NP_001311007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 253,
"cds_start": -4,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.-181C>A",
"hgvs_p": null,
"transcript": "ENST00000502604.5",
"protein_id": "ENSP00000422121.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 253,
"cds_start": -4,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.-181C>A",
"hgvs_p": null,
"transcript": "ENST00000506563.5",
"protein_id": "ENSP00000425043.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 148,
"cds_start": -4,
"cds_end": null,
"cds_length": 448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 728,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.-59C>A",
"hgvs_p": null,
"transcript": "XM_047416609.1",
"protein_id": "XP_047272565.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 248,
"cds_start": -4,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"hgvs_c": "c.-82C>A",
"hgvs_p": null,
"transcript": "XM_011543094.3",
"protein_id": "XP_011541396.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": -4,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CDK7",
"gene_hgnc_id": 1778,
"dbsnp": "rs2972388",
"frequency_reference_population": 0.000003453449,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000345345,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10846635699272156,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.078,
"revel_prediction": "Benign",
"alphamissense_score": 0.1293,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.526,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000256443.8",
"gene_symbol": "CDK7",
"hgnc_id": 1778,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.99C>A",
"hgvs_p": "p.Asn33Lys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}