← 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: 6-31972346-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=31972346&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 31972346,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_032454.1",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "c.265G>A",
"hgvs_p": "p.Asp89Asn",
"transcript": "ENST00000375333.4",
"protein_id": "ENSP00000364482.4",
"transcript_support_level": 1,
"aa_start": 89,
"aa_end": null,
"aa_length": 368,
"cds_start": 265,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 318,
"cdna_end": null,
"cdna_length": 1557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "c.265G>A",
"hgvs_p": "p.Asp89Asn",
"transcript": "ENST00000375331.8",
"protein_id": "ENSP00000364480.4",
"transcript_support_level": 1,
"aa_start": 89,
"aa_end": null,
"aa_length": 364,
"cds_start": 265,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 431,
"cdna_end": null,
"cdna_length": 1663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "c.-66G>A",
"hgvs_p": null,
"transcript": "ENST00000492583.6",
"protein_id": "ENSP00000519789.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": -4,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "c.-66G>A",
"hgvs_p": null,
"transcript": "ENST00000466132.6",
"protein_id": "ENSP00000519788.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 254,
"cds_start": -4,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHR1",
"gene_hgnc_id": 11398,
"hgvs_c": "c.265G>A",
"hgvs_p": "p.Asp89Asn",
"transcript": "NM_032454.1",
"protein_id": "NP_115830.1",
"transcript_support_level": null,
"aa_start": 89,
"aa_end": null,
"aa_length": 368,
"cds_start": 265,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 1632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "c.265G>A",
"hgvs_p": "p.Asp89Asn",
"transcript": "ENST00000460018.3",
"protein_id": "ENSP00000418350.3",
"transcript_support_level": 4,
"aa_start": 89,
"aa_end": null,
"aa_length": 364,
"cds_start": 265,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 502,
"cdna_end": null,
"cdna_length": 1729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "n.7G>A",
"hgvs_p": null,
"transcript": "ENST00000473983.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "n.431G>A",
"hgvs_p": null,
"transcript": "ENST00000479644.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHR1",
"gene_hgnc_id": 11398,
"hgvs_c": "n.578G>A",
"hgvs_p": null,
"transcript": "NR_026717.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": 1805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "c.-424C>T",
"hgvs_p": null,
"transcript": "NM_005510.4",
"protein_id": "NP_005501.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": -4,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1469,
"mane_select": "ENST00000337523.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "c.-424C>T",
"hgvs_p": null,
"transcript": "ENST00000337523.10",
"protein_id": "ENSP00000337759.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": -4,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1469,
"mane_select": "NM_005510.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WHR1",
"gene_hgnc_id": 11398,
"hgvs_c": "c.-66G>A",
"hgvs_p": null,
"transcript": "NM_004197.2",
"protein_id": "NP_004188.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 254,
"cds_start": -4,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1211,
"mane_select": "ENST00000685781.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "c.-66G>A",
"hgvs_p": null,
"transcript": "ENST00000685781.1",
"protein_id": "ENSP00000509445.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 254,
"cds_start": -4,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1211,
"mane_select": "NM_004197.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "n.-94C>T",
"hgvs_p": null,
"transcript": "ENST00000477826.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 2093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "n.-108C>T",
"hgvs_p": null,
"transcript": "ENST00000478221.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 1132,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "n.-184C>T",
"hgvs_p": null,
"transcript": "ENST00000492946.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 1474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "n.-66G>A",
"hgvs_p": null,
"transcript": "ENST00000519179.6",
"protein_id": "ENSP00000454870.2",
"transcript_support_level": 1,
"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": 1101,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "c.-671C>T",
"hgvs_p": null,
"transcript": "NM_001438478.1",
"protein_id": "NP_001425407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": -4,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1716,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "c.-468C>T",
"hgvs_p": null,
"transcript": "NM_001438479.1",
"protein_id": "NP_001425408.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": -4,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "c.-468C>T",
"hgvs_p": null,
"transcript": "ENST00000375349.7",
"protein_id": "ENSP00000364498.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": -4,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "c.-1034C>T",
"hgvs_p": null,
"transcript": "NM_001371205.1",
"protein_id": "NP_001358134.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 212,
"cds_start": -4,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "c.-876C>T",
"hgvs_p": null,
"transcript": "NM_001371206.1",
"protein_id": "NP_001358135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 212,
"cds_start": -4,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1369,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "c.-614C>T",
"hgvs_p": null,
"transcript": "NM_001438480.1",
"protein_id": "NP_001425409.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 212,
"cds_start": -4,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1107,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "c.-304G>A",
"hgvs_p": null,
"transcript": "ENST00000491861.6",
"protein_id": "ENSP00000519790.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": -4,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1128,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "n.-28G>A",
"hgvs_p": null,
"transcript": "ENST00000463823.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "n.-51G>A",
"hgvs_p": null,
"transcript": "ENST00000466336.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "n.-236G>A",
"hgvs_p": null,
"transcript": "ENST00000469907.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "n.-189G>A",
"hgvs_p": null,
"transcript": "ENST00000471028.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "n.-248C>T",
"hgvs_p": null,
"transcript": "ENST00000474587.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1115,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "n.-6G>A",
"hgvs_p": null,
"transcript": "ENST00000478486.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 759,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "n.-468C>T",
"hgvs_p": null,
"transcript": "ENST00000480240.5",
"protein_id": "ENSP00000418632.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "n.-66G>A",
"hgvs_p": null,
"transcript": "ENST00000483801.6",
"protein_id": "ENSP00000418866.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STK19",
"gene_hgnc_id": 11398,
"hgvs_c": "n.-232G>A",
"hgvs_p": null,
"transcript": "ENST00000484540.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "n.-137C>T",
"hgvs_p": null,
"transcript": "ENST00000485557.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "n.-208C>T",
"hgvs_p": null,
"transcript": "NR_199378.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": 1396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "n.-208C>T",
"hgvs_p": null,
"transcript": "NR_199379.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": 1296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "n.-208C>T",
"hgvs_p": null,
"transcript": "NR_199380.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": 1643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "n.-208C>T",
"hgvs_p": null,
"transcript": "NR_199381.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": 1533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DXO",
"gene_hgnc_id": 2992,
"hgvs_c": "c.-671C>T",
"hgvs_p": null,
"transcript": "XM_047418263.1",
"protein_id": "XP_047274219.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 275,
"cds_start": -4,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "WHR1",
"gene_hgnc_id": 11398,
"dbsnp": "rs267600971",
"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.11419704556465149,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.043,
"revel_prediction": "Benign",
"alphamissense_score": 0.0905,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.471,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_032454.1",
"gene_symbol": "WHR1",
"hgnc_id": 11398,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.265G>A",
"hgvs_p": "p.Asp89Asn"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000375333.4",
"gene_symbol": "STK19",
"hgnc_id": 11398,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.265G>A",
"hgvs_p": "p.Asp89Asn"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000337523.10",
"gene_symbol": "DXO",
"hgnc_id": 2992,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-424C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}