← 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: 3-183806890-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=183806890&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 183806890,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001351370.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3809C>T",
"hgvs_p": "p.Ala1270Val",
"transcript": "NM_018023.5",
"protein_id": "NP_060493.3",
"transcript_support_level": null,
"aa_start": 1270,
"aa_end": null,
"aa_length": 1422,
"cds_start": 3809,
"cds_end": null,
"cds_length": 4269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000305135.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018023.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3809C>T",
"hgvs_p": "p.Ala1270Val",
"transcript": "ENST00000305135.10",
"protein_id": "ENSP00000306983.5",
"transcript_support_level": 1,
"aa_start": 1270,
"aa_end": null,
"aa_length": 1422,
"cds_start": 3809,
"cds_end": null,
"cds_length": 4269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018023.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000305135.10"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3812C>T",
"hgvs_p": "p.Ala1271Val",
"transcript": "NM_001351370.2",
"protein_id": "NP_001338299.1",
"transcript_support_level": null,
"aa_start": 1271,
"aa_end": null,
"aa_length": 1423,
"cds_start": 3812,
"cds_end": null,
"cds_length": 4272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351370.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3812C>T",
"hgvs_p": "p.Ala1271Val",
"transcript": "ENST00000884732.1",
"protein_id": "ENSP00000554791.1",
"transcript_support_level": null,
"aa_start": 1271,
"aa_end": null,
"aa_length": 1423,
"cds_start": 3812,
"cds_end": null,
"cds_length": 4272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884732.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3812C>T",
"hgvs_p": "p.Ala1271Val",
"transcript": "ENST00000884736.1",
"protein_id": "ENSP00000554795.1",
"transcript_support_level": null,
"aa_start": 1271,
"aa_end": null,
"aa_length": 1423,
"cds_start": 3812,
"cds_end": null,
"cds_length": 4272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884736.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3812C>T",
"hgvs_p": "p.Ala1271Val",
"transcript": "ENST00000927066.1",
"protein_id": "ENSP00000597125.1",
"transcript_support_level": null,
"aa_start": 1271,
"aa_end": null,
"aa_length": 1423,
"cds_start": 3812,
"cds_end": null,
"cds_length": 4272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927066.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3809C>T",
"hgvs_p": "p.Ala1270Val",
"transcript": "NM_001351369.2",
"protein_id": "NP_001338298.1",
"transcript_support_level": null,
"aa_start": 1270,
"aa_end": null,
"aa_length": 1422,
"cds_start": 3809,
"cds_end": null,
"cds_length": 4269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351369.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3809C>T",
"hgvs_p": "p.Ala1270Val",
"transcript": "ENST00000884734.1",
"protein_id": "ENSP00000554793.1",
"transcript_support_level": null,
"aa_start": 1270,
"aa_end": null,
"aa_length": 1422,
"cds_start": 3809,
"cds_end": null,
"cds_length": 4269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884734.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3809C>T",
"hgvs_p": "p.Ala1270Val",
"transcript": "ENST00000884737.1",
"protein_id": "ENSP00000554796.1",
"transcript_support_level": null,
"aa_start": 1270,
"aa_end": null,
"aa_length": 1422,
"cds_start": 3809,
"cds_end": null,
"cds_length": 4269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884737.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3809C>T",
"hgvs_p": "p.Ala1270Val",
"transcript": "ENST00000927064.1",
"protein_id": "ENSP00000597123.1",
"transcript_support_level": null,
"aa_start": 1270,
"aa_end": null,
"aa_length": 1422,
"cds_start": 3809,
"cds_end": null,
"cds_length": 4269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927064.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3809C>T",
"hgvs_p": "p.Ala1270Val",
"transcript": "ENST00000927067.1",
"protein_id": "ENSP00000597126.1",
"transcript_support_level": null,
"aa_start": 1270,
"aa_end": null,
"aa_length": 1422,
"cds_start": 3809,
"cds_end": null,
"cds_length": 4269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927067.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3806C>T",
"hgvs_p": "p.Ala1269Val",
"transcript": "ENST00000927062.1",
"protein_id": "ENSP00000597121.1",
"transcript_support_level": null,
"aa_start": 1269,
"aa_end": null,
"aa_length": 1421,
"cds_start": 3806,
"cds_end": null,
"cds_length": 4266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927062.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3650C>T",
"hgvs_p": "p.Ala1217Val",
"transcript": "ENST00000927063.1",
"protein_id": "ENSP00000597122.1",
"transcript_support_level": null,
"aa_start": 1217,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3650,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927063.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3650C>T",
"hgvs_p": "p.Ala1217Val",
"transcript": "ENST00000927065.1",
"protein_id": "ENSP00000597124.1",
"transcript_support_level": null,
"aa_start": 1217,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3650,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927065.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3647C>T",
"hgvs_p": "p.Ala1216Val",
"transcript": "ENST00000884733.1",
"protein_id": "ENSP00000554792.1",
"transcript_support_level": null,
"aa_start": 1216,
"aa_end": null,
"aa_length": 1368,
"cds_start": 3647,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884733.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3647C>T",
"hgvs_p": "p.Ala1216Val",
"transcript": "ENST00000927061.1",
"protein_id": "ENSP00000597120.1",
"transcript_support_level": null,
"aa_start": 1216,
"aa_end": null,
"aa_length": 1368,
"cds_start": 3647,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927061.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3518C>T",
"hgvs_p": "p.Ala1173Val",
"transcript": "ENST00000927068.1",
"protein_id": "ENSP00000597127.1",
"transcript_support_level": null,
"aa_start": 1173,
"aa_end": null,
"aa_length": 1325,
"cds_start": 3518,
"cds_end": null,
"cds_length": 3978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927068.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3518C>T",
"hgvs_p": "p.Ala1173Val",
"transcript": "ENST00000941369.1",
"protein_id": "ENSP00000611428.1",
"transcript_support_level": null,
"aa_start": 1173,
"aa_end": null,
"aa_length": 1325,
"cds_start": 3518,
"cds_end": null,
"cds_length": 3978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941369.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3356C>T",
"hgvs_p": "p.Ala1119Val",
"transcript": "ENST00000884735.1",
"protein_id": "ENSP00000554794.1",
"transcript_support_level": null,
"aa_start": 1119,
"aa_end": null,
"aa_length": 1271,
"cds_start": 3356,
"cds_end": null,
"cds_length": 3816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884735.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.1541C>T",
"hgvs_p": "p.Ala514Val",
"transcript": "ENST00000884738.1",
"protein_id": "ENSP00000554797.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 666,
"cds_start": 1541,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884738.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3812C>T",
"hgvs_p": "p.Ala1271Val",
"transcript": "XM_005247598.6",
"protein_id": "XP_005247655.1",
"transcript_support_level": null,
"aa_start": 1271,
"aa_end": null,
"aa_length": 1423,
"cds_start": 3812,
"cds_end": null,
"cds_length": 4272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005247598.6"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3812C>T",
"hgvs_p": "p.Ala1271Val",
"transcript": "XM_047448527.1",
"protein_id": "XP_047304483.1",
"transcript_support_level": null,
"aa_start": 1271,
"aa_end": null,
"aa_length": 1423,
"cds_start": 3812,
"cds_end": null,
"cds_length": 4272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448527.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3809C>T",
"hgvs_p": "p.Ala1270Val",
"transcript": "XM_017006810.2",
"protein_id": "XP_016862299.1",
"transcript_support_level": null,
"aa_start": 1270,
"aa_end": null,
"aa_length": 1422,
"cds_start": 3809,
"cds_end": null,
"cds_length": 4269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006810.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3809C>T",
"hgvs_p": "p.Ala1270Val",
"transcript": "XM_047448528.1",
"protein_id": "XP_047304484.1",
"transcript_support_level": null,
"aa_start": 1270,
"aa_end": null,
"aa_length": 1422,
"cds_start": 3809,
"cds_end": null,
"cds_length": 4269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448528.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3653C>T",
"hgvs_p": "p.Ala1218Val",
"transcript": "XM_017006811.3",
"protein_id": "XP_016862300.1",
"transcript_support_level": null,
"aa_start": 1218,
"aa_end": null,
"aa_length": 1370,
"cds_start": 3653,
"cds_end": null,
"cds_length": 4113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006811.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3650C>T",
"hgvs_p": "p.Ala1217Val",
"transcript": "XM_011512965.2",
"protein_id": "XP_011511267.1",
"transcript_support_level": null,
"aa_start": 1217,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3650,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011512965.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3650C>T",
"hgvs_p": "p.Ala1217Val",
"transcript": "XM_047448530.1",
"protein_id": "XP_047304486.1",
"transcript_support_level": null,
"aa_start": 1217,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3650,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448530.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3647C>T",
"hgvs_p": "p.Ala1216Val",
"transcript": "XM_047448531.1",
"protein_id": "XP_047304487.1",
"transcript_support_level": null,
"aa_start": 1216,
"aa_end": null,
"aa_length": 1368,
"cds_start": 3647,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448531.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3647C>T",
"hgvs_p": "p.Ala1216Val",
"transcript": "XM_047448532.1",
"protein_id": "XP_047304488.1",
"transcript_support_level": null,
"aa_start": 1216,
"aa_end": null,
"aa_length": 1368,
"cds_start": 3647,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448532.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.3647C>T",
"hgvs_p": "p.Ala1216Val",
"transcript": "XM_047448533.1",
"protein_id": "XP_047304489.1",
"transcript_support_level": null,
"aa_start": 1216,
"aa_end": null,
"aa_length": 1368,
"cds_start": 3647,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448533.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "c.2579C>T",
"hgvs_p": "p.Ala860Val",
"transcript": "XM_047448541.1",
"protein_id": "XP_047304497.1",
"transcript_support_level": null,
"aa_start": 860,
"aa_end": null,
"aa_length": 1012,
"cds_start": 2579,
"cds_end": null,
"cds_length": 3039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448541.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2-AS1",
"gene_hgnc_id": 41101,
"hgvs_c": "n.2009G>A",
"hgvs_p": null,
"transcript": "ENST00000425008.3",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000425008.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"hgvs_c": "n.3237C>T",
"hgvs_p": null,
"transcript": "ENST00000472593.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000472593.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YEATS2-AS1",
"gene_hgnc_id": 41101,
"hgvs_c": "n.*174G>A",
"hgvs_p": null,
"transcript": "NR_046727.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_046727.1"
}
],
"gene_symbol": "YEATS2",
"gene_hgnc_id": 25489,
"dbsnp": "rs752773736",
"frequency_reference_population": 0.0000034206278,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000342063,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2079976201057434,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.064,
"revel_prediction": "Benign",
"alphamissense_score": 0.1515,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.807,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001351370.2",
"gene_symbol": "YEATS2",
"hgnc_id": 25489,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3812C>T",
"hgvs_p": "p.Ala1271Val"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000425008.3",
"gene_symbol": "YEATS2-AS1",
"hgnc_id": 41101,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.2009G>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
}