← 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-114426286-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=114426286&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 114426286,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_015404.4",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "NM_015404.4",
"protein_id": "NP_056219.3",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 907,
"cds_start": 1091,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000362057.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015404.4"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "ENST00000362057.4",
"protein_id": "ENSP00000354623.3",
"transcript_support_level": 1,
"aa_start": 364,
"aa_end": null,
"aa_length": 907,
"cds_start": 1091,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015404.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000362057.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.-59A>G",
"hgvs_p": null,
"transcript": "ENST00000265134.10",
"protein_id": "ENSP00000265134.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 524,
"cds_start": null,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265134.10"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "NM_001173425.2",
"protein_id": "NP_001166896.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 906,
"cds_start": 1091,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001173425.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "ENST00000866780.1",
"protein_id": "ENSP00000536839.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 906,
"cds_start": 1091,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866780.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.965A>G",
"hgvs_p": "p.His322Arg",
"transcript": "ENST00000929560.1",
"protein_id": "ENSP00000599619.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 864,
"cds_start": 965,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929560.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "ENST00000674036.9",
"protein_id": "ENSP00000501297.5",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 837,
"cds_start": 1091,
"cds_end": null,
"cds_length": 2514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674036.9"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "ENST00000929558.1",
"protein_id": "ENSP00000599617.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 836,
"cds_start": 1091,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929558.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.965A>G",
"hgvs_p": "p.His322Arg",
"transcript": "ENST00000866781.1",
"protein_id": "ENSP00000536840.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 795,
"cds_start": 965,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866781.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "ENST00000699486.2",
"protein_id": "ENSP00000514397.2",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 571,
"cds_start": 1091,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699486.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "XM_011518485.2",
"protein_id": "XP_011516787.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 918,
"cds_start": 1091,
"cds_end": null,
"cds_length": 2757,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518485.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "XM_011518486.3",
"protein_id": "XP_011516788.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 917,
"cds_start": 1091,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518486.3"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "XM_047423161.1",
"protein_id": "XP_047279117.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 907,
"cds_start": 1091,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423161.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "XM_047423163.1",
"protein_id": "XP_047279119.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 906,
"cds_start": 1091,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423163.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.965A>G",
"hgvs_p": "p.His322Arg",
"transcript": "XM_011518487.3",
"protein_id": "XP_011516789.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 876,
"cds_start": 965,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518487.3"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.965A>G",
"hgvs_p": "p.His322Arg",
"transcript": "XM_047423164.1",
"protein_id": "XP_047279120.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 865,
"cds_start": 965,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423164.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.965A>G",
"hgvs_p": "p.His322Arg",
"transcript": "XM_047423165.1",
"protein_id": "XP_047279121.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 864,
"cds_start": 965,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423165.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "XM_047423166.1",
"protein_id": "XP_047279122.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 837,
"cds_start": 1091,
"cds_end": null,
"cds_length": 2514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423166.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "XM_047423167.1",
"protein_id": "XP_047279123.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 836,
"cds_start": 1091,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423167.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.965A>G",
"hgvs_p": "p.His322Arg",
"transcript": "XM_047423168.1",
"protein_id": "XP_047279124.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 795,
"cds_start": 965,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423168.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.965A>G",
"hgvs_p": "p.His322Arg",
"transcript": "XM_047423169.1",
"protein_id": "XP_047279125.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 794,
"cds_start": 965,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423169.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "XM_047423170.1",
"protein_id": "XP_047279126.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 643,
"cds_start": 1091,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423170.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "XM_047423171.1",
"protein_id": "XP_047279127.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 609,
"cds_start": 1091,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423171.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "XM_047423173.1",
"protein_id": "XP_047279129.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 577,
"cds_start": 1091,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423173.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "XM_011518491.4",
"protein_id": "XP_011516793.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 571,
"cds_start": 1091,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518491.4"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "XM_011518492.3",
"protein_id": "XP_011516794.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 571,
"cds_start": 1091,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518492.3"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg",
"transcript": "XM_011518494.4",
"protein_id": "XP_011516796.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 556,
"cds_start": 1091,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518494.4"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.965A>G",
"hgvs_p": "p.His322Arg",
"transcript": "XM_047423174.1",
"protein_id": "XP_047279130.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 535,
"cds_start": 965,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423174.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.-59A>G",
"hgvs_p": null,
"transcript": "NM_001083885.3",
"protein_id": "NP_001077354.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 524,
"cds_start": null,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001083885.3"
},
{
"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": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.964-18268A>G",
"hgvs_p": null,
"transcript": "ENST00000929559.1",
"protein_id": "ENSP00000599618.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 686,
"cds_start": null,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929559.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": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.964-18268A>G",
"hgvs_p": null,
"transcript": "ENST00000929561.1",
"protein_id": "ENSP00000599620.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 685,
"cds_start": null,
"cds_end": null,
"cds_length": 2058,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929561.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.839A>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000673811.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.1763A>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": 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_929749.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.1763A>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": 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_929750.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.1763A>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": 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_929752.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.1763A>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": 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_929753.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.1763A>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": 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_929754.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.1763A>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": 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_929755.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.1763A>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": 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_929756.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.1763A>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": 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_929757.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "c.-1149A>G",
"hgvs_p": null,
"transcript": "NM_001346890.1",
"protein_id": "NP_001333819.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 556,
"cds_start": null,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346890.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"hgvs_c": "n.-215A>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000674048.1"
}
],
"gene_symbol": "WHRN",
"gene_hgnc_id": 16361,
"dbsnp": "rs10817610",
"frequency_reference_population": 0.0031460924,
"hom_count_reference_population": 139,
"allele_count_reference_population": 5076,
"gnomad_exomes_af": 0.00171102,
"gnomad_genomes_af": 0.0169127,
"gnomad_exomes_ac": 2500,
"gnomad_genomes_ac": 2576,
"gnomad_exomes_homalt": 69,
"gnomad_genomes_homalt": 70,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.00932583212852478,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.1612,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0.31,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.846,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_015404.4",
"gene_symbol": "WHRN",
"hgnc_id": 16361,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1091A>G",
"hgvs_p": "p.His364Arg"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}