← 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: 15-57005315-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=57005315&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 57005315,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_207036.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "NM_207037.2",
"protein_id": "NP_996920.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": null,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000333725.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_207037.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000333725.10",
"protein_id": "ENSP00000331057.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": null,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_207037.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000333725.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000267811.9",
"protein_id": "ENSP00000267811.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000267811.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000557843.5",
"protein_id": "ENSP00000453737.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557843.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "n.402+84217A>G",
"hgvs_p": null,
"transcript": "ENST00000560190.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000560190.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000945990.1",
"protein_id": "ENSP00000616049.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 736,
"cds_start": null,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945990.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "NM_001322151.2",
"protein_id": "NP_001309080.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": null,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322151.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "NM_001322159.3",
"protein_id": "NP_001309088.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": null,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322159.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "NM_001322162.2",
"protein_id": "NP_001309091.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": null,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322162.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "NM_207036.2",
"protein_id": "NP_996919.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": null,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_207036.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000438423.6",
"protein_id": "ENSP00000388940.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": null,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438423.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000888327.1",
"protein_id": "ENSP00000558386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": null,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888327.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000888332.1",
"protein_id": "ENSP00000558391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": null,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888332.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000934199.1",
"protein_id": "ENSP00000604258.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": null,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934199.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "NM_001322152.2",
"protein_id": "NP_001309081.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 705,
"cds_start": null,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322152.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "NM_001322161.2",
"protein_id": "NP_001309090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 705,
"cds_start": null,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322161.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000888324.1",
"protein_id": "ENSP00000558383.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 705,
"cds_start": null,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888324.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000934194.1",
"protein_id": "ENSP00000604253.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 705,
"cds_start": null,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934194.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000934197.1",
"protein_id": "ENSP00000604256.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 705,
"cds_start": null,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934197.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000945988.1",
"protein_id": "ENSP00000616047.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 704,
"cds_start": null,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945988.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.184+3931A>G",
"hgvs_p": null,
"transcript": "NM_001322164.2",
"protein_id": "NP_001309093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 694,
"cds_start": null,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322164.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "NM_001322157.3",
"protein_id": "NP_001309086.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322157.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "NM_001322165.2",
"protein_id": "NP_001309094.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322165.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "NM_003205.4",
"protein_id": "NP_003196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003205.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "NM_207038.2",
"protein_id": "NP_996921.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_207038.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000888320.1",
"protein_id": "ENSP00000558379.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888320.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000888322.1",
"protein_id": "ENSP00000558381.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888322.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000888326.1",
"protein_id": "ENSP00000558385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888326.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000888328.1",
"protein_id": "ENSP00000558387.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888328.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000888329.1",
"protein_id": "ENSP00000558388.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888329.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000934195.1",
"protein_id": "ENSP00000604254.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934195.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000945986.1",
"protein_id": "ENSP00000616045.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945986.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000945987.1",
"protein_id": "ENSP00000616046.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945987.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000945993.1",
"protein_id": "ENSP00000616052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945993.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000888321.1",
"protein_id": "ENSP00000558380.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 681,
"cds_start": null,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888321.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000888323.1",
"protein_id": "ENSP00000558382.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 681,
"cds_start": null,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888323.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000888330.1",
"protein_id": "ENSP00000558389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 681,
"cds_start": null,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888330.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000888331.1",
"protein_id": "ENSP00000558390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 681,
"cds_start": null,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888331.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000945989.1",
"protein_id": "ENSP00000616048.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 681,
"cds_start": null,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945989.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000945991.1",
"protein_id": "ENSP00000616050.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 681,
"cds_start": null,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945991.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000888325.1",
"protein_id": "ENSP00000558384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 680,
"cds_start": null,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888325.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000934198.1",
"protein_id": "ENSP00000604257.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 680,
"cds_start": null,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934198.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-67338A>G",
"hgvs_p": null,
"transcript": "ENST00000945992.1",
"protein_id": "ENSP00000616051.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 678,
"cds_start": null,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945992.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-67338A>G",
"hgvs_p": null,
"transcript": "ENST00000559609.5",
"protein_id": "ENSP00000453876.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 665,
"cds_start": null,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559609.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.-88-58435A>G",
"hgvs_p": null,
"transcript": "NM_001322156.2",
"protein_id": "NP_001309085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 648,
"cds_start": null,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322156.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.-88-58435A>G",
"hgvs_p": null,
"transcript": "NM_001322158.2",
"protein_id": "NP_001309087.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 624,
"cds_start": null,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322158.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000934196.1",
"protein_id": "ENSP00000604255.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": null,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934196.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.-504-58435A>G",
"hgvs_p": null,
"transcript": "NM_001322154.2",
"protein_id": "NP_001309083.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 487,
"cds_start": null,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322154.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "ENST00000557947.5",
"protein_id": "ENSP00000454109.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": null,
"cds_end": null,
"cds_length": 472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557947.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.184+3931A>G",
"hgvs_p": null,
"transcript": "XM_011521959.4",
"protein_id": "XP_011520261.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 718,
"cds_start": null,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521959.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.184+3931A>G",
"hgvs_p": null,
"transcript": "XM_011521960.4",
"protein_id": "XP_011520262.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 718,
"cds_start": null,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521960.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.184+3931A>G",
"hgvs_p": null,
"transcript": "XM_011521961.4",
"protein_id": "XP_011520263.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 717,
"cds_start": null,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521961.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.184+3931A>G",
"hgvs_p": null,
"transcript": "XM_011521962.4",
"protein_id": "XP_011520264.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 694,
"cds_start": null,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521962.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.184+3931A>G",
"hgvs_p": null,
"transcript": "XM_047432971.1",
"protein_id": "XP_047288927.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 694,
"cds_start": null,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432971.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.184+3931A>G",
"hgvs_p": null,
"transcript": "XM_011521963.4",
"protein_id": "XP_011520265.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 693,
"cds_start": null,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521963.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.184+3931A>G",
"hgvs_p": null,
"transcript": "XM_047432972.1",
"protein_id": "XP_047288928.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 693,
"cds_start": null,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432972.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "XM_017022520.3",
"protein_id": "XP_016878009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 681,
"cds_start": null,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022520.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null,
"transcript": "XM_047432973.1",
"protein_id": "XP_047288929.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 681,
"cds_start": null,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432973.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "n.438+3931A>G",
"hgvs_p": null,
"transcript": "ENST00000558908.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000558908.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "n.148+84217A>G",
"hgvs_p": null,
"transcript": "ENST00000561152.1",
"protein_id": "ENSP00000453653.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000561152.1"
}
],
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"dbsnp": "rs12901270",
"frequency_reference_population": 0.000006575227,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657523,
"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.7799999713897705,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.78,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.06,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_207036.2",
"gene_symbol": "TCF12",
"hgnc_id": 11623,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.149-58435A>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}