← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 9-34635652-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=34635652&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 34635652,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_005866.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.652C>A",
"hgvs_p": "p.Leu218Ile",
"transcript": "NM_005866.4",
"protein_id": "NP_005857.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 223,
"cds_start": 652,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000277010.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005866.4"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.652C>A",
"hgvs_p": "p.Leu218Ile",
"transcript": "ENST00000277010.9",
"protein_id": "ENSP00000277010.4",
"transcript_support_level": 1,
"aa_start": 218,
"aa_end": null,
"aa_length": 223,
"cds_start": 652,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005866.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000277010.9"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.559C>A",
"hgvs_p": "p.Leu187Ile",
"transcript": "ENST00000477726.1",
"protein_id": "ENSP00000420022.1",
"transcript_support_level": 1,
"aa_start": 187,
"aa_end": null,
"aa_length": 192,
"cds_start": 559,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000477726.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "n.*284C>A",
"hgvs_p": null,
"transcript": "ENST00000353468.4",
"protein_id": "ENSP00000434453.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": "ENST00000353468.4"
},
{
"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": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "n.784C>A",
"hgvs_p": null,
"transcript": "ENST00000461426.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000461426.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "n.*284C>A",
"hgvs_p": null,
"transcript": "ENST00000353468.4",
"protein_id": "ENSP00000434453.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": "ENST00000353468.4"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.634C>A",
"hgvs_p": "p.Leu212Ile",
"transcript": "ENST00000902807.1",
"protein_id": "ENSP00000572866.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 217,
"cds_start": 634,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902807.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.628C>A",
"hgvs_p": "p.Leu210Ile",
"transcript": "ENST00000902806.1",
"protein_id": "ENSP00000572865.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 215,
"cds_start": 628,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902806.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.592C>A",
"hgvs_p": "p.Leu198Ile",
"transcript": "NM_001282207.2",
"protein_id": "NP_001269136.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 203,
"cds_start": 592,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282207.2"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.592C>A",
"hgvs_p": "p.Leu198Ile",
"transcript": "ENST00000679597.1",
"protein_id": "ENSP00000505634.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 203,
"cds_start": 592,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679597.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.562C>A",
"hgvs_p": "p.Leu188Ile",
"transcript": "ENST00000934986.1",
"protein_id": "ENSP00000605045.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 193,
"cds_start": 562,
"cds_end": null,
"cds_length": 582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934986.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.559C>A",
"hgvs_p": "p.Leu187Ile",
"transcript": "NM_147157.3",
"protein_id": "NP_671513.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 192,
"cds_start": 559,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_147157.3"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.499C>A",
"hgvs_p": "p.Leu167Ile",
"transcript": "ENST00000902808.1",
"protein_id": "ENSP00000572867.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 172,
"cds_start": 499,
"cds_end": null,
"cds_length": 519,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902808.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.451C>A",
"hgvs_p": "p.Leu151Ile",
"transcript": "ENST00000902810.1",
"protein_id": "ENSP00000572869.1",
"transcript_support_level": null,
"aa_start": 151,
"aa_end": null,
"aa_length": 156,
"cds_start": 451,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902810.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.391C>A",
"hgvs_p": "p.Leu131Ile",
"transcript": "ENST00000966016.1",
"protein_id": "ENSP00000636075.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 136,
"cds_start": 391,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966016.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.385C>A",
"hgvs_p": "p.Leu129Ile",
"transcript": "ENST00000378892.5",
"protein_id": "ENSP00000368170.1",
"transcript_support_level": 2,
"aa_start": 129,
"aa_end": null,
"aa_length": 134,
"cds_start": 385,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378892.5"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.352C>A",
"hgvs_p": "p.Leu118Ile",
"transcript": "NM_001282206.2",
"protein_id": "NP_001269135.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 123,
"cds_start": 352,
"cds_end": null,
"cds_length": 372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282206.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.*195C>A",
"hgvs_p": null,
"transcript": "NM_001282208.2",
"protein_id": "NP_001269137.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": null,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282208.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.*179C>A",
"hgvs_p": null,
"transcript": "NM_001282209.2",
"protein_id": "NP_001269138.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 110,
"cds_start": null,
"cds_end": null,
"cds_length": 333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282209.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.*179C>A",
"hgvs_p": null,
"transcript": "ENST00000680730.1",
"protein_id": "ENSP00000505588.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 110,
"cds_start": null,
"cds_end": null,
"cds_length": 333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680730.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.469-12C>A",
"hgvs_p": null,
"transcript": "ENST00000934985.1",
"protein_id": "ENSP00000605044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 158,
"cds_start": null,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934985.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.446-12C>A",
"hgvs_p": null,
"transcript": "NM_001282205.2",
"protein_id": "NP_001269134.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282205.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.446-12C>A",
"hgvs_p": null,
"transcript": "ENST00000680244.1",
"protein_id": "ENSP00000505305.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680244.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.73-12C>A",
"hgvs_p": null,
"transcript": "ENST00000902809.1",
"protein_id": "ENSP00000572868.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 26,
"cds_start": null,
"cds_end": null,
"cds_length": 81,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902809.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "n.929C>A",
"hgvs_p": null,
"transcript": "ENST00000497006.2",
"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": "retained_intron",
"feature": "ENST00000497006.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "n.*822C>A",
"hgvs_p": null,
"transcript": "ENST00000680104.1",
"protein_id": "ENSP00000505949.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000680104.1"
},
{
"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": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "n.2039C>A",
"hgvs_p": null,
"transcript": "ENST00000681409.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000681409.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "n.629C>A",
"hgvs_p": null,
"transcript": "NR_104108.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_104108.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "n.*822C>A",
"hgvs_p": null,
"transcript": "ENST00000680104.1",
"protein_id": "ENSP00000505949.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000680104.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"hgvs_c": "c.*195C>A",
"hgvs_p": null,
"transcript": "ENST00000680277.1",
"protein_id": "ENSP00000505742.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": null,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680277.1"
}
],
"gene_symbol": "SIGMAR1",
"gene_hgnc_id": 8157,
"dbsnp": "rs754118993",
"frequency_reference_population": 6.840694e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84069e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3151363432407379,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.157,
"revel_prediction": "Benign",
"alphamissense_score": 0.1081,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.099,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005866.4",
"gene_symbol": "SIGMAR1",
"hgnc_id": 8157,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.652C>A",
"hgvs_p": "p.Leu218Ile"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}