← 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: 10-103898989-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=103898989&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 103898989,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_024928.5",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "NM_024928.5",
"protein_id": "NP_079204.2",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000224950.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024928.5"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000224950.8",
"protein_id": "ENSP00000224950.3",
"transcript_support_level": 1,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024928.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000224950.8"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000698305.1",
"protein_id": "ENSP00000513665.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 375,
"cds_start": 469,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698305.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000369764.2",
"protein_id": "ENSP00000358779.1",
"transcript_support_level": 2,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369764.2"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000698241.1",
"protein_id": "ENSP00000513621.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698241.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000698242.1",
"protein_id": "ENSP00000513622.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698242.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000698243.1",
"protein_id": "ENSP00000513623.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698243.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000698297.1",
"protein_id": "ENSP00000513657.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698297.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000698298.1",
"protein_id": "ENSP00000513658.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698298.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000698304.1",
"protein_id": "ENSP00000513664.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698304.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000893740.1",
"protein_id": "ENSP00000563799.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893740.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000893741.1",
"protein_id": "ENSP00000563800.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893741.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000893742.1",
"protein_id": "ENSP00000563801.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893742.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000970561.1",
"protein_id": "ENSP00000640620.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970561.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000970562.1",
"protein_id": "ENSP00000640621.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970562.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000970563.1",
"protein_id": "ENSP00000640622.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970563.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000970564.1",
"protein_id": "ENSP00000640623.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 368,
"cds_start": 469,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970564.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000698328.1",
"protein_id": "ENSP00000513669.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 356,
"cds_start": 469,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698328.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000698299.1",
"protein_id": "ENSP00000513659.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 351,
"cds_start": 469,
"cds_end": null,
"cds_length": 1056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698299.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000698245.1",
"protein_id": "ENSP00000513626.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 350,
"cds_start": 469,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698245.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000698246.1",
"protein_id": "ENSP00000513627.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 350,
"cds_start": 469,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698246.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr",
"transcript": "ENST00000698300.1",
"protein_id": "ENSP00000513660.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 341,
"cds_start": 469,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698300.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.373G>T",
"hgvs_p": "p.Asp125Tyr",
"transcript": "ENST00000698303.1",
"protein_id": "ENSP00000513663.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 336,
"cds_start": 373,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698303.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "c.-30G>T",
"hgvs_p": null,
"transcript": "ENST00000698301.1",
"protein_id": "ENSP00000513661.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 202,
"cds_start": null,
"cds_end": null,
"cds_length": 609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698301.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "n.469G>T",
"hgvs_p": null,
"transcript": "ENST00000466828.6",
"protein_id": "ENSP00000513624.1",
"transcript_support_level": 5,
"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": "ENST00000466828.6"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "n.*58G>T",
"hgvs_p": null,
"transcript": "ENST00000472951.1",
"protein_id": "ENSP00000513625.1",
"transcript_support_level": 5,
"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": "ENST00000472951.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289744",
"gene_hgnc_id": null,
"hgvs_c": "n.804G>T",
"hgvs_p": null,
"transcript": "ENST00000698239.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": "pseudogene",
"feature": "ENST00000698239.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289744",
"gene_hgnc_id": null,
"hgvs_c": "n.919G>T",
"hgvs_p": null,
"transcript": "ENST00000698240.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": "pseudogene",
"feature": "ENST00000698240.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "n.*306G>T",
"hgvs_p": null,
"transcript": "ENST00000698302.1",
"protein_id": "ENSP00000513662.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": "ENST00000698302.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "n.*58G>T",
"hgvs_p": null,
"transcript": "ENST00000472951.1",
"protein_id": "ENSP00000513625.1",
"transcript_support_level": 5,
"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": "ENST00000472951.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"hgvs_c": "n.*306G>T",
"hgvs_p": null,
"transcript": "ENST00000698302.1",
"protein_id": "ENSP00000513662.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": "ENST00000698302.1"
}
],
"gene_symbol": "STN1",
"gene_hgnc_id": 26200,
"dbsnp": "rs765462548",
"frequency_reference_population": 0.0000013682829,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136828,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9818440675735474,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.743,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.718,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.645,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_024928.5",
"gene_symbol": "STN1",
"hgnc_id": 26200,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.469G>T",
"hgvs_p": "p.Asp157Tyr"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000698239.1",
"gene_symbol": "ENSG00000289744",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.804G>T",
"hgvs_p": null
}
],
"clinvar_disease": "Cerebroretinal microangiopathy with calcifications and cysts 2,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Cerebroretinal microangiopathy with calcifications and cysts 2|not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}