← 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-119803881-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=119803881&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 119803881,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000378164.7",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_003184.4",
"protein_id": "NP_003175.2",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 1199,
"cds_start": 557,
"cds_end": null,
"cds_length": 3600,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 5027,
"mane_select": "ENST00000378164.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000378164.7",
"protein_id": "ENSP00000367406.2",
"transcript_support_level": 1,
"aa_start": 186,
"aa_end": null,
"aa_length": 1199,
"cds_start": 557,
"cds_end": null,
"cds_length": 3600,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 5027,
"mane_select": "NM_003184.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000686879.1",
"protein_id": "ENSP00000509206.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 1251,
"cds_start": 557,
"cds_end": null,
"cds_length": 3756,
"cdna_start": 848,
"cdna_end": null,
"cdna_length": 5016,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000685235.1",
"protein_id": "ENSP00000510174.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 1214,
"cds_start": 557,
"cds_end": null,
"cds_length": 3645,
"cdna_start": 848,
"cdna_end": null,
"cdna_length": 4891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000688645.1",
"protein_id": "ENSP00000509978.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 1162,
"cds_start": 557,
"cds_end": null,
"cds_length": 3489,
"cdna_start": 848,
"cdna_end": null,
"cdna_length": 4911,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000523904.2",
"protein_id": "ENSP00000430832.2",
"transcript_support_level": 3,
"aa_start": 186,
"aa_end": null,
"aa_length": 1161,
"cds_start": 557,
"cds_end": null,
"cds_length": 3486,
"cdna_start": 827,
"cdna_end": null,
"cdna_length": 4887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000690144.1",
"protein_id": "ENSP00000510548.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 1160,
"cds_start": 557,
"cds_end": null,
"cds_length": 3483,
"cdna_start": 848,
"cdna_end": null,
"cdna_length": 5377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000521007.2",
"protein_id": "ENSP00000428484.2",
"transcript_support_level": 3,
"aa_start": 186,
"aa_end": null,
"aa_length": 229,
"cds_start": 557,
"cds_end": null,
"cds_length": 692,
"cdna_start": 657,
"cdna_end": null,
"cdna_length": 792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000685202.1",
"protein_id": "ENSP00000509214.1",
"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": 5187,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000685503.1",
"protein_id": "ENSP00000509198.1",
"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": 5202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*429C>T",
"hgvs_p": null,
"transcript": "ENST00000685663.1",
"protein_id": "ENSP00000508988.1",
"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": 5237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*372C>T",
"hgvs_p": null,
"transcript": "ENST00000685824.1",
"protein_id": "ENSP00000510262.1",
"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": 4834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*275C>T",
"hgvs_p": null,
"transcript": "ENST00000685876.1",
"protein_id": "ENSP00000510493.1",
"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": 5090,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*372C>T",
"hgvs_p": null,
"transcript": "ENST00000685993.1",
"protein_id": "ENSP00000510102.1",
"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": 4946,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000686098.1",
"protein_id": "ENSP00000509102.1",
"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": 4922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000689164.1",
"protein_id": "ENSP00000508729.1",
"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": 5316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*275C>T",
"hgvs_p": null,
"transcript": "ENST00000689919.1",
"protein_id": "ENSP00000510768.1",
"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": 4965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000690808.1",
"protein_id": "ENSP00000509791.1",
"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": 4861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000690922.1",
"protein_id": "ENSP00000509498.1",
"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": 5001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*213C>T",
"hgvs_p": null,
"transcript": "ENST00000691880.1",
"protein_id": "ENSP00000508515.1",
"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": 4840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*372C>T",
"hgvs_p": null,
"transcript": "ENST00000692518.1",
"protein_id": "ENSP00000508959.1",
"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": 5006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*275C>T",
"hgvs_p": null,
"transcript": "ENST00000692707.1",
"protein_id": "ENSP00000509024.1",
"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": 5249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*429C>T",
"hgvs_p": null,
"transcript": "ENST00000685663.1",
"protein_id": "ENSP00000508988.1",
"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": 5237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*372C>T",
"hgvs_p": null,
"transcript": "ENST00000685824.1",
"protein_id": "ENSP00000510262.1",
"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": 4834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*275C>T",
"hgvs_p": null,
"transcript": "ENST00000685876.1",
"protein_id": "ENSP00000510493.1",
"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": 5090,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*372C>T",
"hgvs_p": null,
"transcript": "ENST00000685993.1",
"protein_id": "ENSP00000510102.1",
"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": 4946,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*275C>T",
"hgvs_p": null,
"transcript": "ENST00000689919.1",
"protein_id": "ENSP00000510768.1",
"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": 4965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*213C>T",
"hgvs_p": null,
"transcript": "ENST00000691880.1",
"protein_id": "ENSP00000508515.1",
"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": 4840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*372C>T",
"hgvs_p": null,
"transcript": "ENST00000692518.1",
"protein_id": "ENSP00000508959.1",
"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": 5006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*275C>T",
"hgvs_p": null,
"transcript": "ENST00000692707.1",
"protein_id": "ENSP00000509024.1",
"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": 5249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.520+37C>T",
"hgvs_p": null,
"transcript": "ENST00000685684.1",
"protein_id": "ENSP00000509441.1",
"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": 7061,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.139-1856C>T",
"hgvs_p": null,
"transcript": "ENST00000688037.1",
"protein_id": "ENSP00000510169.1",
"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": 4586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.*238+37C>T",
"hgvs_p": null,
"transcript": "ENST00000690031.1",
"protein_id": "ENSP00000508549.1",
"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": 1939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.538+19C>T",
"hgvs_p": null,
"transcript": "ENST00000691847.1",
"protein_id": "ENSP00000509663.1",
"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": 3766,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.419-1856C>T",
"hgvs_p": null,
"transcript": "ENST00000692916.1",
"protein_id": "ENSP00000509603.1",
"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": 4665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_001437338.1",
"protein_id": "NP_001424267.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 1251,
"cds_start": 557,
"cds_end": null,
"cds_length": 3756,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 5183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_001438084.1",
"protein_id": "NP_001425013.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 1214,
"cds_start": 557,
"cds_end": null,
"cds_length": 3645,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 5072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "NM_001437339.1",
"protein_id": "NP_001424268.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 1162,
"cds_start": 557,
"cds_end": null,
"cds_length": 3489,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 4916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.50C>T",
"hgvs_p": "p.Thr17Ile",
"transcript": "XM_017013780.2",
"protein_id": "XP_016869269.1",
"transcript_support_level": null,
"aa_start": 17,
"aa_end": null,
"aa_length": 1082,
"cds_start": 50,
"cds_end": null,
"cds_length": 3249,
"cdna_start": 333,
"cdna_end": null,
"cdna_length": 4682,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.1584C>T",
"hgvs_p": null,
"transcript": "ENST00000684862.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": 5672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.1584C>T",
"hgvs_p": null,
"transcript": "ENST00000685755.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": 5923,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.841C>T",
"hgvs_p": null,
"transcript": "ENST00000688215.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": 2281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.835C>T",
"hgvs_p": null,
"transcript": "ENST00000689341.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": 4691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.834C>T",
"hgvs_p": null,
"transcript": "ENST00000689867.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": 3918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.827C>T",
"hgvs_p": null,
"transcript": "ENST00000689873.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": 1147,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.832C>T",
"hgvs_p": null,
"transcript": "ENST00000691057.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": 5006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.667C>T",
"hgvs_p": null,
"transcript": "ENST00000691237.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": 4841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.819C>T",
"hgvs_p": null,
"transcript": "ENST00000692829.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": 4879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "n.822+19C>T",
"hgvs_p": null,
"transcript": "ENST00000689399.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": 4940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.-74+19C>T",
"hgvs_p": null,
"transcript": "XM_017013783.3",
"protein_id": "XP_016869272.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1040,
"cds_start": -4,
"cds_end": null,
"cds_length": 3123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"hgvs_c": "c.-74+19C>T",
"hgvs_p": null,
"transcript": "XM_047422152.1",
"protein_id": "XP_047278108.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 988,
"cds_start": -4,
"cds_end": null,
"cds_length": 2967,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TAF2",
"gene_hgnc_id": 11536,
"dbsnp": "rs398124656",
"frequency_reference_population": 0.000006575919,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657592,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8344851732254028,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.15000000596046448,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.44,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9364,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.947,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.15,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000378164.7",
"gene_symbol": "TAF2",
"hgnc_id": 11536,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}