← 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: 9-114424385-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=114424385&ref=A&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 114424385,
"ref": "A",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "ENST00000362057.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "NM_015404.4",
"protein_id": "NP_056219.3",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 907,
"cds_start": 1365,
"cds_end": null,
"cds_length": 2724,
"cdna_start": 2037,
"cdna_end": null,
"cdna_length": 4070,
"mane_select": "ENST00000362057.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "ENST00000362057.4",
"protein_id": "ENSP00000354623.3",
"transcript_support_level": 1,
"aa_start": 455,
"aa_end": null,
"aa_length": 907,
"cds_start": 1365,
"cds_end": null,
"cds_length": 2724,
"cdna_start": 2037,
"cdna_end": null,
"cdna_length": 4070,
"mane_select": "NM_015404.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.216T>G",
"hgvs_p": "p.Ser72Ser",
"transcript": "ENST00000265134.10",
"protein_id": "ENSP00000265134.6",
"transcript_support_level": 1,
"aa_start": 72,
"aa_end": null,
"aa_length": 524,
"cds_start": 216,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 814,
"cdna_end": null,
"cdna_length": 2847,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "NM_001173425.2",
"protein_id": "NP_001166896.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 906,
"cds_start": 1365,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2037,
"cdna_end": null,
"cdna_length": 4067,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "ENST00000674036.9",
"protein_id": "ENSP00000501297.5",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 837,
"cds_start": 1365,
"cds_end": null,
"cds_length": 2514,
"cdna_start": 1365,
"cdna_end": null,
"cdna_length": 3190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "ENST00000699486.2",
"protein_id": "ENSP00000514397.2",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 571,
"cds_start": 1365,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 1365,
"cdna_end": null,
"cdna_length": 2242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.312T>G",
"hgvs_p": "p.Ser104Ser",
"transcript": "NM_001346890.1",
"protein_id": "NP_001333819.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 556,
"cds_start": 312,
"cds_end": null,
"cds_length": 1671,
"cdna_start": 1343,
"cdna_end": null,
"cdna_length": 3375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.216T>G",
"hgvs_p": "p.Ser72Ser",
"transcript": "NM_001083885.3",
"protein_id": "NP_001077354.2",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 524,
"cds_start": 216,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 856,
"cdna_end": null,
"cdna_length": 2889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "XM_011518485.2",
"protein_id": "XP_011516787.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 918,
"cds_start": 1365,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 1894,
"cdna_end": null,
"cdna_length": 3960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "XM_011518486.3",
"protein_id": "XP_011516788.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 917,
"cds_start": 1365,
"cds_end": null,
"cds_length": 2754,
"cdna_start": 2037,
"cdna_end": null,
"cdna_length": 4100,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "XM_047423161.1",
"protein_id": "XP_047279117.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 907,
"cds_start": 1365,
"cds_end": null,
"cds_length": 2724,
"cdna_start": 1894,
"cdna_end": null,
"cdna_length": 3927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "XM_047423163.1",
"protein_id": "XP_047279119.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 906,
"cds_start": 1365,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1894,
"cdna_end": null,
"cdna_length": 3924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1239T>G",
"hgvs_p": "p.Ser413Ser",
"transcript": "XM_011518487.3",
"protein_id": "XP_011516789.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 876,
"cds_start": 1239,
"cds_end": null,
"cds_length": 2631,
"cdna_start": 1911,
"cdna_end": null,
"cdna_length": 3977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1239T>G",
"hgvs_p": "p.Ser413Ser",
"transcript": "XM_047423164.1",
"protein_id": "XP_047279120.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 865,
"cds_start": 1239,
"cds_end": null,
"cds_length": 2598,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 3801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1239T>G",
"hgvs_p": "p.Ser413Ser",
"transcript": "XM_047423165.1",
"protein_id": "XP_047279121.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 864,
"cds_start": 1239,
"cds_end": null,
"cds_length": 2595,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 3798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "XM_047423166.1",
"protein_id": "XP_047279122.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 837,
"cds_start": 1365,
"cds_end": null,
"cds_length": 2514,
"cdna_start": 1894,
"cdna_end": null,
"cdna_length": 3717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "XM_047423167.1",
"protein_id": "XP_047279123.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 836,
"cds_start": 1365,
"cds_end": null,
"cds_length": 2511,
"cdna_start": 2037,
"cdna_end": null,
"cdna_length": 3857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1239T>G",
"hgvs_p": "p.Ser413Ser",
"transcript": "XM_047423168.1",
"protein_id": "XP_047279124.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 795,
"cds_start": 1239,
"cds_end": null,
"cds_length": 2388,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1239T>G",
"hgvs_p": "p.Ser413Ser",
"transcript": "XM_047423169.1",
"protein_id": "XP_047279125.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 794,
"cds_start": 1239,
"cds_end": null,
"cds_length": 2385,
"cdna_start": 1911,
"cdna_end": null,
"cdna_length": 3731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "XM_047423170.1",
"protein_id": "XP_047279126.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 643,
"cds_start": 1365,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 2037,
"cdna_end": null,
"cdna_length": 3137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "XM_047423171.1",
"protein_id": "XP_047279127.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 609,
"cds_start": 1365,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 2037,
"cdna_end": null,
"cdna_length": 3035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "XM_047423173.1",
"protein_id": "XP_047279129.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 577,
"cds_start": 1365,
"cds_end": null,
"cds_length": 1734,
"cdna_start": 1894,
"cdna_end": null,
"cdna_length": 4568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "XM_011518491.4",
"protein_id": "XP_011516793.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 571,
"cds_start": 1365,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 1894,
"cdna_end": null,
"cdna_length": 2349,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "XM_011518492.3",
"protein_id": "XP_011516794.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 571,
"cds_start": 1365,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 2037,
"cdna_end": null,
"cdna_length": 2454,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser",
"transcript": "XM_011518494.4",
"protein_id": "XP_011516796.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 556,
"cds_start": 1365,
"cds_end": null,
"cds_length": 1671,
"cdna_start": 2037,
"cdna_end": null,
"cdna_length": 2499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1239T>G",
"hgvs_p": "p.Ser413Ser",
"transcript": "XM_047423174.1",
"protein_id": "XP_047279130.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 535,
"cds_start": 1239,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 1911,
"cdna_end": null,
"cdna_length": 4585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.2299T>G",
"hgvs_p": null,
"transcript": "ENST00000673811.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": 2674,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.1246T>G",
"hgvs_p": null,
"transcript": "ENST00000674048.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": 3278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.2037T>G",
"hgvs_p": null,
"transcript": "XR_929749.3",
"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": 2614,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.2037T>G",
"hgvs_p": null,
"transcript": "XR_929750.4",
"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": 2596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.2037T>G",
"hgvs_p": null,
"transcript": "XR_929752.3",
"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": 4611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.2037T>G",
"hgvs_p": null,
"transcript": "XR_929753.4",
"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": 4591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.2037T>G",
"hgvs_p": null,
"transcript": "XR_929754.3",
"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": 4430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.2037T>G",
"hgvs_p": null,
"transcript": "XR_929755.4",
"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": 4526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.2037T>G",
"hgvs_p": null,
"transcript": "XR_929756.3",
"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": 4292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.2037T>G",
"hgvs_p": null,
"transcript": "XR_929757.3",
"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": 2492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"dbsnp": "rs111033459",
"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.8600000143051147,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.86,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -5.16,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000362057.4",
"gene_symbol": "WHRN",
"hgnc_id": 16361,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Ser455Ser"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}