← 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-50525779-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50525779&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 50525779,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001257989.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"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.1440G>T",
"hgvs_p": "p.Pro480Pro",
"transcript": "NM_001953.5",
"protein_id": "NP_001944.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 482,
"cds_start": 1440,
"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": "P",
"aa_alt": "P",
"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.1440G>T",
"hgvs_p": "p.Pro480Pro",
"transcript": "ENST00000252029.8",
"protein_id": "ENSP00000252029.3",
"transcript_support_level": 1,
"aa_start": 480,
"aa_end": null,
"aa_length": 482,
"cds_start": 1440,
"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": "P",
"aa_alt": "P",
"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.1455G>T",
"hgvs_p": "p.Pro485Pro",
"transcript": "ENST00000395681.6",
"protein_id": "ENSP00000379038.1",
"transcript_support_level": 1,
"aa_start": 485,
"aa_end": null,
"aa_length": 487,
"cds_start": 1455,
"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": "P",
"aa_alt": "P",
"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.1440G>T",
"hgvs_p": "p.Pro480Pro",
"transcript": "ENST00000395678.7",
"protein_id": "ENSP00000379036.3",
"transcript_support_level": 1,
"aa_start": 480,
"aa_end": null,
"aa_length": 482,
"cds_start": 1440,
"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": "P",
"aa_alt": "P",
"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.1440G>T",
"hgvs_p": "p.Pro480Pro",
"transcript": "ENST00000395680.6",
"protein_id": "ENSP00000379037.1",
"transcript_support_level": 1,
"aa_start": 480,
"aa_end": null,
"aa_length": 482,
"cds_start": 1440,
"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": "P",
"aa_alt": "P",
"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.1440G>T",
"hgvs_p": "p.Pro480Pro",
"transcript": "ENST00000487577.5",
"protein_id": "ENSP00000498844.1",
"transcript_support_level": 1,
"aa_start": 480,
"aa_end": null,
"aa_length": 482,
"cds_start": 1440,
"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": "P",
"aa_alt": "P",
"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.1611G>T",
"hgvs_p": "p.Pro537Pro",
"transcript": "ENST00000970788.1",
"protein_id": "ENSP00000640847.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 539,
"cds_start": 1611,
"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": "P",
"aa_alt": "P",
"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.1611G>T",
"hgvs_p": "p.Pro537Pro",
"transcript": "ENST00000970790.1",
"protein_id": "ENSP00000640849.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 539,
"cds_start": 1611,
"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": "P",
"aa_alt": "P",
"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.1503G>T",
"hgvs_p": "p.Pro501Pro",
"transcript": "ENST00000893028.1",
"protein_id": "ENSP00000563087.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 503,
"cds_start": 1503,
"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": "P",
"aa_alt": "P",
"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.1488G>T",
"hgvs_p": "p.Pro496Pro",
"transcript": "ENST00000893024.1",
"protein_id": "ENSP00000563083.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 498,
"cds_start": 1488,
"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": "P",
"aa_alt": "P",
"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.1488G>T",
"hgvs_p": "p.Pro496Pro",
"transcript": "ENST00000893026.1",
"protein_id": "ENSP00000563085.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 498,
"cds_start": 1488,
"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": "P",
"aa_alt": "P",
"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.1458G>T",
"hgvs_p": "p.Pro486Pro",
"transcript": "ENST00000893016.1",
"protein_id": "ENSP00000563075.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 488,
"cds_start": 1458,
"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": "P",
"aa_alt": "P",
"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.1455G>T",
"hgvs_p": "p.Pro485Pro",
"transcript": "NM_001257989.1",
"protein_id": "NP_001244918.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 487,
"cds_start": 1455,
"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": "P",
"aa_alt": "P",
"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.1455G>T",
"hgvs_p": "p.Pro485Pro",
"transcript": "ENST00000893021.1",
"protein_id": "ENSP00000563080.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 487,
"cds_start": 1455,
"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": "P",
"aa_alt": "P",
"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.1455G>T",
"hgvs_p": "p.Pro485Pro",
"transcript": "ENST00000893022.1",
"protein_id": "ENSP00000563081.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 487,
"cds_start": 1455,
"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": "P",
"aa_alt": "P",
"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.1452G>T",
"hgvs_p": "p.Pro484Pro",
"transcript": "ENST00000893030.1",
"protein_id": "ENSP00000563089.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 486,
"cds_start": 1452,
"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": "P",
"aa_alt": "P",
"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.1443G>T",
"hgvs_p": "p.Pro481Pro",
"transcript": "ENST00000893023.1",
"protein_id": "ENSP00000563082.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 483,
"cds_start": 1443,
"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": "P",
"aa_alt": "P",
"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.1440G>T",
"hgvs_p": "p.Pro480Pro",
"transcript": "NM_001113755.3",
"protein_id": "NP_001107227.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 482,
"cds_start": 1440,
"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": "P",
"aa_alt": "P",
"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.1440G>T",
"hgvs_p": "p.Pro480Pro",
"transcript": "NM_001113756.3",
"protein_id": "NP_001107228.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 482,
"cds_start": 1440,
"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": "P",
"aa_alt": "P",
"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.1440G>T",
"hgvs_p": "p.Pro480Pro",
"transcript": "NM_001257988.1",
"protein_id": "NP_001244917.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 482,
"cds_start": 1440,
"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": "P",
"aa_alt": "P",
"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.1440G>T",
"hgvs_p": "p.Pro480Pro",
"transcript": "ENST00000970789.1",
"protein_id": "ENSP00000640848.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 482,
"cds_start": 1440,
"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": "P",
"aa_alt": "P",
"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.1437G>T",
"hgvs_p": "p.Pro479Pro",
"transcript": "ENST00000893018.1",
"protein_id": "ENSP00000563077.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 481,
"cds_start": 1437,
"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": "P",
"aa_alt": "P",
"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.1437G>T",
"hgvs_p": "p.Pro479Pro",
"transcript": "ENST00000893025.1",
"protein_id": "ENSP00000563084.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 481,
"cds_start": 1437,
"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": "P",
"aa_alt": "P",
"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.1437G>T",
"hgvs_p": "p.Pro479Pro",
"transcript": "ENST00000893027.1",
"protein_id": "ENSP00000563086.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 481,
"cds_start": 1437,
"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": "P",
"aa_alt": "P",
"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.1395G>T",
"hgvs_p": "p.Pro465Pro",
"transcript": "ENST00000893015.1",
"protein_id": "ENSP00000563074.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 467,
"cds_start": 1395,
"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": "P",
"aa_alt": "P",
"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.1395G>T",
"hgvs_p": "p.Pro465Pro",
"transcript": "ENST00000893017.1",
"protein_id": "ENSP00000563076.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 467,
"cds_start": 1395,
"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": "P",
"aa_alt": "P",
"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.1395G>T",
"hgvs_p": "p.Pro465Pro",
"transcript": "ENST00000893029.1",
"protein_id": "ENSP00000563088.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 467,
"cds_start": 1395,
"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": "P",
"aa_alt": "P",
"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.1395G>T",
"hgvs_p": "p.Pro465Pro",
"transcript": "ENST00000893031.1",
"protein_id": "ENSP00000563090.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 467,
"cds_start": 1395,
"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": "P",
"aa_alt": "P",
"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.1395G>T",
"hgvs_p": "p.Pro465Pro",
"transcript": "ENST00000970791.1",
"protein_id": "ENSP00000640850.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 467,
"cds_start": 1395,
"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": "P",
"aa_alt": "P",
"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.1356G>T",
"hgvs_p": "p.Pro452Pro",
"transcript": "ENST00000893020.1",
"protein_id": "ENSP00000563079.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 454,
"cds_start": 1356,
"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": "P",
"aa_alt": "P",
"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.1341G>T",
"hgvs_p": "p.Pro447Pro",
"transcript": "ENST00000893019.1",
"protein_id": "ENSP00000563078.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 449,
"cds_start": 1341,
"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": "P",
"aa_alt": "P",
"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.231G>T",
"hgvs_p": "p.Pro77Pro",
"transcript": "ENST00000651490.1",
"protein_id": "ENSP00000498433.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 79,
"cds_start": 231,
"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+467G>T",
"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+222G>T",
"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+222G>T",
"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+467G>T",
"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+222G>T",
"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.1550G>T",
"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.-321G>T",
"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.-321G>T",
"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.-351G>T",
"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.-351G>T",
"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.-270G>T",
"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.-788G>T",
"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.-312G>T",
"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.-779G>T",
"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.-318G>T",
"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.*6G>T",
"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.*75G>T",
"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": "rs768543479",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.44999998807907104,
"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.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.315,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001257989.1",
"gene_symbol": "TYMP",
"hgnc_id": 3148,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1455G>T",
"hgvs_p": "p.Pro485Pro"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001169109.2",
"gene_symbol": "SCO2",
"hgnc_id": 10604,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.-14+467G>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
}