← 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: 2-207124083-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=207124083&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 207124083,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_003709.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "NM_003709.4",
"protein_id": "NP_003700.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 302,
"cds_start": 424,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000309446.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003709.4"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "ENST00000309446.11",
"protein_id": "ENSP00000309570.6",
"transcript_support_level": 1,
"aa_start": 142,
"aa_end": null,
"aa_length": 302,
"cds_start": 424,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003709.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000309446.11"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.325C>A",
"hgvs_p": "p.Pro109Thr",
"transcript": "ENST00000421199.5",
"protein_id": "ENSP00000387510.1",
"transcript_support_level": 1,
"aa_start": 109,
"aa_end": null,
"aa_length": 269,
"cds_start": 325,
"cds_end": null,
"cds_length": 810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421199.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "ENST00000423015.5",
"protein_id": "ENSP00000398572.1",
"transcript_support_level": 1,
"aa_start": 142,
"aa_end": null,
"aa_length": 230,
"cds_start": 424,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423015.5"
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.163+261C>A",
"hgvs_p": null,
"transcript": "ENST00000458272.2",
"protein_id": "ENSP00000393268.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 112,
"cds_start": null,
"cds_end": null,
"cds_length": 339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000458272.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "ENST00000874451.1",
"protein_id": "ENSP00000544510.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 303,
"cds_start": 424,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874451.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "ENST00000948505.1",
"protein_id": "ENSP00000618564.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 303,
"cds_start": 424,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948505.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "ENST00000874448.1",
"protein_id": "ENSP00000544507.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 302,
"cds_start": 424,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874448.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "ENST00000874449.1",
"protein_id": "ENSP00000544508.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 302,
"cds_start": 424,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874449.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.340C>A",
"hgvs_p": "p.Pro114Thr",
"transcript": "NM_001270944.2",
"protein_id": "NP_001257873.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 274,
"cds_start": 340,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270944.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.340C>A",
"hgvs_p": "p.Pro114Thr",
"transcript": "ENST00000435602.2",
"protein_id": "ENSP00000413590.2",
"transcript_support_level": 3,
"aa_start": 114,
"aa_end": null,
"aa_length": 274,
"cds_start": 340,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435602.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.325C>A",
"hgvs_p": "p.Pro109Thr",
"transcript": "NM_001270943.2",
"protein_id": "NP_001257872.1",
"transcript_support_level": null,
"aa_start": 109,
"aa_end": null,
"aa_length": 269,
"cds_start": 325,
"cds_end": null,
"cds_length": 810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270943.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "ENST00000703689.1",
"protein_id": "ENSP00000515426.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 256,
"cds_start": 424,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703689.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "NM_001270942.1",
"protein_id": "NP_001257871.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 230,
"cds_start": 424,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270942.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "NM_001438026.1",
"protein_id": "NP_001424955.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 230,
"cds_start": 424,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438026.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "ENST00000703734.1",
"protein_id": "ENSP00000515454.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 230,
"cds_start": 424,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703734.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.325C>A",
"hgvs_p": "p.Pro109Thr",
"transcript": "ENST00000703736.1",
"protein_id": "ENSP00000515456.1",
"transcript_support_level": null,
"aa_start": 109,
"aa_end": null,
"aa_length": 125,
"cds_start": 325,
"cds_end": null,
"cds_length": 380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703736.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "XM_017005161.2",
"protein_id": "XP_016860650.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 302,
"cds_start": 424,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005161.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "XM_047446144.1",
"protein_id": "XP_047302100.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 302,
"cds_start": 424,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446144.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "XM_047446145.1",
"protein_id": "XP_047302101.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 302,
"cds_start": 424,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446145.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "XM_047446146.1",
"protein_id": "XP_047302102.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 302,
"cds_start": 424,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446146.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "XM_047446147.1",
"protein_id": "XP_047302103.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 302,
"cds_start": 424,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446147.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.331C>A",
"hgvs_p": "p.Pro111Thr",
"transcript": "XM_047446148.1",
"protein_id": "XP_047302104.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 271,
"cds_start": 331,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446148.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "XM_011512075.3",
"protein_id": "XP_011510377.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 269,
"cds_start": 424,
"cds_end": null,
"cds_length": 810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011512075.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.325C>A",
"hgvs_p": "p.Pro109Thr",
"transcript": "XM_047446149.1",
"protein_id": "XP_047302105.1",
"transcript_support_level": null,
"aa_start": 109,
"aa_end": null,
"aa_length": 269,
"cds_start": 325,
"cds_end": null,
"cds_length": 810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446149.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr",
"transcript": "XM_047446150.1",
"protein_id": "XP_047302106.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 269,
"cds_start": 424,
"cds_end": null,
"cds_length": 810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446150.1"
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.163+261C>A",
"hgvs_p": null,
"transcript": "ENST00000874450.1",
"protein_id": "ENSP00000544509.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 112,
"cds_start": null,
"cds_end": null,
"cds_length": 339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874450.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "n.487C>A",
"hgvs_p": null,
"transcript": "ENST00000703733.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": "ENST00000703733.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "n.424C>A",
"hgvs_p": null,
"transcript": "ENST00000703735.1",
"protein_id": "ENSP00000515455.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000703735.1"
},
{
"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": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "n.804C>A",
"hgvs_p": null,
"transcript": "XR_923051.3",
"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": "XR_923051.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "n.65+261C>A",
"hgvs_p": null,
"transcript": "ENST00000467833.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000467833.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "n.337+261C>A",
"hgvs_p": null,
"transcript": "NR_073108.2",
"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": "NR_073108.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.*86C>A",
"hgvs_p": null,
"transcript": "ENST00000426163.5",
"protein_id": "ENSP00000397245.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 111,
"cds_start": null,
"cds_end": null,
"cds_length": 338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426163.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"hgvs_c": "c.*242C>A",
"hgvs_p": null,
"transcript": "ENST00000457962.5",
"protein_id": "ENSP00000392015.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 59,
"cds_start": null,
"cds_end": null,
"cds_length": 182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457962.5"
}
],
"gene_symbol": "KLF7",
"gene_hgnc_id": 6350,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7094842791557312,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.384,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2145,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.74,
"phylop100way_prediction": "Pathogenic",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003709.4",
"gene_symbol": "KLF7",
"hgnc_id": 6350,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.424C>A",
"hgvs_p": "p.Pro142Thr"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}