← 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: 17-7630237-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=7630237&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 7630237,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001040.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "NM_001040.5",
"protein_id": "NP_001031.2",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 402,
"cds_start": 65,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000380450.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001040.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "ENST00000380450.9",
"protein_id": "ENSP00000369816.4",
"transcript_support_level": 1,
"aa_start": 22,
"aa_end": null,
"aa_length": 402,
"cds_start": 65,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001040.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380450.9"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "ENST00000441599.6",
"protein_id": "ENSP00000393426.2",
"transcript_support_level": 1,
"aa_start": 22,
"aa_end": null,
"aa_length": 287,
"cds_start": 65,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000441599.6"
},
{
"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": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-63-179G>A",
"hgvs_p": null,
"transcript": "ENST00000340624.9",
"protein_id": "ENSP00000345675.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 344,
"cds_start": null,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000340624.9"
},
{
"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": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-61-181G>A",
"hgvs_p": null,
"transcript": "ENST00000575314.5",
"protein_id": "ENSP00000458559.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 344,
"cds_start": null,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000575314.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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-61-181G>A",
"hgvs_p": null,
"transcript": "ENST00000572262.5",
"protein_id": "ENSP00000459999.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": null,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000572262.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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-61-181G>A",
"hgvs_p": null,
"transcript": "ENST00000574539.5",
"protein_id": "ENSP00000458181.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000574539.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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-61-181G>A",
"hgvs_p": null,
"transcript": "ENST00000570547.5",
"protein_id": "ENSP00000458875.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": null,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000570547.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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-61-181G>A",
"hgvs_p": null,
"transcript": "ENST00000576728.5",
"protein_id": "ENSP00000459620.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 181,
"cds_start": null,
"cds_end": null,
"cds_length": 546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000576728.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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-61-181G>A",
"hgvs_p": null,
"transcript": "ENST00000576478.5",
"protein_id": "ENSP00000461133.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 175,
"cds_start": null,
"cds_end": null,
"cds_length": 528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000576478.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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-61-181G>A",
"hgvs_p": null,
"transcript": "ENST00000572182.5",
"protein_id": "ENSP00000458816.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 82,
"cds_start": null,
"cds_end": null,
"cds_length": 249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000572182.5"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "n.65G>A",
"hgvs_p": null,
"transcript": "ENST00000570527.5",
"protein_id": "ENSP00000461162.1",
"transcript_support_level": 1,
"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": "nonsense_mediated_decay",
"feature": "ENST00000570527.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "ENST00000856867.1",
"protein_id": "ENSP00000526926.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 415,
"cds_start": 65,
"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": "ENST00000856867.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "ENST00000856862.1",
"protein_id": "ENSP00000526921.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 402,
"cds_start": 65,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856862.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "ENST00000856863.1",
"protein_id": "ENSP00000526922.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 402,
"cds_start": 65,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856863.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "ENST00000856864.1",
"protein_id": "ENSP00000526923.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 402,
"cds_start": 65,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856864.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "ENST00000856865.1",
"protein_id": "ENSP00000526924.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 401,
"cds_start": 65,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856865.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "NM_001146279.3",
"protein_id": "NP_001139751.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 384,
"cds_start": 65,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001146279.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "ENST00000575903.5",
"protein_id": "ENSP00000458973.1",
"transcript_support_level": 3,
"aa_start": 22,
"aa_end": null,
"aa_length": 384,
"cds_start": 65,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000575903.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "ENST00000856866.1",
"protein_id": "ENSP00000526925.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 372,
"cds_start": 65,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856866.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "NM_001146280.3",
"protein_id": "NP_001139752.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 293,
"cds_start": 65,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001146280.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "ENST00000416273.7",
"protein_id": "ENSP00000388867.3",
"transcript_support_level": 3,
"aa_start": 22,
"aa_end": null,
"aa_length": 293,
"cds_start": 65,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000416273.7"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His",
"transcript": "NM_001146281.3",
"protein_id": "NP_001139753.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 287,
"cds_start": 65,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001146281.3"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-192G>A",
"hgvs_p": null,
"transcript": "NM_001289116.2",
"protein_id": "NP_001276045.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": null,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289116.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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-63-179G>A",
"hgvs_p": null,
"transcript": "NM_001289113.2",
"protein_id": "NP_001276042.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 344,
"cds_start": null,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289113.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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-61-181G>A",
"hgvs_p": null,
"transcript": "NM_001289114.2",
"protein_id": "NP_001276043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 344,
"cds_start": null,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289114.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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-63-179G>A",
"hgvs_p": null,
"transcript": "NM_001289115.2",
"protein_id": "NP_001276044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289115.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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-63-179G>A",
"hgvs_p": null,
"transcript": "ENST00000575729.5",
"protein_id": "ENSP00000458719.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": null,
"cds_end": null,
"cds_length": 280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000575729.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "n.65G>A",
"hgvs_p": null,
"transcript": "ENST00000570353.5",
"protein_id": "ENSP00000458199.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000570353.5"
},
{
"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": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-17G>A",
"hgvs_p": null,
"transcript": "ENST00000576830.5",
"protein_id": "ENSP00000460219.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 260,
"cds_start": null,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000576830.5"
},
{
"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": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-17G>A",
"hgvs_p": null,
"transcript": "ENST00000571153.5",
"protein_id": "ENSP00000458858.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 212,
"cds_start": null,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000571153.5"
},
{
"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": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-17G>A",
"hgvs_p": null,
"transcript": "ENST00000576152.1",
"protein_id": "ENSP00000461743.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 206,
"cds_start": null,
"cds_end": null,
"cds_length": 621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000576152.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"hgvs_c": "c.-17G>A",
"hgvs_p": null,
"transcript": "ENST00000575618.5",
"protein_id": "ENSP00000459826.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 113,
"cds_start": null,
"cds_end": null,
"cds_length": 342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000575618.5"
}
],
"gene_symbol": "SHBG",
"gene_hgnc_id": 10839,
"dbsnp": "rs9282845",
"frequency_reference_population": 0.000051518236,
"hom_count_reference_population": 0,
"allele_count_reference_population": 83,
"gnomad_exomes_af": 0.0000472995,
"gnomad_genomes_af": 0.0000919287,
"gnomad_exomes_ac": 69,
"gnomad_genomes_ac": 14,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.004307836294174194,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.178,
"revel_prediction": "Benign",
"alphamissense_score": 0.0947,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.381,
"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_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001040.5",
"gene_symbol": "SHBG",
"hgnc_id": 10839,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.65G>A",
"hgvs_p": "p.Arg22His"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}