← 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: 17-40264657-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=40264657&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 40264657,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_133264.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "NM_133264.5",
"protein_id": "NP_573571.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000323571.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_133264.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000323571.9",
"protein_id": "ENSP00000320924.4",
"transcript_support_level": 1,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_133264.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000323571.9"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000585043.5",
"protein_id": "ENSP00000462826.1",
"transcript_support_level": 1,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000585043.5"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "n.589C>T",
"hgvs_p": null,
"transcript": "ENST00000494757.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": "pseudogene",
"feature": "ENST00000494757.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "n.*201C>T",
"hgvs_p": null,
"transcript": "ENST00000582781.5",
"protein_id": "ENSP00000463869.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000582781.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "n.*201C>T",
"hgvs_p": null,
"transcript": "ENST00000582781.5",
"protein_id": "ENSP00000463869.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000582781.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000583130.5",
"protein_id": "ENSP00000462350.1",
"transcript_support_level": 2,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000583130.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000863500.1",
"protein_id": "ENSP00000533559.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863500.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000863503.1",
"protein_id": "ENSP00000533562.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863503.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000863504.1",
"protein_id": "ENSP00000533563.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863504.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000863505.1",
"protein_id": "ENSP00000533564.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863505.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000863506.1",
"protein_id": "ENSP00000533565.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863506.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000863507.1",
"protein_id": "ENSP00000533566.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863507.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000863508.1",
"protein_id": "ENSP00000533567.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863508.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000863509.1",
"protein_id": "ENSP00000533568.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863509.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000922626.1",
"protein_id": "ENSP00000592685.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922626.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000922627.1",
"protein_id": "ENSP00000592686.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922627.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000951234.1",
"protein_id": "ENSP00000621293.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951234.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000951235.1",
"protein_id": "ENSP00000621294.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951235.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000951236.1",
"protein_id": "ENSP00000621295.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951236.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000951237.1",
"protein_id": "ENSP00000621296.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951237.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000951238.1",
"protein_id": "ENSP00000621297.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951238.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Arg122Trp",
"transcript": "ENST00000863501.1",
"protein_id": "ENSP00000533560.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 401,
"cds_start": 364,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863501.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Arg122Trp",
"transcript": "ENST00000863510.1",
"protein_id": "ENSP00000533569.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 401,
"cds_start": 364,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863510.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Arg122Trp",
"transcript": "ENST00000922625.1",
"protein_id": "ENSP00000592684.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 401,
"cds_start": 364,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922625.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "ENST00000863511.1",
"protein_id": "ENSP00000533570.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 283,
"cds_start": 481,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863511.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "XM_005257083.3",
"protein_id": "XP_005257140.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257083.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "XM_005257084.3",
"protein_id": "XP_005257141.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257084.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "XM_047435496.1",
"protein_id": "XP_047291452.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435496.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp",
"transcript": "XM_047435497.1",
"protein_id": "XP_047291453.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 440,
"cds_start": 481,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435497.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Arg122Trp",
"transcript": "XM_011524412.1",
"protein_id": "XP_011522714.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 401,
"cds_start": 364,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524412.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Arg122Trp",
"transcript": "XM_047435498.1",
"protein_id": "XP_047291454.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 401,
"cds_start": 364,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435498.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Arg122Trp",
"transcript": "XM_047435499.1",
"protein_id": "XP_047291455.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 401,
"cds_start": 364,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435499.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "XM_047435500.1",
"protein_id": "XP_047291456.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 290,
"cds_start": 31,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435500.1"
},
{
"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": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.313+2016C>T",
"hgvs_p": null,
"transcript": "ENST00000863502.1",
"protein_id": "ENSP00000533561.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863502.1"
},
{
"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": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.313+2016C>T",
"hgvs_p": null,
"transcript": "ENST00000922628.1",
"protein_id": "ENSP00000592687.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922628.1"
},
{
"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": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.313+2016C>T",
"hgvs_p": null,
"transcript": "ENST00000951233.1",
"protein_id": "ENSP00000621292.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951233.1"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.196+3990C>T",
"hgvs_p": null,
"transcript": "ENST00000394103.7",
"protein_id": "ENSP00000377663.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 182,
"cds_start": null,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394103.7"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.196+3990C>T",
"hgvs_p": null,
"transcript": "ENST00000951231.1",
"protein_id": "ENSP00000621290.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 182,
"cds_start": null,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951231.1"
},
{
"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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.313+2016C>T",
"hgvs_p": null,
"transcript": "ENST00000951232.1",
"protein_id": "ENSP00000621291.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 151,
"cds_start": null,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951232.1"
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"hgvs_c": "c.-72+8135C>T",
"hgvs_p": null,
"transcript": "ENST00000583268.1",
"protein_id": "ENSP00000462386.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 62,
"cds_start": null,
"cds_end": null,
"cds_length": 189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000583268.1"
}
],
"gene_symbol": "WIPF2",
"gene_hgnc_id": 30923,
"dbsnp": "rs552872173",
"frequency_reference_population": 0.00002479012,
"hom_count_reference_population": 0,
"allele_count_reference_population": 40,
"gnomad_exomes_af": 0.0000266877,
"gnomad_genomes_af": 0.00000657039,
"gnomad_exomes_ac": 39,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2541251480579376,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.218,
"revel_prediction": "Benign",
"alphamissense_score": 0.2378,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.09,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.317,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_133264.5",
"gene_symbol": "WIPF2",
"hgnc_id": 30923,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161Trp"
}
],
"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
}