← 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: 20-34710110-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=34710110&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 34710110,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_021202.3",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "NM_021202.3",
"protein_id": "NP_067025.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000374810.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021202.3"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000374810.8",
"protein_id": "ENSP00000363943.3",
"transcript_support_level": 1,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_021202.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374810.8"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "NM_001329429.2",
"protein_id": "NP_001316358.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329429.2"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "NM_001329430.2",
"protein_id": "NP_001316359.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329430.2"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "NM_001329431.2",
"protein_id": "NP_001316360.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329431.2"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000374809.6",
"protein_id": "ENSP00000363942.2",
"transcript_support_level": 5,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374809.6"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894582.1",
"protein_id": "ENSP00000564641.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894582.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894583.1",
"protein_id": "ENSP00000564642.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894583.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894584.1",
"protein_id": "ENSP00000564643.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894584.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894585.1",
"protein_id": "ENSP00000564644.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894585.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894586.1",
"protein_id": "ENSP00000564645.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894586.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894588.1",
"protein_id": "ENSP00000564647.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894588.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894589.1",
"protein_id": "ENSP00000564648.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894589.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894590.1",
"protein_id": "ENSP00000564649.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894590.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894591.1",
"protein_id": "ENSP00000564650.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894591.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894592.1",
"protein_id": "ENSP00000564651.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894592.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894593.1",
"protein_id": "ENSP00000564652.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894593.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894594.1",
"protein_id": "ENSP00000564653.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894594.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894595.1",
"protein_id": "ENSP00000564654.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894595.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894596.1",
"protein_id": "ENSP00000564655.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894596.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894597.1",
"protein_id": "ENSP00000564656.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894597.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000894598.1",
"protein_id": "ENSP00000564657.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894598.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile",
"transcript": "ENST00000962433.1",
"protein_id": "ENSP00000632492.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 220,
"cds_start": 466,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962433.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"hgvs_c": "c.346C>A",
"hgvs_p": "p.Leu116Ile",
"transcript": "ENST00000894587.1",
"protein_id": "ENSP00000564646.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 180,
"cds_start": 346,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894587.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NCOA6",
"gene_hgnc_id": 15936,
"hgvs_c": "c.557-12867G>T",
"hgvs_p": null,
"transcript": "ENST00000628752.2",
"protein_id": "ENSP00000486894.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 218,
"cds_start": null,
"cds_end": null,
"cds_length": 659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000628752.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NCOA6",
"gene_hgnc_id": 15936,
"hgvs_c": "n.39+4480G>T",
"hgvs_p": null,
"transcript": "ENST00000434040.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000434040.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NCOA6",
"gene_hgnc_id": 15936,
"hgvs_c": "n.567+4480G>T",
"hgvs_p": null,
"transcript": "ENST00000593786.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000593786.1"
}
],
"gene_symbol": "TP53INP2",
"gene_hgnc_id": 16104,
"dbsnp": "rs1283359396",
"frequency_reference_population": 8.974711e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 8.97471e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08757591247558594,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.053,
"revel_prediction": "Benign",
"alphamissense_score": 0.1178,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.672,
"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_021202.3",
"gene_symbol": "TP53INP2",
"hgnc_id": 16104,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Leu156Ile"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000434040.5",
"gene_symbol": "NCOA6",
"hgnc_id": 15936,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "n.39+4480G>T",
"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
}