← 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: 22-50525773-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50525773&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 50525773,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_001257989.1",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1446A>G",
"hgvs_p": "p.Gln482Gln",
"transcript": "NM_001953.5",
"protein_id": "NP_001944.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 482,
"cds_start": 1446,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000252029.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001953.5"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1446A>G",
"hgvs_p": "p.Gln482Gln",
"transcript": "ENST00000252029.8",
"protein_id": "ENSP00000252029.3",
"transcript_support_level": 1,
"aa_start": 482,
"aa_end": null,
"aa_length": 482,
"cds_start": 1446,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001953.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000252029.8"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1461A>G",
"hgvs_p": "p.Gln487Gln",
"transcript": "ENST00000395681.6",
"protein_id": "ENSP00000379038.1",
"transcript_support_level": 1,
"aa_start": 487,
"aa_end": null,
"aa_length": 487,
"cds_start": 1461,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395681.6"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1446A>G",
"hgvs_p": "p.Gln482Gln",
"transcript": "ENST00000395678.7",
"protein_id": "ENSP00000379036.3",
"transcript_support_level": 1,
"aa_start": 482,
"aa_end": null,
"aa_length": 482,
"cds_start": 1446,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395678.7"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1446A>G",
"hgvs_p": "p.Gln482Gln",
"transcript": "ENST00000395680.6",
"protein_id": "ENSP00000379037.1",
"transcript_support_level": 1,
"aa_start": 482,
"aa_end": null,
"aa_length": 482,
"cds_start": 1446,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395680.6"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1446A>G",
"hgvs_p": "p.Gln482Gln",
"transcript": "ENST00000487577.5",
"protein_id": "ENSP00000498844.1",
"transcript_support_level": 1,
"aa_start": 482,
"aa_end": null,
"aa_length": 482,
"cds_start": 1446,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000487577.5"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1617A>G",
"hgvs_p": "p.Gln539Gln",
"transcript": "ENST00000970788.1",
"protein_id": "ENSP00000640847.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 539,
"cds_start": 1617,
"cds_end": null,
"cds_length": 1620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970788.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1617A>G",
"hgvs_p": "p.Gln539Gln",
"transcript": "ENST00000970790.1",
"protein_id": "ENSP00000640849.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 539,
"cds_start": 1617,
"cds_end": null,
"cds_length": 1620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970790.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1509A>G",
"hgvs_p": "p.Gln503Gln",
"transcript": "ENST00000893028.1",
"protein_id": "ENSP00000563087.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 503,
"cds_start": 1509,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893028.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1494A>G",
"hgvs_p": "p.Gln498Gln",
"transcript": "ENST00000893024.1",
"protein_id": "ENSP00000563083.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 498,
"cds_start": 1494,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893024.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1494A>G",
"hgvs_p": "p.Gln498Gln",
"transcript": "ENST00000893026.1",
"protein_id": "ENSP00000563085.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 498,
"cds_start": 1494,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893026.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1464A>G",
"hgvs_p": "p.Gln488Gln",
"transcript": "ENST00000893016.1",
"protein_id": "ENSP00000563075.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 488,
"cds_start": 1464,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893016.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1461A>G",
"hgvs_p": "p.Gln487Gln",
"transcript": "NM_001257989.1",
"protein_id": "NP_001244918.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 487,
"cds_start": 1461,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257989.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1461A>G",
"hgvs_p": "p.Gln487Gln",
"transcript": "ENST00000893021.1",
"protein_id": "ENSP00000563080.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 487,
"cds_start": 1461,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893021.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1461A>G",
"hgvs_p": "p.Gln487Gln",
"transcript": "ENST00000893022.1",
"protein_id": "ENSP00000563081.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 487,
"cds_start": 1461,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893022.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1458A>G",
"hgvs_p": "p.Gln486Gln",
"transcript": "ENST00000893030.1",
"protein_id": "ENSP00000563089.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 486,
"cds_start": 1458,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893030.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1449A>G",
"hgvs_p": "p.Gln483Gln",
"transcript": "ENST00000893023.1",
"protein_id": "ENSP00000563082.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 483,
"cds_start": 1449,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893023.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1446A>G",
"hgvs_p": "p.Gln482Gln",
"transcript": "NM_001113755.3",
"protein_id": "NP_001107227.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 482,
"cds_start": 1446,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001113755.3"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1446A>G",
"hgvs_p": "p.Gln482Gln",
"transcript": "NM_001113756.3",
"protein_id": "NP_001107228.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 482,
"cds_start": 1446,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001113756.3"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1446A>G",
"hgvs_p": "p.Gln482Gln",
"transcript": "NM_001257988.1",
"protein_id": "NP_001244917.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 482,
"cds_start": 1446,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257988.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1446A>G",
"hgvs_p": "p.Gln482Gln",
"transcript": "ENST00000970789.1",
"protein_id": "ENSP00000640848.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 482,
"cds_start": 1446,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970789.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1443A>G",
"hgvs_p": "p.Gln481Gln",
"transcript": "ENST00000893018.1",
"protein_id": "ENSP00000563077.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 481,
"cds_start": 1443,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893018.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1443A>G",
"hgvs_p": "p.Gln481Gln",
"transcript": "ENST00000893025.1",
"protein_id": "ENSP00000563084.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 481,
"cds_start": 1443,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893025.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1443A>G",
"hgvs_p": "p.Gln481Gln",
"transcript": "ENST00000893027.1",
"protein_id": "ENSP00000563086.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 481,
"cds_start": 1443,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893027.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1401A>G",
"hgvs_p": "p.Gln467Gln",
"transcript": "ENST00000893015.1",
"protein_id": "ENSP00000563074.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 467,
"cds_start": 1401,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893015.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1401A>G",
"hgvs_p": "p.Gln467Gln",
"transcript": "ENST00000893017.1",
"protein_id": "ENSP00000563076.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 467,
"cds_start": 1401,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893017.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1401A>G",
"hgvs_p": "p.Gln467Gln",
"transcript": "ENST00000893029.1",
"protein_id": "ENSP00000563088.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 467,
"cds_start": 1401,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893029.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1401A>G",
"hgvs_p": "p.Gln467Gln",
"transcript": "ENST00000893031.1",
"protein_id": "ENSP00000563090.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 467,
"cds_start": 1401,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893031.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1401A>G",
"hgvs_p": "p.Gln467Gln",
"transcript": "ENST00000970791.1",
"protein_id": "ENSP00000640850.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 467,
"cds_start": 1401,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970791.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1362A>G",
"hgvs_p": "p.Gln454Gln",
"transcript": "ENST00000893020.1",
"protein_id": "ENSP00000563079.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 454,
"cds_start": 1362,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893020.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1347A>G",
"hgvs_p": "p.Gln449Gln",
"transcript": "ENST00000893019.1",
"protein_id": "ENSP00000563078.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 449,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893019.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.237A>G",
"hgvs_p": "p.Gln79Gln",
"transcript": "ENST00000651490.1",
"protein_id": "ENSP00000498433.1",
"transcript_support_level": null,
"aa_start": 79,
"aa_end": null,
"aa_length": 79,
"cds_start": 237,
"cds_end": null,
"cds_length": 240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651490.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": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-14+473A>G",
"hgvs_p": null,
"transcript": "NM_001169109.2",
"protein_id": "NP_001162580.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001169109.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-14+228A>G",
"hgvs_p": null,
"transcript": "NM_001169110.1",
"protein_id": "NP_001162581.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001169110.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": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-14+228A>G",
"hgvs_p": null,
"transcript": "ENST00000535425.5",
"protein_id": "ENSP00000444242.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535425.5"
},
{
"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": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-14+473A>G",
"hgvs_p": null,
"transcript": "ENST00000543927.6",
"protein_id": "ENSP00000444433.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000543927.6"
},
{
"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": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-14+228A>G",
"hgvs_p": null,
"transcript": "ENST00000638598.2",
"protein_id": "ENSP00000491753.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 167,
"cds_start": null,
"cds_end": null,
"cds_length": 506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638598.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "n.1556A>G",
"hgvs_p": null,
"transcript": "ENST00000476284.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000476284.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-315A>G",
"hgvs_p": null,
"transcript": "NM_005138.3",
"protein_id": "NP_005129.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000395693.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005138.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-315A>G",
"hgvs_p": null,
"transcript": "ENST00000395693.8",
"protein_id": "ENSP00000379046.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005138.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395693.8"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-345A>G",
"hgvs_p": null,
"transcript": "NM_001169111.2",
"protein_id": "NP_001162582.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001169111.2"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-345A>G",
"hgvs_p": null,
"transcript": "ENST00000252785.3",
"protein_id": "ENSP00000252785.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000252785.3"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-264A>G",
"hgvs_p": null,
"transcript": "ENST00000862162.1",
"protein_id": "ENSP00000532221.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862162.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-782A>G",
"hgvs_p": null,
"transcript": "ENST00000862163.1",
"protein_id": "ENSP00000532222.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862163.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-306A>G",
"hgvs_p": null,
"transcript": "ENST00000862164.1",
"protein_id": "ENSP00000532223.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862164.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-773A>G",
"hgvs_p": null,
"transcript": "ENST00000862165.1",
"protein_id": "ENSP00000532224.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862165.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-312A>G",
"hgvs_p": null,
"transcript": "ENST00000928020.1",
"protein_id": "ENSP00000598079.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928020.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.*12A>G",
"hgvs_p": null,
"transcript": "ENST00000425169.1",
"protein_id": "ENSP00000395875.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 444,
"cds_start": null,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425169.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.*81A>G",
"hgvs_p": null,
"transcript": "ENST00000652401.1",
"protein_id": "ENSP00000498619.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 287,
"cds_start": null,
"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": "ENST00000652401.1"
}
],
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"dbsnp": "rs771864603",
"frequency_reference_population": 0.0000027425963,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.0000027426,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.800000011920929,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.1,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001257989.1",
"gene_symbol": "TYMP",
"hgnc_id": 3148,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1461A>G",
"hgvs_p": "p.Gln487Gln"
},
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001169109.2",
"gene_symbol": "SCO2",
"hgnc_id": 10604,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.-14+473A>G",
"hgvs_p": null
}
],
"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
}