← 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-71366346-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=71366346&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 71366346,
"ref": "C",
"alt": "T",
"effect": "5_prime_UTR_variant",
"transcript": "ENST00000373790.9",
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373790.9"
},
{
"aa_ref": "T",
"aa_alt": "I",
"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.32C>T",
"hgvs_p": "p.Thr11Ile",
"transcript": "ENST00000715246.1",
"protein_id": "ENSP00000520427.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 1893,
"cds_start": 32,
"cds_end": null,
"cds_length": 5682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000715246.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683202.1"
},
{
"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.-29C>T",
"hgvs_p": null,
"transcript": "ENST00000945393.1",
"protein_id": "ENSP00000615452.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1870,
"cds_start": null,
"cds_end": null,
"cds_length": 5613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945393.1"
},
{
"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.83C>T",
"hgvs_p": null,
"transcript": "ENST00000483365.2",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000483365.2"
},
{
"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.42C>T",
"hgvs_p": null,
"transcript": "ENST00000683352.1",
"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": "ENST00000683352.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000423759.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004606.5"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004606.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423759.6"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683782.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286074.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": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440852.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138923.4"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440853.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440854.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442391.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442392.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442393.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442394.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442395.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442396.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442398.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442399.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442400.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442402.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 5403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442404.1"
},
{
"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.-1341C>T",
"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": null,
"cds_end": null,
"cds_length": 5403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442405.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 4758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452430.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": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"hgvs_c": "c.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 4404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442406.1"
},
{
"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.-29C>T",
"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": null,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262300.3"
},
{
"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.-11C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_104387.2"
},
{
"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.-11C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_104388.2"
},
{
"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.-11C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_104389.2"
},
{
"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.-11C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_104390.2"
},
{
"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.-11C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_104391.2"
},
{
"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.-11C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_104392.2"
},
{
"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.-11C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_104393.2"
},
{
"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.-11C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_104394.2"
},
{
"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.-11C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_104395.2"
}
],
"gene_symbol": "TAF1",
"gene_hgnc_id": 11535,
"dbsnp": "rs139510844",
"frequency_reference_population": 0.0013142955,
"hom_count_reference_population": 428,
"allele_count_reference_population": 1587,
"gnomad_exomes_af": 0.000755169,
"gnomad_genomes_af": 0.00690831,
"gnomad_exomes_ac": 829,
"gnomad_genomes_ac": 758,
"gnomad_exomes_homalt": 6,
"gnomad_genomes_homalt": 10,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0031756162643432617,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.003,
"revel_prediction": "Benign",
"alphamissense_score": 0.2412,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -1.14,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.328,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000373790.9",
"gene_symbol": "TAF1",
"hgnc_id": 11535,
"effects": [
"5_prime_UTR_variant"
],
"inheritance_mode": "XL,Unknown",
"hgvs_c": "c.-29C>T",
"hgvs_p": null
}
],
"clinvar_disease": "TAF1-related disorder,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:3",
"phenotype_combined": "not specified|not provided|TAF1-related disorder",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}