← 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: 14-21103220-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=21103220&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 21103220,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_001146683.2",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "NM_001395467.1",
"protein_id": "NP_001382396.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 217,
"cds_start": 616,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000556585.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395467.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "ENST00000556585.3",
"protein_id": "ENSP00000451229.2",
"transcript_support_level": 5,
"aa_start": 206,
"aa_end": null,
"aa_length": 217,
"cds_start": 616,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001395467.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556585.3"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "NM_001146683.2",
"protein_id": "NP_001140155.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 217,
"cds_start": 616,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001146683.2"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "ENST00000418511.6",
"protein_id": "ENSP00000453962.1",
"transcript_support_level": 5,
"aa_start": 206,
"aa_end": null,
"aa_length": 217,
"cds_start": 616,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418511.6"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "ENST00000878425.1",
"protein_id": "ENSP00000548484.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 217,
"cds_start": 616,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878425.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "ENST00000878426.1",
"protein_id": "ENSP00000548485.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 217,
"cds_start": 616,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878426.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "ENST00000878427.1",
"protein_id": "ENSP00000548486.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 217,
"cds_start": 616,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878427.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "ENST00000878429.1",
"protein_id": "ENSP00000548488.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 217,
"cds_start": 616,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878429.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "ENST00000919003.1",
"protein_id": "ENSP00000589062.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 217,
"cds_start": 616,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919003.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "ENST00000950456.1",
"protein_id": "ENSP00000620515.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 217,
"cds_start": 616,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950456.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.523C>T",
"hgvs_p": "p.Gln175*",
"transcript": "ENST00000878430.1",
"protein_id": "ENSP00000548489.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 186,
"cds_start": 523,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878430.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Gln169*",
"transcript": "NM_001395464.1",
"protein_id": "NP_001382393.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 180,
"cds_start": 505,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395464.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Gln169*",
"transcript": "ENST00000878428.1",
"protein_id": "ENSP00000548487.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 180,
"cds_start": 505,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878428.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Gln169*",
"transcript": "ENST00000878431.1",
"protein_id": "ENSP00000548490.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 180,
"cds_start": 505,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878431.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Gln169*",
"transcript": "ENST00000919006.1",
"protein_id": "ENSP00000589065.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 180,
"cds_start": 505,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919006.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Gln169*",
"transcript": "ENST00000919008.1",
"protein_id": "ENSP00000589067.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 180,
"cds_start": 505,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919008.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Gln169*",
"transcript": "ENST00000919009.1",
"protein_id": "ENSP00000589068.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 180,
"cds_start": 505,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919009.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.442C>T",
"hgvs_p": "p.Gln148*",
"transcript": "ENST00000919007.1",
"protein_id": "ENSP00000589066.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 159,
"cds_start": 442,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919007.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Gln132*",
"transcript": "ENST00000950455.1",
"protein_id": "ENSP00000620514.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 143,
"cds_start": 394,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950455.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Gln132*",
"transcript": "ENST00000950457.1",
"protein_id": "ENSP00000620516.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 143,
"cds_start": 394,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950457.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "ENST00000919004.1",
"protein_id": "ENSP00000589063.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 131,
"cds_start": 358,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919004.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "ENST00000919005.1",
"protein_id": "ENSP00000589064.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 131,
"cds_start": 358,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919005.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "ENST00000919010.1",
"protein_id": "ENSP00000589069.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 131,
"cds_start": 358,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919010.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.331C>T",
"hgvs_p": "p.Gln111*",
"transcript": "NM_001395465.1",
"protein_id": "NP_001382394.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 122,
"cds_start": 331,
"cds_end": null,
"cds_length": 369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395465.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.331C>T",
"hgvs_p": "p.Gln111*",
"transcript": "NM_001395466.1",
"protein_id": "NP_001382395.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 122,
"cds_start": 331,
"cds_end": null,
"cds_length": 369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395466.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.247C>T",
"hgvs_p": "p.Gln83*",
"transcript": "ENST00000919002.1",
"protein_id": "ENSP00000589061.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 94,
"cds_start": 247,
"cds_end": null,
"cds_length": 285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919002.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "XM_011537078.3",
"protein_id": "XP_011535380.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 217,
"cds_start": 616,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537078.3"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "XM_011537079.3",
"protein_id": "XP_011535381.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 217,
"cds_start": 616,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537079.3"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Gln169*",
"transcript": "XM_011537083.3",
"protein_id": "XP_011535385.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 180,
"cds_start": 505,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537083.3"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.469C>T",
"hgvs_p": "p.Gln157*",
"transcript": "XM_011537084.3",
"protein_id": "XP_011535386.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 168,
"cds_start": 469,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537084.3"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.394C>T",
"hgvs_p": "p.Gln132*",
"transcript": "XM_011537085.3",
"protein_id": "XP_011535387.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 143,
"cds_start": 394,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537085.3"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "XM_047431689.1",
"protein_id": "XP_047287645.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 131,
"cds_start": 358,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431689.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF219",
"gene_hgnc_id": 13011,
"hgvs_c": "c.-201G>A",
"hgvs_p": null,
"transcript": "ENST00000878251.1",
"protein_id": "ENSP00000548310.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 722,
"cds_start": null,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878251.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF219",
"gene_hgnc_id": 13011,
"hgvs_c": "c.-201G>A",
"hgvs_p": null,
"transcript": "ENST00000878252.1",
"protein_id": "ENSP00000548311.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 722,
"cds_start": null,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878252.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF219",
"gene_hgnc_id": 13011,
"hgvs_c": "c.-182G>A",
"hgvs_p": null,
"transcript": "ENST00000878253.1",
"protein_id": "ENSP00000548312.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 722,
"cds_start": null,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878253.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF219",
"gene_hgnc_id": 13011,
"hgvs_c": "c.-182G>A",
"hgvs_p": null,
"transcript": "ENST00000918830.1",
"protein_id": "ENSP00000588889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 722,
"cds_start": null,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918830.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF219",
"gene_hgnc_id": 13011,
"hgvs_c": "c.-201G>A",
"hgvs_p": null,
"transcript": "ENST00000555697.1",
"protein_id": "ENSP00000451595.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 30,
"cds_start": null,
"cds_end": null,
"cds_length": 94,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555697.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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF219",
"gene_hgnc_id": 13011,
"hgvs_c": "c.-84+1291G>A",
"hgvs_p": null,
"transcript": "NM_001102454.2",
"protein_id": "NP_001095924.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 722,
"cds_start": null,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001102454.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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF219",
"gene_hgnc_id": 13011,
"hgvs_c": "c.-84+1291G>A",
"hgvs_p": null,
"transcript": "ENST00000451119.6",
"protein_id": "ENSP00000388558.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 722,
"cds_start": null,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000451119.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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF219",
"gene_hgnc_id": 13011,
"hgvs_c": "c.-84+213G>A",
"hgvs_p": null,
"transcript": "ENST00000918831.1",
"protein_id": "ENSP00000588890.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 722,
"cds_start": null,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918831.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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF219",
"gene_hgnc_id": 13011,
"hgvs_c": "c.-84+1291G>A",
"hgvs_p": null,
"transcript": "ENST00000950347.1",
"protein_id": "ENSP00000620406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 414,
"cds_start": null,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950347.1"
},
{
"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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF219",
"gene_hgnc_id": 13011,
"hgvs_c": "n.997G>A",
"hgvs_p": null,
"transcript": "ENST00000624093.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": "TEC",
"feature": "ENST00000624093.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "n.*370C>T",
"hgvs_p": null,
"transcript": "ENST00000673682.1",
"protein_id": "ENSP00000501067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000673682.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "n.732C>T",
"hgvs_p": null,
"transcript": "NR_172562.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_172562.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"hgvs_c": "n.*370C>T",
"hgvs_p": null,
"transcript": "ENST00000673682.1",
"protein_id": "ENSP00000501067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000673682.1"
}
],
"gene_symbol": "TMEM253",
"gene_hgnc_id": 32545,
"dbsnp": "rs1039472796",
"frequency_reference_population": 7.145971e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.14597e-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.2199999988079071,
"computational_prediction_selected": "Pathogenic",
"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.22,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": -0.451,
"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": 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_001146683.2",
"gene_symbol": "TMEM253",
"hgnc_id": 32545,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001102454.2",
"gene_symbol": "ZNF219",
"hgnc_id": 13011,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-84+1291G>A",
"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
}