← 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: 10-125008303-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=125008303&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 125008303,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "NM_022802.3",
"consequences": [
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "NM_001329.4",
"protein_id": "NP_001320.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000337195.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000337195.11",
"protein_id": "ENSP00000338615.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001329.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000337195.11"
},
{
"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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.1679-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000309035.11",
"protein_id": "ENSP00000311825.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 985,
"cds_start": null,
"cds_end": null,
"cds_length": 2958,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000309035.11"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000411419.7",
"protein_id": "ENSP00000410474.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000411419.7"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000494626.6",
"protein_id": "ENSP00000436285.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000494626.6"
},
{
"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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.1679-4811A>G",
"hgvs_p": null,
"transcript": "NM_022802.3",
"protein_id": "NP_073713.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 985,
"cds_start": null,
"cds_end": null,
"cds_length": 2958,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022802.3"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.314-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904093.1",
"protein_id": "ENSP00000574152.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 530,
"cds_start": null,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904093.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "NM_001083914.3",
"protein_id": "NP_001077383.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001083914.3"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "NM_001290214.3",
"protein_id": "NP_001277143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290214.3"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "NM_001290215.3",
"protein_id": "NP_001277144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290215.3"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "NM_001321012.2",
"protein_id": "NP_001307941.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321012.2"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "NM_001321013.2",
"protein_id": "NP_001307942.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321013.2"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "NM_001321014.2",
"protein_id": "NP_001307943.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321014.2"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000531469.5",
"protein_id": "ENSP00000434630.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531469.5"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904058.1",
"protein_id": "ENSP00000574117.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904058.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904059.1",
"protein_id": "ENSP00000574118.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904059.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904060.1",
"protein_id": "ENSP00000574119.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904060.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904061.1",
"protein_id": "ENSP00000574120.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904061.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904062.1",
"protein_id": "ENSP00000574121.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904062.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904063.1",
"protein_id": "ENSP00000574122.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904063.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904064.1",
"protein_id": "ENSP00000574123.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904064.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904065.1",
"protein_id": "ENSP00000574124.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904065.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904066.1",
"protein_id": "ENSP00000574125.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904066.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904067.1",
"protein_id": "ENSP00000574126.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904067.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904068.1",
"protein_id": "ENSP00000574127.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904068.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904069.1",
"protein_id": "ENSP00000574128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904069.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904070.1",
"protein_id": "ENSP00000574129.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904070.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904071.1",
"protein_id": "ENSP00000574130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904071.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904072.1",
"protein_id": "ENSP00000574131.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904072.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904073.1",
"protein_id": "ENSP00000574132.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904073.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904074.1",
"protein_id": "ENSP00000574133.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904074.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904075.1",
"protein_id": "ENSP00000574134.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904075.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904076.1",
"protein_id": "ENSP00000574135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904076.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904077.1",
"protein_id": "ENSP00000574136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904077.1"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904078.1",
"protein_id": "ENSP00000574137.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904078.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904079.1",
"protein_id": "ENSP00000574138.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904079.1"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904080.1",
"protein_id": "ENSP00000574139.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904080.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904081.1",
"protein_id": "ENSP00000574140.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904081.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904082.1",
"protein_id": "ENSP00000574141.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904082.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904083.1",
"protein_id": "ENSP00000574142.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904083.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904084.1",
"protein_id": "ENSP00000574143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904084.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904085.1",
"protein_id": "ENSP00000574144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904085.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904086.1",
"protein_id": "ENSP00000574145.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904086.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904087.1",
"protein_id": "ENSP00000574146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904087.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904088.1",
"protein_id": "ENSP00000574147.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904088.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904089.1",
"protein_id": "ENSP00000574148.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904089.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904090.1",
"protein_id": "ENSP00000574149.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904090.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904091.1",
"protein_id": "ENSP00000574150.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904091.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904092.1",
"protein_id": "ENSP00000574151.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904092.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904094.1",
"protein_id": "ENSP00000574153.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904094.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904095.1",
"protein_id": "ENSP00000574154.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904095.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904096.1",
"protein_id": "ENSP00000574155.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904096.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904097.1",
"protein_id": "ENSP00000574156.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904097.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904098.1",
"protein_id": "ENSP00000574157.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904098.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904099.1",
"protein_id": "ENSP00000574158.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904099.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904100.1",
"protein_id": "ENSP00000574159.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904100.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904101.1",
"protein_id": "ENSP00000574160.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904101.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904102.1",
"protein_id": "ENSP00000574161.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904102.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904103.1",
"protein_id": "ENSP00000574162.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904103.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904104.1",
"protein_id": "ENSP00000574163.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904104.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904105.1",
"protein_id": "ENSP00000574164.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904105.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904106.1",
"protein_id": "ENSP00000574165.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904106.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904107.1",
"protein_id": "ENSP00000574166.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904107.1"
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904108.1",
"protein_id": "ENSP00000574167.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904108.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904109.1",
"protein_id": "ENSP00000574168.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904109.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904110.1",
"protein_id": "ENSP00000574169.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904110.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904111.1",
"protein_id": "ENSP00000574170.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904111.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904112.1",
"protein_id": "ENSP00000574171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904112.1"
},
{
"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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000904113.1",
"protein_id": "ENSP00000574172.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904113.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927613.1",
"protein_id": "ENSP00000597672.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927613.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927614.1",
"protein_id": "ENSP00000597673.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927614.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927615.1",
"protein_id": "ENSP00000597674.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927615.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927616.1",
"protein_id": "ENSP00000597675.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927616.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927617.1",
"protein_id": "ENSP00000597676.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927617.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927618.1",
"protein_id": "ENSP00000597677.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927618.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927619.1",
"protein_id": "ENSP00000597678.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927619.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927620.1",
"protein_id": "ENSP00000597679.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927620.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927621.1",
"protein_id": "ENSP00000597680.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927621.1"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927622.1",
"protein_id": "ENSP00000597681.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927622.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927623.1",
"protein_id": "ENSP00000597682.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927623.1"
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927624.1",
"protein_id": "ENSP00000597683.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927624.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927625.1",
"protein_id": "ENSP00000597684.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927625.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927626.1",
"protein_id": "ENSP00000597685.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927626.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927628.1",
"protein_id": "ENSP00000597687.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927628.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927629.1",
"protein_id": "ENSP00000597688.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927629.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927630.1",
"protein_id": "ENSP00000597689.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927630.1"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927631.1",
"protein_id": "ENSP00000597690.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927631.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927632.1",
"protein_id": "ENSP00000597691.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927632.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927633.1",
"protein_id": "ENSP00000597692.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927633.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927634.1",
"protein_id": "ENSP00000597693.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927634.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927635.1",
"protein_id": "ENSP00000597694.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927635.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927636.1",
"protein_id": "ENSP00000597695.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927636.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927637.1",
"protein_id": "ENSP00000597696.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927637.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927638.1",
"protein_id": "ENSP00000597697.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927638.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927639.1",
"protein_id": "ENSP00000597698.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927639.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927640.1",
"protein_id": "ENSP00000597699.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927640.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927641.1",
"protein_id": "ENSP00000597700.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927641.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927642.1",
"protein_id": "ENSP00000597701.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927642.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927643.1",
"protein_id": "ENSP00000597702.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927643.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927644.1",
"protein_id": "ENSP00000597703.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927644.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966923.1",
"protein_id": "ENSP00000636982.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966923.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966924.1",
"protein_id": "ENSP00000636983.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966924.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966925.1",
"protein_id": "ENSP00000636984.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966925.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966926.1",
"protein_id": "ENSP00000636985.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966926.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966927.1",
"protein_id": "ENSP00000636986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966927.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966928.1",
"protein_id": "ENSP00000636987.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966928.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966929.1",
"protein_id": "ENSP00000636988.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966929.1"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966930.1",
"protein_id": "ENSP00000636989.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966930.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966931.1",
"protein_id": "ENSP00000636990.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966931.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966932.1",
"protein_id": "ENSP00000636991.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966932.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966933.1",
"protein_id": "ENSP00000636992.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966933.1"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966934.1",
"protein_id": "ENSP00000636993.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966934.1"
},
{
"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": 6,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966935.1",
"protein_id": "ENSP00000636994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966935.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966936.1",
"protein_id": "ENSP00000636995.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966936.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966937.1",
"protein_id": "ENSP00000636996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966937.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966938.1",
"protein_id": "ENSP00000636997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966938.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966939.1",
"protein_id": "ENSP00000636998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966939.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966940.1",
"protein_id": "ENSP00000636999.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966940.1"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966941.1",
"protein_id": "ENSP00000637000.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966941.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966942.1",
"protein_id": "ENSP00000637001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966942.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966943.1",
"protein_id": "ENSP00000637002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966943.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966944.1",
"protein_id": "ENSP00000637003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966944.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966945.1",
"protein_id": "ENSP00000637004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966945.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966946.1",
"protein_id": "ENSP00000637005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966946.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966947.1",
"protein_id": "ENSP00000637006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966947.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966948.1",
"protein_id": "ENSP00000637007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966948.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000966949.1",
"protein_id": "ENSP00000637008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966949.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000927627.1",
"protein_id": "ENSP00000597686.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 441,
"cds_start": null,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927627.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_005269567.4",
"protein_id": "XP_005269624.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269567.4"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_011539355.3",
"protein_id": "XP_011537657.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539355.3"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_024447830.2",
"protein_id": "XP_024303598.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447830.2"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424664.1",
"protein_id": "XP_047280620.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424664.1"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424665.1",
"protein_id": "XP_047280621.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424665.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424666.1",
"protein_id": "XP_047280622.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424666.1"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424667.1",
"protein_id": "XP_047280623.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424667.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424668.1",
"protein_id": "XP_047280624.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424668.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424669.1",
"protein_id": "XP_047280625.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424669.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424670.1",
"protein_id": "XP_047280626.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424670.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424671.1",
"protein_id": "XP_047280627.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424671.1"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424672.1",
"protein_id": "XP_047280628.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424672.1"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424673.1",
"protein_id": "XP_047280629.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424673.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424674.1",
"protein_id": "XP_047280630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424674.1"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424675.1",
"protein_id": "XP_047280631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424675.1"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424676.1",
"protein_id": "XP_047280632.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424676.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424677.1",
"protein_id": "XP_047280633.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424677.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.59-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424678.1",
"protein_id": "XP_047280634.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424678.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.-17-4811A>G",
"hgvs_p": null,
"transcript": "XM_011539358.3",
"protein_id": "XP_011537660.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": null,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539358.3"
},
{
"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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "c.-17-4811A>G",
"hgvs_p": null,
"transcript": "XM_047424679.1",
"protein_id": "XP_047280635.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": null,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424679.1"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "n.449-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000460976.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000460976.5"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"hgvs_c": "n.72-4811A>G",
"hgvs_p": null,
"transcript": "ENST00000493552.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000493552.1"
}
],
"gene_symbol": "CTBP2",
"gene_hgnc_id": 2495,
"dbsnp": "rs4962416",
"frequency_reference_population": 0.22826216,
"hom_count_reference_population": 4414,
"allele_count_reference_population": 34731,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.228262,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 34731,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 4414,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -1.0099999904632568,
"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": -1.01,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.084,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_022802.3",
"gene_symbol": "CTBP2",
"hgnc_id": 2495,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1679-4811A>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
}