← 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: X-71366318-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=71366318&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "X",
"pos": 71366318,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000715246.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "ENST00000373790.9",
"protein_id": "ENSP00000362895.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1852,
"cds_start": -4,
"cds_end": null,
"cds_length": 5559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.4G>A",
"hgvs_p": "p.Gly2Arg",
"transcript": "ENST00000715246.1",
"protein_id": "ENSP00000520427.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 1893,
"cds_start": 4,
"cds_end": null,
"cds_length": 5682,
"cdna_start": 183,
"cdna_end": null,
"cdna_length": 7820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "n.55G>A",
"hgvs_p": null,
"transcript": "ENST00000483365.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "n.14G>A",
"hgvs_p": null,
"transcript": "ENST00000683352.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "ENST00000683202.1",
"protein_id": "ENSP00000507781.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1877,
"cds_start": -4,
"cds_end": null,
"cds_length": 5634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "NM_004606.5",
"protein_id": "NP_004597.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1873,
"cds_start": -4,
"cds_end": null,
"cds_length": 5622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7599,
"mane_select": "ENST00000423759.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "ENST00000423759.6",
"protein_id": "ENSP00000406549.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1873,
"cds_start": -4,
"cds_end": null,
"cds_length": 5622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7599,
"mane_select": "NM_004606.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "ENST00000683782.1",
"protein_id": "ENSP00000506996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1907,
"cds_start": -4,
"cds_end": null,
"cds_length": 5724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "NM_001286074.2",
"protein_id": "NP_001273003.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1875,
"cds_start": -4,
"cds_end": null,
"cds_length": 5628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7605,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "NM_001440852.1",
"protein_id": "NP_001427781.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1868,
"cds_start": -4,
"cds_end": null,
"cds_length": 5607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "NM_138923.4",
"protein_id": "NP_620278.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1852,
"cds_start": -4,
"cds_end": null,
"cds_length": 5559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "NM_001440853.1",
"protein_id": "NP_001427782.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1834,
"cds_start": -4,
"cds_end": null,
"cds_length": 5505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6097,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "NM_001440854.1",
"protein_id": "NP_001427783.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1813,
"cds_start": -4,
"cds_end": null,
"cds_length": 5442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "n.-39G>A",
"hgvs_p": null,
"transcript": "NR_104387.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "n.-39G>A",
"hgvs_p": null,
"transcript": "NR_104388.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "n.-39G>A",
"hgvs_p": null,
"transcript": "NR_104389.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "n.-39G>A",
"hgvs_p": null,
"transcript": "NR_104390.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6420,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "n.-39G>A",
"hgvs_p": null,
"transcript": "NR_104391.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "n.-39G>A",
"hgvs_p": null,
"transcript": "NR_104392.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "n.-39G>A",
"hgvs_p": null,
"transcript": "NR_104393.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "n.-39G>A",
"hgvs_p": null,
"transcript": "NR_104394.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "n.-39G>A",
"hgvs_p": null,
"transcript": "NR_104395.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_047442391.1",
"protein_id": "XP_047298347.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1907,
"cds_start": -4,
"cds_end": null,
"cds_length": 5724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_047442392.1",
"protein_id": "XP_047298348.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1906,
"cds_start": -4,
"cds_end": null,
"cds_length": 5721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_047442393.1",
"protein_id": "XP_047298349.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1886,
"cds_start": -4,
"cds_end": null,
"cds_length": 5661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_047442394.1",
"protein_id": "XP_047298350.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1885,
"cds_start": -4,
"cds_end": null,
"cds_length": 5658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_047442395.1",
"protein_id": "XP_047298351.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1873,
"cds_start": -4,
"cds_end": null,
"cds_length": 5622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_047442396.1",
"protein_id": "XP_047298352.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1872,
"cds_start": -4,
"cds_end": null,
"cds_length": 5619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_047442398.1",
"protein_id": "XP_047298354.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1867,
"cds_start": -4,
"cds_end": null,
"cds_length": 5604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_047442399.1",
"protein_id": "XP_047298355.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1852,
"cds_start": -4,
"cds_end": null,
"cds_length": 5559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_047442400.1",
"protein_id": "XP_047298356.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1851,
"cds_start": -4,
"cds_end": null,
"cds_length": 5556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_047442402.1",
"protein_id": "XP_047298358.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1833,
"cds_start": -4,
"cds_end": null,
"cds_length": 5502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_047442404.1",
"protein_id": "XP_047298360.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1800,
"cds_start": -4,
"cds_end": null,
"cds_length": 5403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-1369G>A",
"hgvs_p": null,
"transcript": "XM_047442405.1",
"protein_id": "XP_047298361.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1800,
"cds_start": -4,
"cds_end": null,
"cds_length": 5403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8305,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_024452430.2",
"protein_id": "XP_024308198.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1585,
"cds_start": -4,
"cds_end": null,
"cds_length": 4758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4833,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_047442406.1",
"protein_id": "XP_047298362.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1467,
"cds_start": -4,
"cds_end": null,
"cds_length": 4404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-57G>A",
"hgvs_p": null,
"transcript": "XM_005262300.3",
"protein_id": "XP_005262357.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 979,
"cds_start": -4,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"dbsnp": null,
"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.18437981605529785,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.038,
"revel_prediction": "Benign",
"alphamissense_score": 0.3316,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.85,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.245,
"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": "ENST00000715246.1",
"gene_symbol": "TAF1",
"hgnc_id": 11535,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL,Unknown",
"hgvs_c": "c.4G>A",
"hgvs_p": "p.Gly2Arg"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}