← 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-132746954-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=132746954&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 132746954,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001382396.1",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "NM_001382403.1",
"protein_id": "NP_001369332.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 295,
"cds_start": 475,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000677595.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382403.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "ENST00000677595.1",
"protein_id": "ENSP00000504388.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 295,
"cds_start": 475,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001382403.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677595.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.418T>G",
"hgvs_p": "p.Cys140Gly",
"transcript": "ENST00000356838.7",
"protein_id": "ENSP00000349296.3",
"transcript_support_level": 1,
"aa_start": 140,
"aa_end": null,
"aa_length": 276,
"cds_start": 418,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356838.7"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "ENST00000377901.8",
"protein_id": "ENSP00000367133.4",
"transcript_support_level": 1,
"aa_start": 159,
"aa_end": null,
"aa_length": 232,
"cds_start": 475,
"cds_end": null,
"cds_length": 699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377901.8"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "NM_001382396.1",
"protein_id": "NP_001369325.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 338,
"cds_start": 475,
"cds_end": null,
"cds_length": 1017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382396.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "NM_001382397.1",
"protein_id": "NP_001369326.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 316,
"cds_start": 475,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382397.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "NM_001382402.1",
"protein_id": "NP_001369331.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 316,
"cds_start": 475,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382402.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "ENST00000872715.1",
"protein_id": "ENSP00000542774.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 316,
"cds_start": 475,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872715.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "ENST00000872714.1",
"protein_id": "ENSP00000542773.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 315,
"cds_start": 475,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872714.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "NM_001382398.1",
"protein_id": "NP_001369327.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 313,
"cds_start": 475,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382398.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "ENST00000523829.5",
"protein_id": "ENSP00000428228.1",
"transcript_support_level": 5,
"aa_start": 159,
"aa_end": null,
"aa_length": 313,
"cds_start": 475,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523829.5"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.481T>G",
"hgvs_p": "p.Cys161Gly",
"transcript": "NM_001382399.1",
"protein_id": "NP_001369328.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 297,
"cds_start": 481,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382399.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.481T>G",
"hgvs_p": "p.Cys161Gly",
"transcript": "ENST00000872713.1",
"protein_id": "ENSP00000542772.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 297,
"cds_start": 481,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872713.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.481T>G",
"hgvs_p": "p.Cys161Gly",
"transcript": "NM_001382400.1",
"protein_id": "NP_001369329.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 296,
"cds_start": 481,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382400.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "NM_001382404.1",
"protein_id": "NP_001369333.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 295,
"cds_start": 475,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382404.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "ENST00000872716.1",
"protein_id": "ENSP00000542775.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 295,
"cds_start": 475,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872716.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "ENST00000963931.1",
"protein_id": "ENSP00000633990.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 295,
"cds_start": 475,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963931.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "NM_001364885.2",
"protein_id": "NP_001351814.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 294,
"cds_start": 475,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364885.2"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "NM_001382405.1",
"protein_id": "NP_001369334.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 294,
"cds_start": 475,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382405.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "ENST00000872711.1",
"protein_id": "ENSP00000542770.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 294,
"cds_start": 475,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872711.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "ENST00000963932.1",
"protein_id": "ENSP00000633991.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 294,
"cds_start": 475,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963932.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.460T>G",
"hgvs_p": "p.Cys154Gly",
"transcript": "NM_001382401.1",
"protein_id": "NP_001369330.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 290,
"cds_start": 460,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382401.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.418T>G",
"hgvs_p": "p.Cys140Gly",
"transcript": "NM_144649.3",
"protein_id": "NP_653250.2",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 276,
"cds_start": 418,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_144649.3"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.418T>G",
"hgvs_p": "p.Cys140Gly",
"transcript": "ENST00000872712.1",
"protein_id": "ENSP00000542771.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 275,
"cds_start": 418,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872712.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly",
"transcript": "NM_001145153.2",
"protein_id": "NP_001138625.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 232,
"cds_start": 475,
"cds_end": null,
"cds_length": 699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145153.2"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.184T>G",
"hgvs_p": "p.Cys62Gly",
"transcript": "ENST00000522334.5",
"protein_id": "ENSP00000430847.1",
"transcript_support_level": 4,
"aa_start": 62,
"aa_end": null,
"aa_length": 62,
"cds_start": 184,
"cds_end": null,
"cds_length": 190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522334.5"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.418T>G",
"hgvs_p": "p.Cys140Gly",
"transcript": "XM_047421363.1",
"protein_id": "XP_047277319.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 275,
"cds_start": 418,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421363.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "c.*60T>G",
"hgvs_p": null,
"transcript": "ENST00000519016.5",
"protein_id": "ENSP00000428397.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 40,
"cds_start": null,
"cds_end": null,
"cds_length": 124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519016.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"hgvs_c": "n.*90T>G",
"hgvs_p": null,
"transcript": "ENST00000517538.1",
"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": "ENST00000517538.1"
}
],
"gene_symbol": "TMEM71",
"gene_hgnc_id": 26572,
"dbsnp": "rs140449969",
"frequency_reference_population": 0.000022537864,
"hom_count_reference_population": 0,
"allele_count_reference_population": 36,
"gnomad_exomes_af": 0.0000110709,
"gnomad_genomes_af": 0.000131513,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": 20,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.057849109172821045,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.211,
"revel_prediction": "Benign",
"alphamissense_score": 0.0825,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.074,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001382396.1",
"gene_symbol": "TMEM71",
"hgnc_id": 26572,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.475T>G",
"hgvs_p": "p.Cys159Gly"
}
],
"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
}