← 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: 3-171079538-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=171079538&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 171079538,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_015028.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3428G>A",
"hgvs_p": "p.Gly1143Asp",
"transcript": "NM_015028.4",
"protein_id": "NP_055843.1",
"transcript_support_level": null,
"aa_start": 1143,
"aa_end": null,
"aa_length": 1360,
"cds_start": 3428,
"cds_end": null,
"cds_length": 4083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000436636.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015028.4"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3428G>A",
"hgvs_p": "p.Gly1143Asp",
"transcript": "ENST00000436636.7",
"protein_id": "ENSP00000399511.2",
"transcript_support_level": 1,
"aa_start": 1143,
"aa_end": null,
"aa_length": 1360,
"cds_start": 3428,
"cds_end": null,
"cds_length": 4083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015028.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436636.7"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3404G>A",
"hgvs_p": "p.Gly1135Asp",
"transcript": "ENST00000284483.12",
"protein_id": "ENSP00000284483.8",
"transcript_support_level": 1,
"aa_start": 1135,
"aa_end": null,
"aa_length": 1352,
"cds_start": 3404,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000284483.12"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3341G>A",
"hgvs_p": "p.Gly1114Asp",
"transcript": "ENST00000357327.9",
"protein_id": "ENSP00000349880.5",
"transcript_support_level": 1,
"aa_start": 1114,
"aa_end": null,
"aa_length": 1331,
"cds_start": 3341,
"cds_end": null,
"cds_length": 3996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357327.9"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3317G>A",
"hgvs_p": "p.Gly1106Asp",
"transcript": "ENST00000470834.5",
"protein_id": "ENSP00000419990.1",
"transcript_support_level": 1,
"aa_start": 1106,
"aa_end": null,
"aa_length": 1323,
"cds_start": 3317,
"cds_end": null,
"cds_length": 3972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000470834.5"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3263G>A",
"hgvs_p": "p.Gly1088Asp",
"transcript": "ENST00000488470.5",
"protein_id": "ENSP00000418378.1",
"transcript_support_level": 1,
"aa_start": 1088,
"aa_end": null,
"aa_length": 1305,
"cds_start": 3263,
"cds_end": null,
"cds_length": 3918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000488470.5"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3239G>A",
"hgvs_p": "p.Gly1080Asp",
"transcript": "ENST00000460047.5",
"protein_id": "ENSP00000418916.1",
"transcript_support_level": 1,
"aa_start": 1080,
"aa_end": null,
"aa_length": 1297,
"cds_start": 3239,
"cds_end": null,
"cds_length": 3894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000460047.5"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3176G>A",
"hgvs_p": "p.Gly1059Asp",
"transcript": "ENST00000341852.10",
"protein_id": "ENSP00000345352.6",
"transcript_support_level": 1,
"aa_start": 1059,
"aa_end": null,
"aa_length": 1276,
"cds_start": 3176,
"cds_end": null,
"cds_length": 3831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000341852.10"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3152G>A",
"hgvs_p": "p.Gly1051Asp",
"transcript": "ENST00000475336.5",
"protein_id": "ENSP00000418156.1",
"transcript_support_level": 1,
"aa_start": 1051,
"aa_end": null,
"aa_length": 1268,
"cds_start": 3152,
"cds_end": null,
"cds_length": 3807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000475336.5"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "n.1461G>A",
"hgvs_p": null,
"transcript": "ENST00000496492.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000496492.5"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3476G>A",
"hgvs_p": "p.Gly1159Asp",
"transcript": "ENST00000948115.1",
"protein_id": "ENSP00000618174.1",
"transcript_support_level": null,
"aa_start": 1159,
"aa_end": null,
"aa_length": 1376,
"cds_start": 3476,
"cds_end": null,
"cds_length": 4131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948115.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3404G>A",
"hgvs_p": "p.Gly1135Asp",
"transcript": "NM_001161560.3",
"protein_id": "NP_001155032.1",
"transcript_support_level": null,
"aa_start": 1135,
"aa_end": null,
"aa_length": 1352,
"cds_start": 3404,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001161560.3"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3341G>A",
"hgvs_p": "p.Gly1114Asp",
"transcript": "NM_001161561.3",
"protein_id": "NP_001155033.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 1331,
"cds_start": 3341,
"cds_end": null,
"cds_length": 3996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001161561.3"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3317G>A",
"hgvs_p": "p.Gly1106Asp",
"transcript": "NM_001161562.3",
"protein_id": "NP_001155034.1",
"transcript_support_level": null,
"aa_start": 1106,
"aa_end": null,
"aa_length": 1323,
"cds_start": 3317,
"cds_end": null,
"cds_length": 3972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001161562.3"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3263G>A",
"hgvs_p": "p.Gly1088Asp",
"transcript": "NM_001161563.3",
"protein_id": "NP_001155035.1",
"transcript_support_level": null,
"aa_start": 1088,
"aa_end": null,
"aa_length": 1305,
"cds_start": 3263,
"cds_end": null,
"cds_length": 3918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001161563.3"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3239G>A",
"hgvs_p": "p.Gly1080Asp",
"transcript": "NM_001161564.3",
"protein_id": "NP_001155036.1",
"transcript_support_level": null,
"aa_start": 1080,
"aa_end": null,
"aa_length": 1297,
"cds_start": 3239,
"cds_end": null,
"cds_length": 3894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001161564.3"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3176G>A",
"hgvs_p": "p.Gly1059Asp",
"transcript": "NM_001161565.3",
"protein_id": "NP_001155037.1",
"transcript_support_level": null,
"aa_start": 1059,
"aa_end": null,
"aa_length": 1276,
"cds_start": 3176,
"cds_end": null,
"cds_length": 3831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001161565.3"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3170G>A",
"hgvs_p": "p.Gly1057Asp",
"transcript": "ENST00000928917.1",
"protein_id": "ENSP00000598976.1",
"transcript_support_level": null,
"aa_start": 1057,
"aa_end": null,
"aa_length": 1274,
"cds_start": 3170,
"cds_end": null,
"cds_length": 3825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928917.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "c.3152G>A",
"hgvs_p": "p.Gly1051Asp",
"transcript": "NM_001161566.3",
"protein_id": "NP_001155038.1",
"transcript_support_level": null,
"aa_start": 1051,
"aa_end": null,
"aa_length": 1268,
"cds_start": 3152,
"cds_end": null,
"cds_length": 3807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001161566.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "n.547G>A",
"hgvs_p": null,
"transcript": "ENST00000484051.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000484051.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"hgvs_c": "n.46G>A",
"hgvs_p": null,
"transcript": "ENST00000487846.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000487846.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286856",
"gene_hgnc_id": null,
"hgvs_c": "n.310-28300C>T",
"hgvs_p": null,
"transcript": "ENST00000834079.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000834079.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286856",
"gene_hgnc_id": null,
"hgvs_c": "n.477-34562C>T",
"hgvs_p": null,
"transcript": "ENST00000834080.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000834080.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286856",
"gene_hgnc_id": null,
"hgvs_c": "n.487-28300C>T",
"hgvs_p": null,
"transcript": "ENST00000834081.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000834081.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286856",
"gene_hgnc_id": null,
"hgvs_c": "n.485-28300C>T",
"hgvs_p": null,
"transcript": "ENST00000834082.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000834082.1"
}
],
"gene_symbol": "TNIK",
"gene_hgnc_id": 30765,
"dbsnp": "rs747724436",
"frequency_reference_population": 0.000081810744,
"hom_count_reference_population": 0,
"allele_count_reference_population": 132,
"gnomad_exomes_af": 0.0000848541,
"gnomad_genomes_af": 0.0000525804,
"gnomad_exomes_ac": 124,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7858583927154541,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.551,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8375,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.09,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.905,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015028.4",
"gene_symbol": "TNIK",
"hgnc_id": 30765,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.3428G>A",
"hgvs_p": "p.Gly1143Asp"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000834079.1",
"gene_symbol": "ENSG00000286856",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.310-28300C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}