← 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: 5-176629618-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=176629618&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 176629618,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_003085.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "NM_003085.5",
"protein_id": "NP_003076.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000393693.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003085.5"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000393693.7",
"protein_id": "ENSP00000377296.2",
"transcript_support_level": 1,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003085.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393693.7"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000310112.7",
"protein_id": "ENSP00000308057.3",
"transcript_support_level": 1,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000310112.7"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000614675.4",
"protein_id": "ENSP00000479489.1",
"transcript_support_level": 1,
"aa_start": 13,
"aa_end": null,
"aa_length": 120,
"cds_start": 37,
"cds_end": null,
"cds_length": 363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614675.4"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000912557.1",
"protein_id": "ENSP00000582616.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 195,
"cds_start": 37,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912557.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "NM_001001502.3",
"protein_id": "NP_001001502.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "NM_001001502.3"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "NM_001363140.2",
"protein_id": "NP_001350069.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "NM_001363140.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000506696.1",
"protein_id": "ENSP00000422223.1",
"transcript_support_level": 5,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000506696.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000510387.5",
"protein_id": "ENSP00000424073.1",
"transcript_support_level": 2,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000510387.5"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000862608.1",
"protein_id": "ENSP00000532667.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000862608.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000862609.1",
"protein_id": "ENSP00000532668.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000862609.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000862611.1",
"protein_id": "ENSP00000532670.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000862611.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000912556.1",
"protein_id": "ENSP00000582615.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000912556.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000912558.1",
"protein_id": "ENSP00000582617.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000912558.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000912559.1",
"protein_id": "ENSP00000582618.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000912559.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000946187.1",
"protein_id": "ENSP00000616246.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000946187.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000946191.1",
"protein_id": "ENSP00000616250.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000946191.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000946192.1",
"protein_id": "ENSP00000616251.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000946192.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000946194.1",
"protein_id": "ENSP00000616253.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000946194.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000946195.1",
"protein_id": "ENSP00000616254.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000946195.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000946197.1",
"protein_id": "ENSP00000616256.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000946197.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000946198.1",
"protein_id": "ENSP00000616257.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 134,
"cds_start": 37,
"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": "ENST00000946198.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000946188.1",
"protein_id": "ENSP00000616247.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 133,
"cds_start": 37,
"cds_end": null,
"cds_length": 402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946188.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000946193.1",
"protein_id": "ENSP00000616252.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 133,
"cds_start": 37,
"cds_end": null,
"cds_length": 402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946193.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000862610.1",
"protein_id": "ENSP00000532669.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 130,
"cds_start": 37,
"cds_end": null,
"cds_length": 393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862610.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000862613.1",
"protein_id": "ENSP00000532672.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 130,
"cds_start": 37,
"cds_end": null,
"cds_length": 393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862613.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000946189.1",
"protein_id": "ENSP00000616248.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 129,
"cds_start": 37,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946189.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000862612.1",
"protein_id": "ENSP00000532671.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 126,
"cds_start": 37,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862612.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000946196.1",
"protein_id": "ENSP00000616255.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 126,
"cds_start": 37,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946196.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "NM_001318034.2",
"protein_id": "NP_001304963.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 120,
"cds_start": 37,
"cds_end": null,
"cds_length": 363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318034.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "NM_001318036.2",
"protein_id": "NP_001304965.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 120,
"cds_start": 37,
"cds_end": null,
"cds_length": 363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318036.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "ENST00000946190.1",
"protein_id": "ENSP00000616249.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 114,
"cds_start": 37,
"cds_end": null,
"cds_length": 345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946190.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "NM_001318035.2",
"protein_id": "NP_001304964.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 104,
"cds_start": 37,
"cds_end": null,
"cds_length": 315,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318035.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "NM_001318037.2",
"protein_id": "NP_001304966.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 104,
"cds_start": 37,
"cds_end": null,
"cds_length": 315,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318037.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "XM_006714914.4",
"protein_id": "XP_006714977.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 152,
"cds_start": 37,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006714914.4"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "XM_006714915.4",
"protein_id": "XP_006714978.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 152,
"cds_start": 37,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006714915.4"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*",
"transcript": "XM_011534640.3",
"protein_id": "XP_011532942.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 152,
"cds_start": 37,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534640.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"hgvs_c": "n.431G>T",
"hgvs_p": null,
"transcript": "ENST00000508006.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000508006.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR4281",
"gene_hgnc_id": 38357,
"hgvs_c": "n.-118G>T",
"hgvs_p": null,
"transcript": "ENST00000580852.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "miRNA",
"feature": "ENST00000580852.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR4281",
"gene_hgnc_id": 38357,
"hgvs_c": "n.-118G>T",
"hgvs_p": null,
"transcript": "NR_036239.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": "NR_036239.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR4281",
"gene_hgnc_id": 38357,
"hgvs_c": "n.-152G>T",
"hgvs_p": null,
"transcript": "unassigned_transcript_909",
"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": "miRNA",
"feature": "unassigned_transcript_909"
}
],
"gene_symbol": "SNCB",
"gene_hgnc_id": 11140,
"dbsnp": "rs1169250840",
"frequency_reference_population": 6.8418825e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84188e-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.6499999761581421,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.20000000298023224,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.65,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.862,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.2,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003085.5",
"gene_symbol": "SNCB",
"hgnc_id": 11140,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.37G>T",
"hgvs_p": "p.Glu13*"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NR_036239.1",
"gene_symbol": "MIR4281",
"hgnc_id": 38357,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-118G>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
}