← 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: 8-123077140-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=123077140&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 123077140,
"ref": "C",
"alt": "G",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "NM_001330606.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "ENST00000522420.5",
"protein_id": "ENSP00000429334.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 961,
"cds_start": null,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522420.5"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "NM_145647.4",
"protein_id": "NP_663622.2",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 1066,
"cds_start": 107,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000287380.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_145647.4"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "ENST00000287380.6",
"protein_id": "ENSP00000287380.1",
"transcript_support_level": 1,
"aa_start": 36,
"aa_end": null,
"aa_length": 1066,
"cds_start": 107,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_145647.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000287380.6"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "ENST00000327098.9",
"protein_id": "ENSP00000312701.5",
"transcript_support_level": 1,
"aa_start": 36,
"aa_end": null,
"aa_length": 970,
"cds_start": 107,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000327098.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "ENST00000522420.5",
"protein_id": "ENSP00000429334.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 961,
"cds_start": null,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522420.5"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "n.154C>G",
"hgvs_p": null,
"transcript": "ENST00000518099.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000518099.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "NM_001330606.2",
"protein_id": "NP_001317535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 961,
"cds_start": null,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330606.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "ENST00000521676.5",
"protein_id": "ENSP00000430628.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 943,
"cds_start": null,
"cds_end": null,
"cds_length": 2832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521676.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "NM_001363152.1",
"protein_id": "NP_001350081.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 930,
"cds_start": null,
"cds_end": null,
"cds_length": 2793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363152.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "NM_001363155.1",
"protein_id": "NP_001350084.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 896,
"cds_start": null,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363155.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "NM_001363154.1",
"protein_id": "NP_001350083.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 865,
"cds_start": null,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363154.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-1144C>G",
"hgvs_p": null,
"transcript": "NM_001363156.1",
"protein_id": "NP_001350085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 566,
"cds_start": null,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363156.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-257C>G",
"hgvs_p": null,
"transcript": "ENST00000518684.1",
"protein_id": "ENSP00000427848.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 67,
"cds_start": null,
"cds_end": null,
"cds_length": 205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000518684.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "ENST00000520368.5",
"protein_id": "ENSP00000428486.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 43,
"cds_start": null,
"cds_end": null,
"cds_length": 133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520368.5"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "ENST00000865422.1",
"protein_id": "ENSP00000535481.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 1065,
"cds_start": 107,
"cds_end": null,
"cds_length": 3198,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865422.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.77C>G",
"hgvs_p": "p.Ser26Cys",
"transcript": "NM_001363149.1",
"protein_id": "NP_001350078.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 1056,
"cds_start": 77,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363149.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "NM_001363150.1",
"protein_id": "NP_001350079.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 1035,
"cds_start": 107,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363150.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "ENST00000865423.1",
"protein_id": "ENSP00000535482.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 1035,
"cds_start": 107,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865423.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "NM_001363148.1",
"protein_id": "NP_001350077.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 1001,
"cds_start": 107,
"cds_end": null,
"cds_length": 3006,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363148.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "ENST00000865421.1",
"protein_id": "ENSP00000535480.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 1001,
"cds_start": 107,
"cds_end": null,
"cds_length": 3006,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865421.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "NM_001363151.2",
"protein_id": "NP_001350080.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 983,
"cds_start": 107,
"cds_end": null,
"cds_length": 2952,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363151.2"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "NM_001145088.2",
"protein_id": "NP_001138560.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 970,
"cds_start": 107,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145088.2"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "NM_001363153.1",
"protein_id": "NP_001350082.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 922,
"cds_start": 107,
"cds_end": null,
"cds_length": 2769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363153.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "ENST00000865424.1",
"protein_id": "ENSP00000535483.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 922,
"cds_start": 107,
"cds_end": null,
"cds_length": 2769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865424.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "ENST00000948273.1",
"protein_id": "ENSP00000618332.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 917,
"cds_start": 107,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948273.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.77C>G",
"hgvs_p": "p.Ser26Cys",
"transcript": "ENST00000522276.1",
"protein_id": "ENSP00000428891.1",
"transcript_support_level": 3,
"aa_start": 26,
"aa_end": null,
"aa_length": 246,
"cds_start": 77,
"cds_end": null,
"cds_length": 743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522276.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "XM_011517379.3",
"protein_id": "XP_011515681.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 1048,
"cds_start": 107,
"cds_end": null,
"cds_length": 3147,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517379.3"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.77C>G",
"hgvs_p": "p.Ser26Cys",
"transcript": "XM_047422424.1",
"protein_id": "XP_047278380.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 1025,
"cds_start": 77,
"cds_end": null,
"cds_length": 3078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422424.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.77C>G",
"hgvs_p": "p.Ser26Cys",
"transcript": "XM_047422425.1",
"protein_id": "XP_047278381.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 991,
"cds_start": 77,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422425.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "XM_005251104.2",
"protein_id": "XP_005251161.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 987,
"cds_start": 107,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005251104.2"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.77C>G",
"hgvs_p": "p.Ser26Cys",
"transcript": "XM_047422426.1",
"protein_id": "XP_047278382.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 977,
"cds_start": 77,
"cds_end": null,
"cds_length": 2934,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422426.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "XM_047422427.1",
"protein_id": "XP_047278383.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 969,
"cds_start": 107,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422427.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "XM_047422428.1",
"protein_id": "XP_047278384.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 956,
"cds_start": 107,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422428.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "XM_047422429.1",
"protein_id": "XP_047278385.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 952,
"cds_start": 107,
"cds_end": null,
"cds_length": 2859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422429.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.77C>G",
"hgvs_p": "p.Ser26Cys",
"transcript": "XM_047422430.1",
"protein_id": "XP_047278386.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 946,
"cds_start": 77,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422430.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "XM_047422431.1",
"protein_id": "XP_047278387.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 938,
"cds_start": 107,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422431.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.77C>G",
"hgvs_p": "p.Ser26Cys",
"transcript": "XM_047422432.1",
"protein_id": "XP_047278388.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 912,
"cds_start": 77,
"cds_end": null,
"cds_length": 2739,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422432.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "XM_047422433.1",
"protein_id": "XP_047278389.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 891,
"cds_start": 107,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422433.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "XM_047422434.1",
"protein_id": "XP_047278390.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 749,
"cds_start": 107,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422434.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.107C>G",
"hgvs_p": "p.Ser36Cys",
"transcript": "XM_047422435.1",
"protein_id": "XP_047278391.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 650,
"cds_start": 107,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422435.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "NM_001330606.2",
"protein_id": "NP_001317535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 961,
"cds_start": null,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330606.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "ENST00000521676.5",
"protein_id": "ENSP00000430628.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 943,
"cds_start": null,
"cds_end": null,
"cds_length": 2832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521676.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "NM_001363152.1",
"protein_id": "NP_001350081.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 930,
"cds_start": null,
"cds_end": null,
"cds_length": 2793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363152.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "NM_001363155.1",
"protein_id": "NP_001350084.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 896,
"cds_start": null,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363155.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "NM_001363154.1",
"protein_id": "NP_001350083.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 865,
"cds_start": null,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363154.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-1144C>G",
"hgvs_p": null,
"transcript": "NM_001363156.1",
"protein_id": "NP_001350085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 566,
"cds_start": null,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363156.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-257C>G",
"hgvs_p": null,
"transcript": "ENST00000518684.1",
"protein_id": "ENSP00000427848.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 67,
"cds_start": null,
"cds_end": null,
"cds_length": 205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000518684.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "ENST00000520368.5",
"protein_id": "ENSP00000428486.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 43,
"cds_start": null,
"cds_end": null,
"cds_length": 133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520368.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": 1,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.36+4294C>G",
"hgvs_p": null,
"transcript": "ENST00000519418.5",
"protein_id": "ENSP00000430927.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 145,
"cds_start": null,
"cds_end": null,
"cds_length": 440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519418.5"
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "n.107C>G",
"hgvs_p": null,
"transcript": "ENST00000524307.5",
"protein_id": "ENSP00000440772.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000524307.5"
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "n.170C>G",
"hgvs_p": null,
"transcript": "XR_001745622.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": "XR_001745622.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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"hgvs_c": "c.-93C>G",
"hgvs_p": null,
"transcript": "XM_047422436.1",
"protein_id": "XP_047278392.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 644,
"cds_start": null,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422436.1"
}
],
"gene_symbol": "TBC1D31",
"gene_hgnc_id": 30888,
"dbsnp": "rs143900037",
"frequency_reference_population": 0.000087479835,
"hom_count_reference_population": 0,
"allele_count_reference_population": 141,
"gnomad_exomes_af": 0.0000924878,
"gnomad_genomes_af": 0.0000394353,
"gnomad_exomes_ac": 135,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.25583547353744507,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.158,
"revel_prediction": "Benign",
"alphamissense_score": 0.0859,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.23,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.838,
"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": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001330606.2",
"gene_symbol": "TBC1D31",
"hgnc_id": 30888,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-93C>G",
"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
}