← 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-57273196-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=57273196&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "15",
"pos": 57273196,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "ENST00000333725.10",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1912C>T",
"hgvs_p": "p.Gln638*",
"transcript": "NM_207037.2",
"protein_id": "NP_996920.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 706,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 2197,
"cdna_end": null,
"cdna_length": 6114,
"mane_select": "ENST00000333725.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1912C>T",
"hgvs_p": "p.Gln638*",
"transcript": "ENST00000333725.10",
"protein_id": "ENSP00000331057.6",
"transcript_support_level": 1,
"aa_start": 638,
"aa_end": null,
"aa_length": 706,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 2197,
"cdna_end": null,
"cdna_length": 6114,
"mane_select": "NM_207037.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1840C>T",
"hgvs_p": "p.Gln614*",
"transcript": "ENST00000267811.9",
"protein_id": "ENSP00000267811.5",
"transcript_support_level": 1,
"aa_start": 614,
"aa_end": null,
"aa_length": 682,
"cds_start": 1840,
"cds_end": null,
"cds_length": 2049,
"cdna_start": 2144,
"cdna_end": null,
"cdna_length": 6061,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1840C>T",
"hgvs_p": "p.Gln614*",
"transcript": "ENST00000557843.5",
"protein_id": "ENSP00000453737.1",
"transcript_support_level": 1,
"aa_start": 614,
"aa_end": null,
"aa_length": 682,
"cds_start": 1840,
"cds_end": null,
"cds_length": 2049,
"cdna_start": 1927,
"cdna_end": null,
"cdna_length": 4076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1402C>T",
"hgvs_p": "p.Gln468*",
"transcript": "ENST00000543579.5",
"protein_id": "ENSP00000440017.1",
"transcript_support_level": 1,
"aa_start": 468,
"aa_end": null,
"aa_length": 536,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1494,
"cdna_end": null,
"cdna_length": 1809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1330C>T",
"hgvs_p": "p.Gln444*",
"transcript": "ENST00000343827.7",
"protein_id": "ENSP00000342459.3",
"transcript_support_level": 1,
"aa_start": 444,
"aa_end": null,
"aa_length": 512,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1386,
"cdna_end": null,
"cdna_length": 3956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "n.569C>T",
"hgvs_p": null,
"transcript": "ENST00000560190.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 1183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1912C>T",
"hgvs_p": "p.Gln638*",
"transcript": "NM_001322151.2",
"protein_id": "NP_001309080.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 706,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 2201,
"cdna_end": null,
"cdna_length": 6118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1912C>T",
"hgvs_p": "p.Gln638*",
"transcript": "NM_001322159.3",
"protein_id": "NP_001309088.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 706,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 2197,
"cdna_end": null,
"cdna_length": 2899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1912C>T",
"hgvs_p": "p.Gln638*",
"transcript": "NM_001322162.2",
"protein_id": "NP_001309091.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 706,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 2076,
"cdna_end": null,
"cdna_length": 5993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1912C>T",
"hgvs_p": "p.Gln638*",
"transcript": "NM_207036.2",
"protein_id": "NP_996919.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 706,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 2187,
"cdna_end": null,
"cdna_length": 6104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1912C>T",
"hgvs_p": "p.Gln638*",
"transcript": "ENST00000438423.6",
"protein_id": "ENSP00000388940.2",
"transcript_support_level": 5,
"aa_start": 638,
"aa_end": null,
"aa_length": 706,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 2208,
"cdna_end": null,
"cdna_length": 4786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1909C>T",
"hgvs_p": "p.Gln637*",
"transcript": "NM_001322152.2",
"protein_id": "NP_001309081.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 705,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2118,
"cdna_start": 2194,
"cdna_end": null,
"cdna_length": 6111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1909C>T",
"hgvs_p": "p.Gln637*",
"transcript": "NM_001322161.2",
"protein_id": "NP_001309090.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 705,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2118,
"cdna_start": 2073,
"cdna_end": null,
"cdna_length": 5990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1876C>T",
"hgvs_p": "p.Gln626*",
"transcript": "NM_001322164.2",
"protein_id": "NP_001309093.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 694,
"cds_start": 1876,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 2345,
"cdna_end": null,
"cdna_length": 6262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1840C>T",
"hgvs_p": "p.Gln614*",
"transcript": "NM_001322157.3",
"protein_id": "NP_001309086.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 682,
"cds_start": 1840,
"cds_end": null,
"cds_length": 2049,
"cdna_start": 2125,
"cdna_end": null,
"cdna_length": 2827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1840C>T",
"hgvs_p": "p.Gln614*",
"transcript": "NM_001322165.2",
"protein_id": "NP_001309094.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 682,
"cds_start": 1840,
"cds_end": null,
"cds_length": 2049,
"cdna_start": 2309,
"cdna_end": null,
"cdna_length": 6226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1840C>T",
"hgvs_p": "p.Gln614*",
"transcript": "NM_003205.4",
"protein_id": "NP_003196.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 682,
"cds_start": 1840,
"cds_end": null,
"cds_length": 2049,
"cdna_start": 2125,
"cdna_end": null,
"cdna_length": 6042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1840C>T",
"hgvs_p": "p.Gln614*",
"transcript": "NM_207038.2",
"protein_id": "NP_996921.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 682,
"cds_start": 1840,
"cds_end": null,
"cds_length": 2049,
"cdna_start": 2115,
"cdna_end": null,
"cdna_length": 6032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1900C>T",
"hgvs_p": "p.Gln634*",
"transcript": "ENST00000559609.5",
"protein_id": "ENSP00000453876.1",
"transcript_support_level": 2,
"aa_start": 634,
"aa_end": null,
"aa_length": 665,
"cds_start": 1900,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 2154,
"cdna_end": null,
"cdna_length": 2252,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1738C>T",
"hgvs_p": "p.Gln580*",
"transcript": "NM_001322156.2",
"protein_id": "NP_001309085.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 648,
"cds_start": 1738,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 2259,
"cdna_end": null,
"cdna_length": 6176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1666C>T",
"hgvs_p": "p.Gln556*",
"transcript": "NM_001322158.2",
"protein_id": "NP_001309087.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 624,
"cds_start": 1666,
"cds_end": null,
"cds_length": 1875,
"cdna_start": 2187,
"cdna_end": null,
"cdna_length": 6104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1402C>T",
"hgvs_p": "p.Gln468*",
"transcript": "NM_001306219.3",
"protein_id": "NP_001293148.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 536,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1494,
"cdna_end": null,
"cdna_length": 5411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1330C>T",
"hgvs_p": "p.Gln444*",
"transcript": "NM_207040.2",
"protein_id": "NP_996923.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 512,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1422,
"cdna_end": null,
"cdna_length": 5339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Gln419*",
"transcript": "NM_001322154.2",
"protein_id": "NP_001309083.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 487,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 2192,
"cdna_end": null,
"cdna_length": 6109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1132C>T",
"hgvs_p": "p.Gln378*",
"transcript": "NM_001306220.3",
"protein_id": "NP_001293149.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 446,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1282,
"cdna_end": null,
"cdna_length": 5199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1132C>T",
"hgvs_p": "p.Gln378*",
"transcript": "ENST00000537840.5",
"protein_id": "ENSP00000444696.1",
"transcript_support_level": 2,
"aa_start": 378,
"aa_end": null,
"aa_length": 446,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 1277,
"cdna_end": null,
"cdna_length": 1598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.811C>T",
"hgvs_p": "p.Gln271*",
"transcript": "ENST00000559703.1",
"protein_id": "ENSP00000454102.1",
"transcript_support_level": 5,
"aa_start": 271,
"aa_end": null,
"aa_length": 339,
"cds_start": 811,
"cds_end": null,
"cds_length": 1020,
"cdna_start": 836,
"cdna_end": null,
"cdna_length": 1544,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.742C>T",
"hgvs_p": "p.Gln248*",
"transcript": "ENST00000559710.5",
"protein_id": "ENSP00000453264.1",
"transcript_support_level": 2,
"aa_start": 248,
"aa_end": null,
"aa_length": 316,
"cds_start": 742,
"cds_end": null,
"cds_length": 951,
"cdna_start": 792,
"cdna_end": null,
"cdna_length": 1314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1948C>T",
"hgvs_p": "p.Gln650*",
"transcript": "XM_011521959.4",
"protein_id": "XP_011520261.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 718,
"cds_start": 1948,
"cds_end": null,
"cds_length": 2157,
"cdna_start": 2233,
"cdna_end": null,
"cdna_length": 6150,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1948C>T",
"hgvs_p": "p.Gln650*",
"transcript": "XM_011521960.4",
"protein_id": "XP_011520262.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 718,
"cds_start": 1948,
"cds_end": null,
"cds_length": 2157,
"cdna_start": 2233,
"cdna_end": null,
"cdna_length": 2935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1945C>T",
"hgvs_p": "p.Gln649*",
"transcript": "XM_011521961.4",
"protein_id": "XP_011520263.1",
"transcript_support_level": null,
"aa_start": 649,
"aa_end": null,
"aa_length": 717,
"cds_start": 1945,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 2230,
"cdna_end": null,
"cdna_length": 6147,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1876C>T",
"hgvs_p": "p.Gln626*",
"transcript": "XM_011521962.4",
"protein_id": "XP_011520264.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 694,
"cds_start": 1876,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 2161,
"cdna_end": null,
"cdna_length": 6078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1876C>T",
"hgvs_p": "p.Gln626*",
"transcript": "XM_047432971.1",
"protein_id": "XP_047288927.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 694,
"cds_start": 1876,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 2161,
"cdna_end": null,
"cdna_length": 2863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1873C>T",
"hgvs_p": "p.Gln625*",
"transcript": "XM_011521963.4",
"protein_id": "XP_011520265.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 693,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 2158,
"cdna_end": null,
"cdna_length": 6075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1873C>T",
"hgvs_p": "p.Gln625*",
"transcript": "XM_047432972.1",
"protein_id": "XP_047288928.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 693,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 2158,
"cdna_end": null,
"cdna_length": 2860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1837C>T",
"hgvs_p": "p.Gln613*",
"transcript": "XM_017022520.3",
"protein_id": "XP_016878009.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 681,
"cds_start": 1837,
"cds_end": null,
"cds_length": 2046,
"cdna_start": 2122,
"cdna_end": null,
"cdna_length": 6039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1837C>T",
"hgvs_p": "p.Gln613*",
"transcript": "XM_047432973.1",
"protein_id": "XP_047288929.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 681,
"cds_start": 1837,
"cds_end": null,
"cds_length": 2046,
"cdna_start": 2122,
"cdna_end": null,
"cdna_length": 2824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1399C>T",
"hgvs_p": "p.Gln467*",
"transcript": "XM_047432974.1",
"protein_id": "XP_047288930.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 535,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 1491,
"cdna_end": null,
"cdna_length": 5408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1330C>T",
"hgvs_p": "p.Gln444*",
"transcript": "XM_047432975.1",
"protein_id": "XP_047288931.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 512,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1422,
"cdna_end": null,
"cdna_length": 2124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1327C>T",
"hgvs_p": "p.Gln443*",
"transcript": "XM_011521969.2",
"protein_id": "XP_011520271.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 511,
"cds_start": 1327,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1419,
"cdna_end": null,
"cdna_length": 5336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1327C>T",
"hgvs_p": "p.Gln443*",
"transcript": "XM_047432976.1",
"protein_id": "XP_047288932.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 511,
"cds_start": 1327,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1419,
"cdna_end": null,
"cdna_length": 2121,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1264C>T",
"hgvs_p": "p.Gln422*",
"transcript": "XM_047432977.1",
"protein_id": "XP_047288933.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 490,
"cds_start": 1264,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 1382,
"cdna_end": null,
"cdna_length": 5299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1204C>T",
"hgvs_p": "p.Gln402*",
"transcript": "XM_011521966.3",
"protein_id": "XP_011520268.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 470,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 1354,
"cdna_end": null,
"cdna_length": 5271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "c.1192C>T",
"hgvs_p": "p.Gln398*",
"transcript": "XM_047432978.1",
"protein_id": "XP_047288934.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 466,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1401,
"cdna_start": 1304,
"cdna_end": null,
"cdna_length": 5221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "n.835C>T",
"hgvs_p": null,
"transcript": "ENST00000561420.5",
"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": 837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"hgvs_c": "n.*32C>T",
"hgvs_p": null,
"transcript": "ENST00000561449.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 914,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TCF12",
"gene_hgnc_id": 11623,
"dbsnp": "rs886037641",
"frequency_reference_population": 6.8404785e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84048e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6499999761581421,
"computational_prediction_selected": "Pathogenic",
"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.65,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.805,
"phylop100way_prediction": "Pathogenic",
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PVS1",
"PM2"
],
"verdict": "Pathogenic",
"transcript": "ENST00000333725.10",
"gene_symbol": "TCF12",
"hgnc_id": 11623,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1912C>T",
"hgvs_p": "p.Gln638*"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}