← 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: 12-1707976-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=1707976&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 1707976,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_001375363.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16785C>T",
"hgvs_p": null,
"transcript": "NM_024551.3",
"protein_id": "NP_078827.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000357103.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024551.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16785C>T",
"hgvs_p": null,
"transcript": "ENST00000357103.5",
"protein_id": "ENSP00000349616.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024551.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357103.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16785C>T",
"hgvs_p": null,
"transcript": "ENST00000878990.1",
"protein_id": "ENSP00000549049.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": null,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878990.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16785C>T",
"hgvs_p": null,
"transcript": "ENST00000878964.1",
"protein_id": "ENSP00000549023.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878964.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878967.1",
"protein_id": "ENSP00000549026.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878967.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+4994C>T",
"hgvs_p": null,
"transcript": "ENST00000878972.1",
"protein_id": "ENSP00000549031.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878972.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-180+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878986.1",
"protein_id": "ENSP00000549045.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878986.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16785C>T",
"hgvs_p": null,
"transcript": "NM_001375363.1",
"protein_id": "NP_001362292.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375363.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878971.1",
"protein_id": "ENSP00000549030.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878971.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16785C>T",
"hgvs_p": null,
"transcript": "ENST00000878980.1",
"protein_id": "ENSP00000549039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878980.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+4994C>T",
"hgvs_p": null,
"transcript": "ENST00000878989.1",
"protein_id": "ENSP00000549048.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878989.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-249+16763C>T",
"hgvs_p": null,
"transcript": "NM_001375364.1",
"protein_id": "NP_001362293.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375364.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16763C>T",
"hgvs_p": null,
"transcript": "NM_001375365.1",
"protein_id": "NP_001362294.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375365.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878963.1",
"protein_id": "ENSP00000549022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878963.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+4994C>T",
"hgvs_p": null,
"transcript": "ENST00000878965.1",
"protein_id": "ENSP00000549024.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878965.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-239+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878966.1",
"protein_id": "ENSP00000549025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878966.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-245+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878968.1",
"protein_id": "ENSP00000549027.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878968.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+4994C>T",
"hgvs_p": null,
"transcript": "ENST00000878969.1",
"protein_id": "ENSP00000549028.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878969.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-180+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878970.1",
"protein_id": "ENSP00000549029.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878970.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-249+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878973.1",
"protein_id": "ENSP00000549032.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878973.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-180+16785C>T",
"hgvs_p": null,
"transcript": "ENST00000878975.1",
"protein_id": "ENSP00000549034.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878975.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-227+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878976.1",
"protein_id": "ENSP00000549035.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878976.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-239+16785C>T",
"hgvs_p": null,
"transcript": "ENST00000878981.1",
"protein_id": "ENSP00000549040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878981.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-249+16785C>T",
"hgvs_p": null,
"transcript": "ENST00000878982.1",
"protein_id": "ENSP00000549041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878982.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-245+16785C>T",
"hgvs_p": null,
"transcript": "ENST00000878983.1",
"protein_id": "ENSP00000549042.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878983.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-206-16740C>T",
"hgvs_p": null,
"transcript": "ENST00000878984.1",
"protein_id": "ENSP00000549043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878984.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-134+16785C>T",
"hgvs_p": null,
"transcript": "ENST00000878985.1",
"protein_id": "ENSP00000549044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878985.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-134+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878988.1",
"protein_id": "ENSP00000549047.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878988.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-246-6620C>T",
"hgvs_p": null,
"transcript": "ENST00000878991.1",
"protein_id": "ENSP00000549050.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878991.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+1270C>T",
"hgvs_p": null,
"transcript": "ENST00000878993.1",
"protein_id": "ENSP00000549052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878993.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-134+4994C>T",
"hgvs_p": null,
"transcript": "ENST00000878994.1",
"protein_id": "ENSP00000549053.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878994.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-176+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878995.1",
"protein_id": "ENSP00000549054.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878995.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+4994C>T",
"hgvs_p": null,
"transcript": "ENST00000878996.1",
"protein_id": "ENSP00000549055.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878996.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-245+4994C>T",
"hgvs_p": null,
"transcript": "ENST00000924876.1",
"protein_id": "ENSP00000594935.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924876.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16785C>T",
"hgvs_p": null,
"transcript": "ENST00000924874.1",
"protein_id": "ENSP00000594933.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": null,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924874.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878987.1",
"protein_id": "ENSP00000549046.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 381,
"cds_start": null,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878987.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878979.1",
"protein_id": "ENSP00000549038.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 360,
"cds_start": null,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878979.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16785C>T",
"hgvs_p": null,
"transcript": "ENST00000969120.1",
"protein_id": "ENSP00000639179.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 360,
"cds_start": null,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969120.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878978.1",
"protein_id": "ENSP00000549037.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 346,
"cds_start": null,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878978.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878974.1",
"protein_id": "ENSP00000549033.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 337,
"cds_start": null,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878974.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16785C>T",
"hgvs_p": null,
"transcript": "ENST00000878992.1",
"protein_id": "ENSP00000549051.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 337,
"cds_start": null,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878992.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16785C>T",
"hgvs_p": null,
"transcript": "ENST00000924875.1",
"protein_id": "ENSP00000594934.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 261,
"cds_start": null,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924875.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000924877.1",
"protein_id": "ENSP00000594936.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 261,
"cds_start": null,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924877.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16763C>T",
"hgvs_p": null,
"transcript": "ENST00000878977.1",
"protein_id": "ENSP00000549036.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 139,
"cds_start": null,
"cds_end": null,
"cds_length": 420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878977.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+4994C>T",
"hgvs_p": null,
"transcript": "XM_006719018.3",
"protein_id": "XP_006719081.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719018.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+4994C>T",
"hgvs_p": null,
"transcript": "XM_011521024.2",
"protein_id": "XP_011519326.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521024.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16763C>T",
"hgvs_p": null,
"transcript": "XM_047429547.1",
"protein_id": "XP_047285503.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 240,
"cds_start": null,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429547.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "c.-87+16785C>T",
"hgvs_p": null,
"transcript": "XM_047429548.1",
"protein_id": "XP_047285504.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 240,
"cds_start": null,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429548.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "n.144+19259C>T",
"hgvs_p": null,
"transcript": "ENST00000537545.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000537545.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"hgvs_c": "n.148+4994C>T",
"hgvs_p": null,
"transcript": "ENST00000540974.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000540974.1"
}
],
"gene_symbol": "ADIPOR2",
"gene_hgnc_id": 24041,
"dbsnp": "rs11832817",
"frequency_reference_population": 0.27221265,
"hom_count_reference_population": 6259,
"allele_count_reference_population": 41354,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.272213,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 41354,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 6259,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9900000095367432,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.99,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.366,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001375363.1",
"gene_symbol": "ADIPOR2",
"hgnc_id": 24041,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-87+16785C>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
}