← 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: 1-168085758-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=168085758&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 168085758,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001267609.1",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "NM_001375883.1",
"protein_id": "NP_001362812.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000682931.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375883.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000682931.1",
"protein_id": "ENSP00000506967.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001375883.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682931.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1414G>A",
"hgvs_p": "p.Val472Ile",
"transcript": "ENST00000271357.9",
"protein_id": "ENSP00000271357.6",
"transcript_support_level": 1,
"aa_start": 472,
"aa_end": null,
"aa_length": 546,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000271357.9"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000367838.5",
"protein_id": "ENSP00000356812.1",
"transcript_support_level": 1,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367838.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Val475Ile",
"transcript": "NM_001267609.1",
"protein_id": "NP_001254538.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 549,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001267609.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Val475Ile",
"transcript": "ENST00000537209.5",
"protein_id": "ENSP00000441039.1",
"transcript_support_level": 2,
"aa_start": 475,
"aa_end": null,
"aa_length": 549,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537209.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1414G>A",
"hgvs_p": "p.Val472Ile",
"transcript": "NM_001267611.1",
"protein_id": "NP_001254540.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 546,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001267611.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "NM_001267610.2",
"protein_id": "NP_001254539.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001267610.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "NM_001349632.1",
"protein_id": "NP_001336561.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349632.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "NM_001349633.1",
"protein_id": "NP_001336562.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349633.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "NM_001349634.1",
"protein_id": "NP_001336563.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349634.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "NM_001375884.1",
"protein_id": "NP_001362813.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375884.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "NM_001375885.1",
"protein_id": "NP_001362814.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375885.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "NM_001381909.1",
"protein_id": "NP_001368838.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001381909.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "NM_153832.3",
"protein_id": "NP_722561.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153832.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000367835.1",
"protein_id": "ENSP00000356809.1",
"transcript_support_level": 2,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367835.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867324.1",
"protein_id": "ENSP00000537383.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867324.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867325.1",
"protein_id": "ENSP00000537384.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867325.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867326.1",
"protein_id": "ENSP00000537385.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867326.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867327.1",
"protein_id": "ENSP00000537386.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867327.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867328.1",
"protein_id": "ENSP00000537387.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867328.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867329.1",
"protein_id": "ENSP00000537388.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867329.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867330.1",
"protein_id": "ENSP00000537389.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867330.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867331.1",
"protein_id": "ENSP00000537390.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867331.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867332.1",
"protein_id": "ENSP00000537391.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867332.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867333.1",
"protein_id": "ENSP00000537392.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867333.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867334.1",
"protein_id": "ENSP00000537393.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867334.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867335.1",
"protein_id": "ENSP00000537394.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867335.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867336.1",
"protein_id": "ENSP00000537395.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867336.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867337.1",
"protein_id": "ENSP00000537396.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867337.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867338.1",
"protein_id": "ENSP00000537397.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867338.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867339.1",
"protein_id": "ENSP00000537398.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867339.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867340.1",
"protein_id": "ENSP00000537399.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867340.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867341.1",
"protein_id": "ENSP00000537400.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867341.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867343.1",
"protein_id": "ENSP00000537402.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867343.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867344.1",
"protein_id": "ENSP00000537403.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867344.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000867345.1",
"protein_id": "ENSP00000537404.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867345.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000928798.1",
"protein_id": "ENSP00000598857.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928798.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000928799.1",
"protein_id": "ENSP00000598858.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928799.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000928800.1",
"protein_id": "ENSP00000598859.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928800.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000928801.1",
"protein_id": "ENSP00000598860.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928801.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000928802.1",
"protein_id": "ENSP00000598861.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928802.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000928803.1",
"protein_id": "ENSP00000598862.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928803.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000928805.1",
"protein_id": "ENSP00000598864.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928805.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000928806.1",
"protein_id": "ENSP00000598865.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928806.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000928808.1",
"protein_id": "ENSP00000598867.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928808.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000928810.1",
"protein_id": "ENSP00000598869.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928810.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000952413.1",
"protein_id": "ENSP00000622472.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952413.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000952414.1",
"protein_id": "ENSP00000622473.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952414.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000952415.1",
"protein_id": "ENSP00000622474.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952415.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000952417.1",
"protein_id": "ENSP00000622476.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952417.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000952418.1",
"protein_id": "ENSP00000622477.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952418.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000952419.1",
"protein_id": "ENSP00000622478.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952419.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000952420.1",
"protein_id": "ENSP00000622479.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952420.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000952421.1",
"protein_id": "ENSP00000622480.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952421.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000952422.1",
"protein_id": "ENSP00000622481.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952422.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1363G>A",
"hgvs_p": "p.Val455Ile",
"transcript": "ENST00000952423.1",
"protein_id": "ENSP00000622482.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 529,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952423.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1360G>A",
"hgvs_p": "p.Val454Ile",
"transcript": "ENST00000867342.1",
"protein_id": "ENSP00000537401.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 528,
"cds_start": 1360,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867342.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1360G>A",
"hgvs_p": "p.Val454Ile",
"transcript": "ENST00000928804.1",
"protein_id": "ENSP00000598863.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 528,
"cds_start": 1360,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928804.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1360G>A",
"hgvs_p": "p.Val454Ile",
"transcript": "ENST00000928807.1",
"protein_id": "ENSP00000598866.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 528,
"cds_start": 1360,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928807.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1360G>A",
"hgvs_p": "p.Val454Ile",
"transcript": "ENST00000928809.1",
"protein_id": "ENSP00000598868.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 528,
"cds_start": 1360,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928809.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1360G>A",
"hgvs_p": "p.Val454Ile",
"transcript": "ENST00000928811.1",
"protein_id": "ENSP00000598870.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 528,
"cds_start": 1360,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928811.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1360G>A",
"hgvs_p": "p.Val454Ile",
"transcript": "ENST00000952416.1",
"protein_id": "ENSP00000622475.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 528,
"cds_start": 1360,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952416.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1129G>A",
"hgvs_p": "p.Val377Ile",
"transcript": "NM_001267613.1",
"protein_id": "NP_001254542.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 451,
"cds_start": 1129,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001267613.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1129G>A",
"hgvs_p": "p.Val377Ile",
"transcript": "ENST00000539777.5",
"protein_id": "ENSP00000437576.1",
"transcript_support_level": 2,
"aa_start": 377,
"aa_end": null,
"aa_length": 451,
"cds_start": 1129,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539777.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1021G>A",
"hgvs_p": "p.Val341Ile",
"transcript": "NM_001267614.1",
"protein_id": "NP_001254543.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 415,
"cds_start": 1021,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001267614.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.1021G>A",
"hgvs_p": "p.Val341Ile",
"transcript": "ENST00000546300.5",
"protein_id": "ENSP00000444348.1",
"transcript_support_level": 2,
"aa_start": 341,
"aa_end": null,
"aa_length": 415,
"cds_start": 1021,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000546300.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.967G>A",
"hgvs_p": "p.Val323Ile",
"transcript": "NM_001267612.2",
"protein_id": "NP_001254541.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 397,
"cds_start": 967,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001267612.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.967G>A",
"hgvs_p": "p.Val323Ile",
"transcript": "NM_001349635.1",
"protein_id": "NP_001336564.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 397,
"cds_start": 967,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349635.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "c.967G>A",
"hgvs_p": "p.Val323Ile",
"transcript": "ENST00000367836.5",
"protein_id": "ENSP00000356810.1",
"transcript_support_level": 2,
"aa_start": 323,
"aa_end": null,
"aa_length": 397,
"cds_start": 967,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367836.5"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"hgvs_c": "n.2020G>A",
"hgvs_p": null,
"transcript": "ENST00000478868.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000478868.1"
}
],
"gene_symbol": "GPR161",
"gene_hgnc_id": 23694,
"dbsnp": "rs752799929",
"frequency_reference_population": 0.000008675392,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.00000821047,
"gnomad_genomes_af": 0.0000131396,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10975766181945801,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.169,
"revel_prediction": "Benign",
"alphamissense_score": 0.0806,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.646,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001267609.1",
"gene_symbol": "GPR161",
"hgnc_id": 23694,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Val475Ile"
}
],
"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
}