← 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: 7-100114074-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=100114074&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 100114074,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000453269.7",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "NM_139315.3",
"protein_id": "NP_647476.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 350,
"cdna_end": null,
"cdna_length": 2424,
"mane_select": "ENST00000453269.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000453269.7",
"protein_id": "ENSP00000389575.2",
"transcript_support_level": 1,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 350,
"cdna_end": null,
"cdna_length": 2424,
"mane_select": "NM_139315.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000344095.8",
"protein_id": "ENSP00000344537.4",
"transcript_support_level": 1,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 2727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000452041.5",
"protein_id": "ENSP00000416396.1",
"transcript_support_level": 1,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 231,
"cdna_end": null,
"cdna_length": 2297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000472509.6",
"protein_id": "ENSP00000419760.2",
"transcript_support_level": 1,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 485,
"cdna_end": null,
"cdna_length": 2551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.274C>T",
"hgvs_p": "p.Arg92Cys",
"transcript": "NM_001365004.1",
"protein_id": "NP_001351933.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 723,
"cds_start": 274,
"cds_end": null,
"cds_length": 2172,
"cdna_start": 604,
"cdna_end": null,
"cdna_length": 2678,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.247C>T",
"hgvs_p": "p.Arg83Cys",
"transcript": "NM_001190415.2",
"protein_id": "NP_001177344.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 714,
"cds_start": 247,
"cds_end": null,
"cds_length": 2145,
"cdna_start": 359,
"cdna_end": null,
"cdna_length": 2433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.247C>T",
"hgvs_p": "p.Arg83Cys",
"transcript": "ENST00000437822.6",
"protein_id": "ENSP00000399982.2",
"transcript_support_level": 2,
"aa_start": 83,
"aa_end": null,
"aa_length": 714,
"cds_start": 247,
"cds_end": null,
"cds_length": 2145,
"cdna_start": 342,
"cdna_end": null,
"cdna_length": 2318,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "NM_001364998.1",
"protein_id": "NP_001351927.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 806,
"cdna_end": null,
"cdna_length": 2880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "NM_001364999.1",
"protein_id": "NP_001351928.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 481,
"cdna_end": null,
"cdna_length": 2526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "NM_005641.4",
"protein_id": "NP_005632.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 674,
"cdna_end": null,
"cdna_length": 2748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000460673.3",
"protein_id": "ENSP00000427710.3",
"transcript_support_level": 4,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 901,
"cdna_end": null,
"cdna_length": 3169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000685280.1",
"protein_id": "ENSP00000510209.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 326,
"cdna_end": null,
"cdna_length": 2594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000686580.1",
"protein_id": "ENSP00000510270.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 352,
"cdna_end": null,
"cdna_length": 2620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000686777.1",
"protein_id": "ENSP00000510166.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 768,
"cdna_end": null,
"cdna_length": 3036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000687137.1",
"protein_id": "ENSP00000508432.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 216,
"cdna_end": null,
"cdna_length": 2484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000687410.1",
"protein_id": "ENSP00000509158.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 579,
"cdna_end": null,
"cdna_length": 2847,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000687447.1",
"protein_id": "ENSP00000510217.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 304,
"cdna_end": null,
"cdna_length": 2572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000687969.1",
"protein_id": "ENSP00000508679.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 773,
"cdna_end": null,
"cdna_length": 3041,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000688343.1",
"protein_id": "ENSP00000508691.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 361,
"cdna_end": null,
"cdna_length": 2629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000688498.1",
"protein_id": "ENSP00000510409.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 325,
"cdna_end": null,
"cdna_length": 2593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000688640.1",
"protein_id": "ENSP00000509783.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 763,
"cdna_end": null,
"cdna_length": 3031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000689754.1",
"protein_id": "ENSP00000509866.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 443,
"cdna_end": null,
"cdna_length": 2711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000691370.1",
"protein_id": "ENSP00000509500.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 612,
"cdna_end": null,
"cdna_length": 2880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000691681.1",
"protein_id": "ENSP00000509494.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 810,
"cdna_end": null,
"cdna_length": 3078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000692466.1",
"protein_id": "ENSP00000509041.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 806,
"cdna_end": null,
"cdna_length": 3074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000692927.1",
"protein_id": "ENSP00000509335.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 496,
"cdna_end": null,
"cdna_length": 2764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000690962.1",
"protein_id": "ENSP00000509249.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 668,
"cds_start": 136,
"cds_end": null,
"cds_length": 2007,
"cdna_start": 806,
"cdna_end": null,
"cdna_length": 2838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000452438.7",
"protein_id": "ENSP00000412346.3",
"transcript_support_level": 4,
"aa_start": 46,
"aa_end": null,
"aa_length": 658,
"cds_start": 136,
"cds_end": null,
"cds_length": 1977,
"cdna_start": 231,
"cdna_end": null,
"cdna_length": 2442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000687216.1",
"protein_id": "ENSP00000509789.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 658,
"cds_start": 136,
"cds_end": null,
"cds_length": 1977,
"cdna_start": 309,
"cdna_end": null,
"cdna_length": 2520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000688086.1",
"protein_id": "ENSP00000510349.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 658,
"cds_start": 136,
"cds_end": null,
"cds_length": 1977,
"cdna_start": 466,
"cdna_end": null,
"cdna_length": 2677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000689284.1",
"protein_id": "ENSP00000509292.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 658,
"cds_start": 136,
"cds_end": null,
"cds_length": 1977,
"cdna_start": 210,
"cdna_end": null,
"cdna_length": 2421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000691413.1",
"protein_id": "ENSP00000509680.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 658,
"cds_start": 136,
"cds_end": null,
"cds_length": 1977,
"cdna_start": 750,
"cdna_end": null,
"cdna_length": 2961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000693225.1",
"protein_id": "ENSP00000510019.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 658,
"cds_start": 136,
"cds_end": null,
"cds_length": 1977,
"cdna_start": 674,
"cdna_end": null,
"cdna_length": 2885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000440225.6",
"protein_id": "ENSP00000410012.2",
"transcript_support_level": 3,
"aa_start": 46,
"aa_end": null,
"aa_length": 619,
"cds_start": 136,
"cds_end": null,
"cds_length": 1860,
"cdna_start": 672,
"cdna_end": null,
"cdna_length": 2557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000451699.6",
"protein_id": "ENSP00000406315.2",
"transcript_support_level": 4,
"aa_start": 46,
"aa_end": null,
"aa_length": 619,
"cds_start": 136,
"cds_end": null,
"cds_length": 1860,
"cdna_start": 478,
"cdna_end": null,
"cdna_length": 2363,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000493322.6",
"protein_id": "ENSP00000419555.2",
"transcript_support_level": 3,
"aa_start": 46,
"aa_end": null,
"aa_length": 611,
"cds_start": 136,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 672,
"cdna_end": null,
"cdna_length": 2535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000523306.6",
"protein_id": "ENSP00000428639.2",
"transcript_support_level": 5,
"aa_start": 46,
"aa_end": null,
"aa_length": 611,
"cds_start": 136,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 478,
"cdna_end": null,
"cdna_length": 2341,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000449571.5",
"protein_id": "ENSP00000390073.1",
"transcript_support_level": 5,
"aa_start": 46,
"aa_end": null,
"aa_length": 133,
"cds_start": 136,
"cds_end": null,
"cds_length": 402,
"cdna_start": 346,
"cdna_end": null,
"cdna_length": 612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "ENST00000417349.5",
"protein_id": "ENSP00000390220.1",
"transcript_support_level": 4,
"aa_start": 46,
"aa_end": null,
"aa_length": 75,
"cds_start": 136,
"cds_end": null,
"cds_length": 229,
"cdna_start": 444,
"cdna_end": null,
"cdna_length": 537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95Cys",
"transcript": "XM_024446899.2",
"protein_id": "XP_024302667.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 726,
"cds_start": 283,
"cds_end": null,
"cds_length": 2181,
"cdna_start": 696,
"cdna_end": null,
"cdna_length": 2770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "XM_024446896.2",
"protein_id": "XP_024302664.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 2299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "XM_024446900.2",
"protein_id": "XP_024302668.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 2722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys",
"transcript": "XM_047420779.1",
"protein_id": "XP_047276735.1",
"transcript_support_level": null,
"aa_start": 46,
"aa_end": null,
"aa_length": 677,
"cds_start": 136,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 360,
"cdna_end": null,
"cdna_length": 2434,
"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": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.136C>T",
"hgvs_p": null,
"transcript": "ENST00000421980.5",
"protein_id": "ENSP00000413614.1",
"transcript_support_level": 5,
"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": 2685,
"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": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.292C>T",
"hgvs_p": null,
"transcript": "ENST00000487288.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 2687,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.669C>T",
"hgvs_p": null,
"transcript": "ENST00000520135.6",
"protein_id": null,
"transcript_support_level": 3,
"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": 781,
"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": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.136C>T",
"hgvs_p": null,
"transcript": "ENST00000684938.1",
"protein_id": "ENSP00000509829.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": 2431,
"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": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.806C>T",
"hgvs_p": null,
"transcript": "ENST00000684951.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": 3284,
"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": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.672C>T",
"hgvs_p": null,
"transcript": "ENST00000685054.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": 2652,
"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": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.350C>T",
"hgvs_p": null,
"transcript": "ENST00000685258.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": 3268,
"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": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.136C>T",
"hgvs_p": null,
"transcript": "ENST00000685713.1",
"protein_id": "ENSP00000509921.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": 2830,
"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": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.136C>T",
"hgvs_p": null,
"transcript": "ENST00000686096.1",
"protein_id": "ENSP00000510627.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": 2870,
"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": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.136C>T",
"hgvs_p": null,
"transcript": "ENST00000686141.1",
"protein_id": "ENSP00000509002.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": 2915,
"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": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.229C>T",
"hgvs_p": null,
"transcript": "ENST00000687641.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": 1708,
"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": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.235C>T",
"hgvs_p": null,
"transcript": "ENST00000687768.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": 2722,
"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": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.1015C>T",
"hgvs_p": null,
"transcript": "ENST00000688962.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": 3493,
"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": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.629C>T",
"hgvs_p": null,
"transcript": "ENST00000689052.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": 3107,
"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": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.1367C>T",
"hgvs_p": null,
"transcript": "ENST00000689347.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": 3552,
"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": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.672C>T",
"hgvs_p": null,
"transcript": "ENST00000689536.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": 2857,
"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": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.136C>T",
"hgvs_p": null,
"transcript": "ENST00000689684.1",
"protein_id": "ENSP00000508474.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": 2582,
"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": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.672C>T",
"hgvs_p": null,
"transcript": "ENST00000690291.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": 3150,
"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": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.580C>T",
"hgvs_p": null,
"transcript": "ENST00000690335.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": 3406,
"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": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.136C>T",
"hgvs_p": null,
"transcript": "ENST00000690602.1",
"protein_id": "ENSP00000509383.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": 2554,
"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": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.136C>T",
"hgvs_p": null,
"transcript": "ENST00000691534.1",
"protein_id": "ENSP00000510612.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": 2793,
"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": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.136C>T",
"hgvs_p": null,
"transcript": "ENST00000692029.1",
"protein_id": "ENSP00000510260.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": 2496,
"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": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.672C>T",
"hgvs_p": null,
"transcript": "ENST00000692175.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": 3242,
"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": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.470C>T",
"hgvs_p": null,
"transcript": "ENST00000693374.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": 2738,
"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": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.225C>T",
"hgvs_p": null,
"transcript": "NR_033792.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": 2299,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "NM_001365000.1",
"protein_id": "NP_001351929.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2394,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "NM_001365001.1",
"protein_id": "NP_001351930.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2269,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "NM_001365002.1",
"protein_id": "NP_001351931.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2718,
"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": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "NM_001365003.1",
"protein_id": "NP_001351932.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2526,
"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": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "ENST00000686172.1",
"protein_id": "ENSP00000510809.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2554,
"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": 17,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "ENST00000687151.1",
"protein_id": "ENSP00000508852.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2813,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "ENST00000687672.1",
"protein_id": "ENSP00000509741.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2908,
"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": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "ENST00000690367.1",
"protein_id": "ENSP00000509821.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2701,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "ENST00000691010.1",
"protein_id": "ENSP00000509320.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2466,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "ENST00000692408.1",
"protein_id": "ENSP00000508788.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2579,
"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": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "ENST00000690206.1",
"protein_id": "ENSP00000508601.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 648,
"cds_start": -4,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2521,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.126+10C>T",
"hgvs_p": null,
"transcript": "ENST00000688091.1",
"protein_id": "ENSP00000510079.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": 2520,
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.482+10C>T",
"hgvs_p": null,
"transcript": "ENST00000688197.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": 2739,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.126+10C>T",
"hgvs_p": null,
"transcript": "ENST00000689866.1",
"protein_id": "ENSP00000509889.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": 2843,
"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": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "n.405+10C>T",
"hgvs_p": null,
"transcript": "ENST00000693256.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": 2863,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "XM_011516543.4",
"protein_id": "XP_011514845.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2692,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "XM_047420780.1",
"protein_id": "XP_047276736.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2404,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.126+10C>T",
"hgvs_p": null,
"transcript": "XM_047420781.1",
"protein_id": "XP_047276737.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"hgvs_c": "c.*95C>T",
"hgvs_p": null,
"transcript": "ENST00000431404.2",
"protein_id": "ENSP00000395627.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 12,
"cds_start": -4,
"cds_end": null,
"cds_length": 41,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TAF6",
"gene_hgnc_id": 11540,
"dbsnp": "rs727503778",
"frequency_reference_population": 0.0000013680994,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.0000013681,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9785658121109009,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.906,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7501,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.568,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000453269.7",
"gene_symbol": "TAF6",
"hgnc_id": 11540,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.136C>T",
"hgvs_p": "p.Arg46Cys"
}
],
"clinvar_disease": "Alazami-Yuan syndrome,Cornelia de Lange syndrome 1",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Cornelia de Lange syndrome 1|Alazami-Yuan syndrome",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}