← 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: 2-101007861-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=101007861&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 101007861,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001330348.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3428G>A",
"hgvs_p": "p.Ser1143Asn",
"transcript": "NM_001330348.2",
"protein_id": "NP_001317277.1",
"transcript_support_level": null,
"aa_start": 1143,
"aa_end": null,
"aa_length": 1155,
"cds_start": 3428,
"cds_end": null,
"cds_length": 3468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000409318.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330348.2"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3428G>A",
"hgvs_p": "p.Ser1143Asn",
"transcript": "ENST00000409318.2",
"protein_id": "ENSP00000386856.1",
"transcript_support_level": 5,
"aa_start": 1143,
"aa_end": null,
"aa_length": 1155,
"cds_start": 3428,
"cds_end": null,
"cds_length": 3468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001330348.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409318.2"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3383G>A",
"hgvs_p": "p.Ser1128Asn",
"transcript": "ENST00000376840.8",
"protein_id": "ENSP00000366036.4",
"transcript_support_level": 1,
"aa_start": 1128,
"aa_end": null,
"aa_length": 1140,
"cds_start": 3383,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376840.8"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3437G>A",
"hgvs_p": "p.Ser1146Asn",
"transcript": "ENST00000870702.1",
"protein_id": "ENSP00000540761.1",
"transcript_support_level": null,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1158,
"cds_start": 3437,
"cds_end": null,
"cds_length": 3477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870702.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3407G>A",
"hgvs_p": "p.Ser1136Asn",
"transcript": "ENST00000870709.1",
"protein_id": "ENSP00000540768.1",
"transcript_support_level": null,
"aa_start": 1136,
"aa_end": null,
"aa_length": 1148,
"cds_start": 3407,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870709.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3383G>A",
"hgvs_p": "p.Ser1128Asn",
"transcript": "NM_001102426.3",
"protein_id": "NP_001095896.1",
"transcript_support_level": null,
"aa_start": 1128,
"aa_end": null,
"aa_length": 1140,
"cds_start": 3383,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001102426.3"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3380G>A",
"hgvs_p": "p.Ser1127Asn",
"transcript": "ENST00000920764.1",
"protein_id": "ENSP00000590823.1",
"transcript_support_level": null,
"aa_start": 1127,
"aa_end": null,
"aa_length": 1139,
"cds_start": 3380,
"cds_end": null,
"cds_length": 3420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920764.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3368G>A",
"hgvs_p": "p.Ser1123Asn",
"transcript": "ENST00000870710.1",
"protein_id": "ENSP00000540769.1",
"transcript_support_level": null,
"aa_start": 1123,
"aa_end": null,
"aa_length": 1135,
"cds_start": 3368,
"cds_end": null,
"cds_length": 3408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870710.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3323G>A",
"hgvs_p": "p.Ser1108Asn",
"transcript": "ENST00000958232.1",
"protein_id": "ENSP00000628291.1",
"transcript_support_level": null,
"aa_start": 1108,
"aa_end": null,
"aa_length": 1120,
"cds_start": 3323,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958232.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3296G>A",
"hgvs_p": "p.Ser1099Asn",
"transcript": "ENST00000920765.1",
"protein_id": "ENSP00000590824.1",
"transcript_support_level": null,
"aa_start": 1099,
"aa_end": null,
"aa_length": 1111,
"cds_start": 3296,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920765.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3278G>A",
"hgvs_p": "p.Ser1093Asn",
"transcript": "ENST00000870703.1",
"protein_id": "ENSP00000540762.1",
"transcript_support_level": null,
"aa_start": 1093,
"aa_end": null,
"aa_length": 1105,
"cds_start": 3278,
"cds_end": null,
"cds_length": 3318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870703.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3272G>A",
"hgvs_p": "p.Ser1091Asn",
"transcript": "ENST00000870706.1",
"protein_id": "ENSP00000540765.1",
"transcript_support_level": null,
"aa_start": 1091,
"aa_end": null,
"aa_length": 1103,
"cds_start": 3272,
"cds_end": null,
"cds_length": 3312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870706.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3161G>A",
"hgvs_p": "p.Ser1054Asn",
"transcript": "ENST00000870705.1",
"protein_id": "ENSP00000540764.1",
"transcript_support_level": null,
"aa_start": 1054,
"aa_end": null,
"aa_length": 1066,
"cds_start": 3161,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870705.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3095G>A",
"hgvs_p": "p.Ser1032Asn",
"transcript": "ENST00000870704.1",
"protein_id": "ENSP00000540763.1",
"transcript_support_level": null,
"aa_start": 1032,
"aa_end": null,
"aa_length": 1044,
"cds_start": 3095,
"cds_end": null,
"cds_length": 3135,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870704.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3080G>A",
"hgvs_p": "p.Ser1027Asn",
"transcript": "ENST00000958229.1",
"protein_id": "ENSP00000628288.1",
"transcript_support_level": null,
"aa_start": 1027,
"aa_end": null,
"aa_length": 1039,
"cds_start": 3080,
"cds_end": null,
"cds_length": 3120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958229.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3050G>A",
"hgvs_p": "p.Ser1017Asn",
"transcript": "ENST00000870707.1",
"protein_id": "ENSP00000540766.1",
"transcript_support_level": null,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1029,
"cds_start": 3050,
"cds_end": null,
"cds_length": 3090,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870707.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3017G>A",
"hgvs_p": "p.Ser1006Asn",
"transcript": "ENST00000920766.1",
"protein_id": "ENSP00000590825.1",
"transcript_support_level": null,
"aa_start": 1006,
"aa_end": null,
"aa_length": 1018,
"cds_start": 3017,
"cds_end": null,
"cds_length": 3057,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920766.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.3005G>A",
"hgvs_p": "p.Ser1002Asn",
"transcript": "ENST00000958231.1",
"protein_id": "ENSP00000628290.1",
"transcript_support_level": null,
"aa_start": 1002,
"aa_end": null,
"aa_length": 1014,
"cds_start": 3005,
"cds_end": null,
"cds_length": 3045,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958231.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.2750G>A",
"hgvs_p": "p.Ser917Asn",
"transcript": "ENST00000958230.1",
"protein_id": "ENSP00000628289.1",
"transcript_support_level": null,
"aa_start": 917,
"aa_end": null,
"aa_length": 929,
"cds_start": 2750,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958230.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.2705G>A",
"hgvs_p": "p.Ser902Asn",
"transcript": "ENST00000870708.1",
"protein_id": "ENSP00000540767.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 914,
"cds_start": 2705,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870708.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "c.2108G>A",
"hgvs_p": "p.Ser703Asn",
"transcript": "ENST00000958228.1",
"protein_id": "ENSP00000628287.1",
"transcript_support_level": null,
"aa_start": 703,
"aa_end": null,
"aa_length": 715,
"cds_start": 2108,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958228.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RPL31",
"gene_hgnc_id": 10334,
"hgvs_c": "c.346+1790C>T",
"hgvs_p": null,
"transcript": "ENST00000409038.5",
"protein_id": "ENSP00000386737.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 130,
"cds_start": null,
"cds_end": null,
"cds_length": 393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409038.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RPL31",
"gene_hgnc_id": 10334,
"hgvs_c": "c.346+1790C>T",
"hgvs_p": null,
"transcript": "NM_001098577.3",
"protein_id": "NP_001092047.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 128,
"cds_start": null,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001098577.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RPL31",
"gene_hgnc_id": 10334,
"hgvs_c": "c.346+1790C>T",
"hgvs_p": null,
"transcript": "ENST00000409028.8",
"protein_id": "ENSP00000386717.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 128,
"cds_start": null,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409028.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RPL31",
"gene_hgnc_id": 10334,
"hgvs_c": "c.346+1790C>T",
"hgvs_p": null,
"transcript": "ENST00000409650.5",
"protein_id": "ENSP00000386271.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 120,
"cds_start": null,
"cds_end": null,
"cds_length": 363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409650.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RPL31",
"gene_hgnc_id": 10334,
"hgvs_c": "c.307+1790C>T",
"hgvs_p": null,
"transcript": "ENST00000441435.1",
"protein_id": "ENSP00000408172.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 107,
"cds_start": null,
"cds_end": null,
"cds_length": 324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000441435.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"hgvs_c": "n.3394G>A",
"hgvs_p": null,
"transcript": "NR_138475.2",
"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_138475.2"
}
],
"gene_symbol": "TBC1D8",
"gene_hgnc_id": 17791,
"dbsnp": "rs749419550",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10609263181686401,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.059,
"revel_prediction": "Benign",
"alphamissense_score": 0.0767,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.7,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.132,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001330348.2",
"gene_symbol": "TBC1D8",
"hgnc_id": 17791,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3428G>A",
"hgvs_p": "p.Ser1143Asn"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001098577.3",
"gene_symbol": "RPL31",
"hgnc_id": 10334,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.346+1790C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}