← 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: 11-125351364-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=125351364&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 125351364,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001382323.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "NM_001382323.2",
"protein_id": "NP_001369252.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 472,
"cds_start": 59,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 285,
"cdna_end": null,
"cdna_length": 3642,
"mane_select": "ENST00000298282.14",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "ENST00000298282.14",
"protein_id": "ENSP00000298282.8",
"transcript_support_level": 1,
"aa_start": 20,
"aa_end": null,
"aa_length": 472,
"cds_start": 59,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 285,
"cdna_end": null,
"cdna_length": 3642,
"mane_select": "NM_001382323.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "NM_001382324.1",
"protein_id": "NP_001369253.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 472,
"cds_start": 59,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 358,
"cdna_end": null,
"cdna_length": 3715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "NM_001382325.1",
"protein_id": "NP_001369254.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 472,
"cds_start": 59,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 178,
"cdna_end": null,
"cdna_length": 3535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "NM_001382326.1",
"protein_id": "NP_001369255.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 472,
"cds_start": 59,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 287,
"cdna_end": null,
"cdna_length": 3644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "NM_001382327.1",
"protein_id": "NP_001369256.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 472,
"cds_start": 59,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 214,
"cdna_end": null,
"cdna_length": 3571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "NM_001382328.1",
"protein_id": "NP_001369257.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 472,
"cds_start": 59,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 398,
"cdna_end": null,
"cdna_length": 3755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "NM_001382339.1",
"protein_id": "NP_001369268.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 468,
"cds_start": 59,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 285,
"cdna_end": null,
"cdna_length": 3630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.7C>T",
"hgvs_p": "p.Arg3Cys",
"transcript": "NM_001382340.1",
"protein_id": "NP_001369269.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 408,
"cds_start": 7,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 214,
"cdna_end": null,
"cdna_length": 3431,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "NM_001382341.1",
"protein_id": "NP_001369270.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 396,
"cds_start": 59,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 285,
"cdna_end": null,
"cdna_length": 3414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "NM_001382334.1",
"protein_id": "NP_001369263.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 356,
"cds_start": 59,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 285,
"cdna_end": null,
"cdna_length": 3294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "NM_001382335.1",
"protein_id": "NP_001369264.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 356,
"cds_start": 59,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 214,
"cdna_end": null,
"cdna_length": 3223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "ENST00000558705.1",
"protein_id": "ENSP00000453374.1",
"transcript_support_level": 4,
"aa_start": 20,
"aa_end": null,
"aa_length": 97,
"cds_start": 59,
"cds_end": null,
"cds_length": 295,
"cdna_start": 318,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "ENST00000531212.5",
"protein_id": "ENSP00000434255.1",
"transcript_support_level": 4,
"aa_start": 20,
"aa_end": null,
"aa_length": 39,
"cds_start": 59,
"cds_end": null,
"cds_length": 122,
"cdna_start": 458,
"cdna_end": null,
"cdna_length": 521,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu",
"transcript": "ENST00000527238.5",
"protein_id": "ENSP00000431599.1",
"transcript_support_level": 4,
"aa_start": 20,
"aa_end": null,
"aa_length": 38,
"cds_start": 59,
"cds_end": null,
"cds_length": 117,
"cdna_start": 487,
"cdna_end": null,
"cdna_length": 545,
"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": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.59C>T",
"hgvs_p": null,
"transcript": "ENST00000532623.5",
"protein_id": "ENSP00000434377.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": 1654,
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.201C>T",
"hgvs_p": null,
"transcript": "ENST00000557814.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 559,
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.394C>T",
"hgvs_p": null,
"transcript": "ENST00000558729.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 604,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.310C>T",
"hgvs_p": null,
"transcript": "ENST00000559662.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 588,
"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": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.107C>T",
"hgvs_p": null,
"transcript": "NR_168077.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": 2944,
"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": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.285C>T",
"hgvs_p": null,
"transcript": "NR_168078.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": 3601,
"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": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.285C>T",
"hgvs_p": null,
"transcript": "NR_168079.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": 3372,
"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": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.287C>T",
"hgvs_p": null,
"transcript": "NR_168080.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": 3426,
"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": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.214C>T",
"hgvs_p": null,
"transcript": "NR_168081.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": 3693,
"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": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.358C>T",
"hgvs_p": null,
"transcript": "NR_168082.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": 3739,
"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": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.285C>T",
"hgvs_p": null,
"transcript": "NR_168083.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": 3470,
"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": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.214C>T",
"hgvs_p": null,
"transcript": "NR_168084.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": 3399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.1-16482C>T",
"hgvs_p": null,
"transcript": "NM_001382329.1",
"protein_id": "NP_001369258.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 443,
"cds_start": -4,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3426,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.1-16482C>T",
"hgvs_p": null,
"transcript": "NM_001382330.1",
"protein_id": "NP_001369259.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 443,
"cds_start": -4,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3462,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.1-16482C>T",
"hgvs_p": null,
"transcript": "NM_001382331.1",
"protein_id": "NP_001369260.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 443,
"cds_start": -4,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.1-16482C>T",
"hgvs_p": null,
"transcript": "NM_001382332.1",
"protein_id": "NP_001369261.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 443,
"cds_start": -4,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.1-16482C>T",
"hgvs_p": null,
"transcript": "NM_001382333.1",
"protein_id": "NP_001369262.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 443,
"cds_start": -4,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3856,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.1-16482C>T",
"hgvs_p": null,
"transcript": "NM_001382336.1",
"protein_id": "NP_001369265.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 327,
"cds_start": -4,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.1-16482C>T",
"hgvs_p": null,
"transcript": "NM_001382337.1",
"protein_id": "NP_001369266.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 327,
"cds_start": -4,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "c.1-16482C>T",
"hgvs_p": null,
"transcript": "NM_001382338.1",
"protein_id": "NP_001369267.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 327,
"cds_start": -4,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.269-16482C>T",
"hgvs_p": null,
"transcript": "ENST00000530517.5",
"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": 1709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.190-16482C>T",
"hgvs_p": null,
"transcript": "ENST00000531116.5",
"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": 1673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.304-16482C>T",
"hgvs_p": null,
"transcript": "ENST00000561115.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.314-16482C>T",
"hgvs_p": null,
"transcript": "ENST00000561298.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"hgvs_c": "n.205-16482C>T",
"hgvs_p": null,
"transcript": "NR_168076.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": 3361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PKNOX2",
"gene_hgnc_id": 16714,
"dbsnp": "rs371091100",
"frequency_reference_population": 0.000001868344,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000137592,
"gnomad_genomes_af": 0.00000657324,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3101325035095215,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.449,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1057,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.23,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.667,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001382323.2",
"gene_symbol": "PKNOX2",
"hgnc_id": 16714,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Pro20Leu"
}
],
"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
}