← 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-95451979-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=95451979&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 95451979,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_001384452.1",
"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": 33,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001034954.3",
"protein_id": "NP_001030126.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1292,
"cds_start": null,
"cds_end": null,
"cds_length": 3879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000371247.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001034954.3"
},
{
"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": 33,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000371247.7",
"protein_id": "ENSP00000360293.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1292,
"cds_start": null,
"cds_end": null,
"cds_length": 3879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001034954.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371247.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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000371227.8",
"protein_id": "ENSP00000360271.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1266,
"cds_start": null,
"cds_end": null,
"cds_length": 3801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371227.8"
},
{
"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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000371249.6",
"protein_id": "ENSP00000360295.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": null,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371249.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000306402.10",
"protein_id": "ENSP00000302556.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 781,
"cds_start": null,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000306402.10"
},
{
"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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954445.1",
"protein_id": "ENSP00000624504.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1671,
"cds_start": null,
"cds_end": null,
"cds_length": 5016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954445.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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384452.1",
"protein_id": "NP_001371381.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1628,
"cds_start": null,
"cds_end": null,
"cds_length": 4887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384452.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384448.1",
"protein_id": "NP_001371377.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1619,
"cds_start": null,
"cds_end": null,
"cds_length": 4860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384448.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000649575.2",
"protein_id": "ENSP00000497106.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1619,
"cds_start": null,
"cds_end": null,
"cds_length": 4860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649575.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384447.1",
"protein_id": "NP_001371376.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1606,
"cds_start": null,
"cds_end": null,
"cds_length": 4821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384447.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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384449.1",
"protein_id": "NP_001371378.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1584,
"cds_start": null,
"cds_end": null,
"cds_length": 4755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384449.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384450.1",
"protein_id": "NP_001371379.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1562,
"cds_start": null,
"cds_end": null,
"cds_length": 4689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384450.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": 34,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901949.1",
"protein_id": "ENSP00000572008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1530,
"cds_start": null,
"cds_end": null,
"cds_length": 4593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901949.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": 33,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901978.1",
"protein_id": "ENSP00000572037.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1518,
"cds_start": null,
"cds_end": null,
"cds_length": 4557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901978.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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954458.1",
"protein_id": "ENSP00000624517.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1476,
"cds_start": null,
"cds_end": null,
"cds_length": 4431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954458.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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954447.1",
"protein_id": "ENSP00000624506.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1433,
"cds_start": null,
"cds_end": null,
"cds_length": 4302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954447.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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954450.1",
"protein_id": "ENSP00000624509.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1418,
"cds_start": null,
"cds_end": null,
"cds_length": 4257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954450.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": 34,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902071.1",
"protein_id": "ENSP00000572130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1356,
"cds_start": null,
"cds_end": null,
"cds_length": 4071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902071.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": 34,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901945.1",
"protein_id": "ENSP00000572004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1335,
"cds_start": null,
"cds_end": null,
"cds_length": 4008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901945.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": 33,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902052.1",
"protein_id": "ENSP00000572111.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1335,
"cds_start": null,
"cds_end": null,
"cds_length": 4008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902052.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384453.1",
"protein_id": "NP_001371382.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1326,
"cds_start": null,
"cds_end": null,
"cds_length": 3981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384453.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384454.1",
"protein_id": "NP_001371383.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1326,
"cds_start": null,
"cds_end": null,
"cds_length": 3981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384454.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": 34,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001419685.1",
"protein_id": "NP_001406614.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1312,
"cds_start": null,
"cds_end": null,
"cds_length": 3939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001419685.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384451.1",
"protein_id": "NP_001371380.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1304,
"cds_start": null,
"cds_end": null,
"cds_length": 3915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384451.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": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901929.1",
"protein_id": "ENSP00000571988.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1301,
"cds_start": null,
"cds_end": null,
"cds_length": 3906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901929.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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901990.1",
"protein_id": "ENSP00000572049.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1300,
"cds_start": null,
"cds_end": null,
"cds_length": 3903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901990.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000607232.5",
"protein_id": "ENSP00000475901.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1294,
"cds_start": null,
"cds_end": null,
"cds_length": 3885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000607232.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": 33,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001419702.1",
"protein_id": "NP_001406631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1291,
"cds_start": null,
"cds_end": null,
"cds_length": 3876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001419702.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": 33,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901953.1",
"protein_id": "ENSP00000572012.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1291,
"cds_start": null,
"cds_end": null,
"cds_length": 3876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901953.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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901943.1",
"protein_id": "ENSP00000572002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1279,
"cds_start": null,
"cds_end": null,
"cds_length": 3840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901943.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": 33,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902009.1",
"protein_id": "ENSP00000572068.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1271,
"cds_start": null,
"cds_end": null,
"cds_length": 3816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902009.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": 33,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-46+8620G>A",
"hgvs_p": null,
"transcript": "ENST00000902031.1",
"protein_id": "ENSP00000572090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1271,
"cds_start": null,
"cds_end": null,
"cds_length": 3816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902031.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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001290294.2",
"protein_id": "NP_001277223.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1266,
"cds_start": null,
"cds_end": null,
"cds_length": 3801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290294.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": 33,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901957.1",
"protein_id": "ENSP00000572016.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1256,
"cds_start": null,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901957.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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901960.1",
"protein_id": "ENSP00000572019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1256,
"cds_start": null,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901960.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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902053.1",
"protein_id": "ENSP00000572112.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1248,
"cds_start": null,
"cds_end": null,
"cds_length": 3747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902053.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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954456.1",
"protein_id": "ENSP00000624515.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1247,
"cds_start": null,
"cds_end": null,
"cds_length": 3744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954456.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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902040.1",
"protein_id": "ENSP00000572099.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1239,
"cds_start": null,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902040.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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902022.1",
"protein_id": "ENSP00000572081.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1235,
"cds_start": null,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902022.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": 30,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902039.1",
"protein_id": "ENSP00000572098.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1235,
"cds_start": null,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902039.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": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-46+8620G>A",
"hgvs_p": null,
"transcript": "ENST00000901961.1",
"protein_id": "ENSP00000572020.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1215,
"cds_start": null,
"cds_end": null,
"cds_length": 3648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901961.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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902008.1",
"protein_id": "ENSP00000572067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1215,
"cds_start": null,
"cds_end": null,
"cds_length": 3648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902008.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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901958.1",
"protein_id": "ENSP00000572017.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1211,
"cds_start": null,
"cds_end": null,
"cds_length": 3636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901958.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902021.1",
"protein_id": "ENSP00000572080.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1205,
"cds_start": null,
"cds_end": null,
"cds_length": 3618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902021.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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901982.1",
"protein_id": "ENSP00000572041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1203,
"cds_start": null,
"cds_end": null,
"cds_length": 3612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901982.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901950.1",
"protein_id": "ENSP00000572009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1173,
"cds_start": null,
"cds_end": null,
"cds_length": 3522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901950.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902042.1",
"protein_id": "ENSP00000572101.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1164,
"cds_start": null,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902042.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902006.1",
"protein_id": "ENSP00000572065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1161,
"cds_start": null,
"cds_end": null,
"cds_length": 3486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902006.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902001.1",
"protein_id": "ENSP00000572060.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1155,
"cds_start": null,
"cds_end": null,
"cds_length": 3468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902001.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901954.1",
"protein_id": "ENSP00000572013.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1152,
"cds_start": null,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901954.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": 33,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000371246.6",
"protein_id": "ENSP00000360292.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1151,
"cds_start": null,
"cds_end": null,
"cds_length": 3456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371246.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902016.1",
"protein_id": "ENSP00000572075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1150,
"cds_start": null,
"cds_end": null,
"cds_length": 3453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902016.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902024.1",
"protein_id": "ENSP00000572083.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1143,
"cds_start": null,
"cds_end": null,
"cds_length": 3432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902024.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901915.1",
"protein_id": "ENSP00000571974.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1134,
"cds_start": null,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901915.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901951.1",
"protein_id": "ENSP00000572010.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1132,
"cds_start": null,
"cds_end": null,
"cds_length": 3399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901951.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902020.1",
"protein_id": "ENSP00000572079.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1131,
"cds_start": null,
"cds_end": null,
"cds_length": 3396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902020.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": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902019.1",
"protein_id": "ENSP00000572078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1125,
"cds_start": null,
"cds_end": null,
"cds_length": 3378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902019.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": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901989.1",
"protein_id": "ENSP00000572048.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1123,
"cds_start": null,
"cds_end": null,
"cds_length": 3372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901989.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902013.1",
"protein_id": "ENSP00000572072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1123,
"cds_start": null,
"cds_end": null,
"cds_length": 3372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902013.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902064.1",
"protein_id": "ENSP00000572123.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1122,
"cds_start": null,
"cds_end": null,
"cds_length": 3369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902064.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901984.1",
"protein_id": "ENSP00000572043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1113,
"cds_start": null,
"cds_end": null,
"cds_length": 3342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901984.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901947.1",
"protein_id": "ENSP00000572006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1111,
"cds_start": null,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901947.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": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901952.1",
"protein_id": "ENSP00000572011.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1111,
"cds_start": null,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901952.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": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901964.1",
"protein_id": "ENSP00000572023.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1111,
"cds_start": null,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901964.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": 29,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-46+8620G>A",
"hgvs_p": null,
"transcript": "ENST00000901991.1",
"protein_id": "ENSP00000572050.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1111,
"cds_start": null,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901991.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": 29,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901993.1",
"protein_id": "ENSP00000572052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1111,
"cds_start": null,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901993.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901981.1",
"protein_id": "ENSP00000572040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1103,
"cds_start": null,
"cds_end": null,
"cds_length": 3312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901981.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901935.1",
"protein_id": "ENSP00000571994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1102,
"cds_start": null,
"cds_end": null,
"cds_length": 3309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901935.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901983.1",
"protein_id": "ENSP00000572042.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1102,
"cds_start": null,
"cds_end": null,
"cds_length": 3309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901983.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902070.1",
"protein_id": "ENSP00000572129.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1102,
"cds_start": null,
"cds_end": null,
"cds_length": 3309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902070.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901969.1",
"protein_id": "ENSP00000572028.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1098,
"cds_start": null,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901969.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902002.1",
"protein_id": "ENSP00000572061.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1090,
"cds_start": null,
"cds_end": null,
"cds_length": 3273,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902002.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": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901920.1",
"protein_id": "ENSP00000571979.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1083,
"cds_start": null,
"cds_end": null,
"cds_length": 3252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901920.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901999.1",
"protein_id": "ENSP00000572058.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1083,
"cds_start": null,
"cds_end": null,
"cds_length": 3252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901999.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901973.1",
"protein_id": "ENSP00000572032.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1074,
"cds_start": null,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901973.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901933.1",
"protein_id": "ENSP00000571992.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1055,
"cds_start": null,
"cds_end": null,
"cds_length": 3168,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901933.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": 33,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954459.1",
"protein_id": "ENSP00000624518.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1054,
"cds_start": null,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954459.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901979.1",
"protein_id": "ENSP00000572038.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1046,
"cds_start": null,
"cds_end": null,
"cds_length": 3141,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901979.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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901934.1",
"protein_id": "ENSP00000571993.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1033,
"cds_start": null,
"cds_end": null,
"cds_length": 3102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901934.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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001419704.1",
"protein_id": "NP_001406633.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1027,
"cds_start": null,
"cds_end": null,
"cds_length": 3084,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001419704.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901986.1",
"protein_id": "ENSP00000572045.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1022,
"cds_start": null,
"cds_end": null,
"cds_length": 3069,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901986.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": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902032.1",
"protein_id": "ENSP00000572091.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1022,
"cds_start": null,
"cds_end": null,
"cds_length": 3069,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902032.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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902044.1",
"protein_id": "ENSP00000572103.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1017,
"cds_start": null,
"cds_end": null,
"cds_length": 3054,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902044.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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901968.1",
"protein_id": "ENSP00000572027.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1013,
"cds_start": null,
"cds_end": null,
"cds_length": 3042,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901968.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901994.1",
"protein_id": "ENSP00000572053.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 999,
"cds_start": null,
"cds_end": null,
"cds_length": 3000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901994.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": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-46+8624G>A",
"hgvs_p": null,
"transcript": "ENST00000954451.1",
"protein_id": "ENSP00000624510.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 999,
"cds_start": null,
"cds_end": null,
"cds_length": 3000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954451.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": 32,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-46+8620G>A",
"hgvs_p": null,
"transcript": "NM_001419703.1",
"protein_id": "NP_001406632.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 998,
"cds_start": null,
"cds_end": null,
"cds_length": 2997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001419703.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901975.1",
"protein_id": "ENSP00000572034.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 990,
"cds_start": null,
"cds_end": null,
"cds_length": 2973,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901975.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901965.1",
"protein_id": "ENSP00000572024.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 959,
"cds_start": null,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901965.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902043.1",
"protein_id": "ENSP00000572102.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 954,
"cds_start": null,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902043.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001377197.1",
"protein_id": "NP_001364126.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 948,
"cds_start": null,
"cds_end": null,
"cds_length": 2847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377197.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901977.1",
"protein_id": "ENSP00000572036.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 943,
"cds_start": null,
"cds_end": null,
"cds_length": 2832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901977.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": 28,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902049.1",
"protein_id": "ENSP00000572108.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 934,
"cds_start": null,
"cds_end": null,
"cds_length": 2805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902049.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902060.1",
"protein_id": "ENSP00000572119.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 934,
"cds_start": null,
"cds_end": null,
"cds_length": 2805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902060.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901997.1",
"protein_id": "ENSP00000572056.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 929,
"cds_start": null,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901997.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001377198.1",
"protein_id": "NP_001364127.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 925,
"cds_start": null,
"cds_end": null,
"cds_length": 2778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377198.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901976.1",
"protein_id": "ENSP00000572035.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 925,
"cds_start": null,
"cds_end": null,
"cds_length": 2778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901976.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902059.1",
"protein_id": "ENSP00000572118.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 925,
"cds_start": null,
"cds_end": null,
"cds_length": 2778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902059.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902000.1",
"protein_id": "ENSP00000572059.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 922,
"cds_start": null,
"cds_end": null,
"cds_length": 2769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902000.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954462.1",
"protein_id": "ENSP00000624521.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 919,
"cds_start": null,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954462.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": 27,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902072.1",
"protein_id": "ENSP00000572131.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 918,
"cds_start": null,
"cds_end": null,
"cds_length": 2757,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902072.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902051.1",
"protein_id": "ENSP00000572110.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 916,
"cds_start": null,
"cds_end": null,
"cds_length": 2751,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902051.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901980.1",
"protein_id": "ENSP00000572039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 915,
"cds_start": null,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901980.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902027.1",
"protein_id": "ENSP00000572086.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 913,
"cds_start": null,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902027.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": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902050.1",
"protein_id": "ENSP00000572109.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 913,
"cds_start": null,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902050.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901944.1",
"protein_id": "ENSP00000572003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 909,
"cds_start": null,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901944.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001377199.1",
"protein_id": "NP_001364128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 904,
"cds_start": null,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377199.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": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901918.1",
"protein_id": "ENSP00000571977.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 904,
"cds_start": null,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901918.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901930.1",
"protein_id": "ENSP00000571989.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 904,
"cds_start": null,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901930.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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384458.1",
"protein_id": "NP_001371387.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 901,
"cds_start": null,
"cds_end": null,
"cds_length": 2706,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384458.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001377200.1",
"protein_id": "NP_001364129.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 900,
"cds_start": null,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377200.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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384459.1",
"protein_id": "NP_001371388.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 898,
"cds_start": null,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384459.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954460.1",
"protein_id": "ENSP00000624519.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 897,
"cds_start": null,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954460.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001377201.1",
"protein_id": "NP_001364130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 895,
"cds_start": null,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377201.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901940.1",
"protein_id": "ENSP00000571999.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 895,
"cds_start": null,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901940.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954457.1",
"protein_id": "ENSP00000624516.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 895,
"cds_start": null,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954457.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901972.1",
"protein_id": "ENSP00000572031.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 893,
"cds_start": null,
"cds_end": null,
"cds_length": 2682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901972.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": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-46+8620G>A",
"hgvs_p": null,
"transcript": "ENST00000954446.1",
"protein_id": "ENSP00000624505.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 893,
"cds_start": null,
"cds_end": null,
"cds_length": 2682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954446.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902062.1",
"protein_id": "ENSP00000572121.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 892,
"cds_start": null,
"cds_end": null,
"cds_length": 2679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902062.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902034.1",
"protein_id": "ENSP00000572093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 885,
"cds_start": null,
"cds_end": null,
"cds_length": 2658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902034.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901962.1",
"protein_id": "ENSP00000572021.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 884,
"cds_start": null,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901962.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901967.1",
"protein_id": "ENSP00000572026.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 884,
"cds_start": null,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901967.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919484.1",
"protein_id": "ENSP00000589543.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 883,
"cds_start": null,
"cds_end": null,
"cds_length": 2652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919484.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384460.1",
"protein_id": "NP_001371389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 877,
"cds_start": null,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384460.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902012.1",
"protein_id": "ENSP00000572071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 876,
"cds_start": null,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902012.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901916.1",
"protein_id": "ENSP00000571975.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901916.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901927.1",
"protein_id": "ENSP00000571986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901927.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-46+8620G>A",
"hgvs_p": null,
"transcript": "ENST00000901931.1",
"protein_id": "ENSP00000571990.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901931.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902003.1",
"protein_id": "ENSP00000572062.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902003.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-148-1496G>A",
"hgvs_p": null,
"transcript": "ENST00000902015.1",
"protein_id": "ENSP00000572074.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902015.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902066.1",
"protein_id": "ENSP00000572125.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902066.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902068.1",
"protein_id": "ENSP00000572127.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902068.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902069.1",
"protein_id": "ENSP00000572128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902069.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919476.1",
"protein_id": "ENSP00000589535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919476.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001377202.1",
"protein_id": "NP_001364131.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 863,
"cds_start": null,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377202.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901926.1",
"protein_id": "ENSP00000571985.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 863,
"cds_start": null,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901926.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901942.1",
"protein_id": "ENSP00000572001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 863,
"cds_start": null,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901942.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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902025.1",
"protein_id": "ENSP00000572084.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 863,
"cds_start": null,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902025.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": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902037.1",
"protein_id": "ENSP00000572096.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 863,
"cds_start": null,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902037.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902063.1",
"protein_id": "ENSP00000572122.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 863,
"cds_start": null,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902063.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902056.1",
"protein_id": "ENSP00000572115.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 862,
"cds_start": null,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902056.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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902075.1",
"protein_id": "ENSP00000572134.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 862,
"cds_start": null,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902075.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-46+8620G>A",
"hgvs_p": null,
"transcript": "ENST00000919489.1",
"protein_id": "ENSP00000589548.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 859,
"cds_start": null,
"cds_end": null,
"cds_length": 2580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919489.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": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000649911.2",
"protein_id": "ENSP00000497554.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 855,
"cds_start": null,
"cds_end": null,
"cds_length": 2568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649911.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901955.1",
"protein_id": "ENSP00000572014.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 853,
"cds_start": null,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901955.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": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954453.1",
"protein_id": "ENSP00000624512.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 853,
"cds_start": null,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954453.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919488.1",
"protein_id": "ENSP00000589547.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 848,
"cds_start": null,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919488.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001290298.3",
"protein_id": "NP_001277227.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290298.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384461.1",
"protein_id": "NP_001371390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 845,
"cds_start": null,
"cds_end": null,
"cds_length": 2538,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384461.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901987.1",
"protein_id": "ENSP00000572046.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 844,
"cds_start": null,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901987.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901917.1",
"protein_id": "ENSP00000571976.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 841,
"cds_start": null,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901917.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384462.1",
"protein_id": "NP_001371391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 836,
"cds_start": null,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384462.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919475.1",
"protein_id": "ENSP00000589534.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 836,
"cds_start": null,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919475.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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919487.1",
"protein_id": "ENSP00000589546.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 835,
"cds_start": null,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919487.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919490.1",
"protein_id": "ENSP00000589549.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 835,
"cds_start": null,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919490.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001377203.1",
"protein_id": "NP_001364132.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 834,
"cds_start": null,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377203.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001377204.1",
"protein_id": "NP_001364133.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 833,
"cds_start": null,
"cds_end": null,
"cds_length": 2502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377204.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384465.1",
"protein_id": "NP_001371394.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 833,
"cds_start": null,
"cds_end": null,
"cds_length": 2502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384465.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954455.1",
"protein_id": "ENSP00000624514.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 833,
"cds_start": null,
"cds_end": null,
"cds_length": 2502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954455.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901998.1",
"protein_id": "ENSP00000572057.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 827,
"cds_start": null,
"cds_end": null,
"cds_length": 2484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901998.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919477.1",
"protein_id": "ENSP00000589536.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 827,
"cds_start": null,
"cds_end": null,
"cds_length": 2484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919477.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919494.1",
"protein_id": "ENSP00000589553.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 827,
"cds_start": null,
"cds_end": null,
"cds_length": 2484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919494.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001377205.1",
"protein_id": "NP_001364134.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 825,
"cds_start": null,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377205.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902030.1",
"protein_id": "ENSP00000572089.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": null,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902030.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_015385.4",
"protein_id": "NP_056200.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": null,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015385.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901956.1",
"protein_id": "ENSP00000572015.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": null,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901956.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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919479.1",
"protein_id": "ENSP00000589538.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": null,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919479.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-46+8620G>A",
"hgvs_p": null,
"transcript": "ENST00000919486.1",
"protein_id": "ENSP00000589545.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": null,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919486.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901941.1",
"protein_id": "ENSP00000572000.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 815,
"cds_start": null,
"cds_end": null,
"cds_length": 2448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901941.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902055.1",
"protein_id": "ENSP00000572114.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 815,
"cds_start": null,
"cds_end": null,
"cds_length": 2448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902055.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001290297.3",
"protein_id": "NP_001277226.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 811,
"cds_start": null,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290297.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": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384455.1",
"protein_id": "NP_001371384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 811,
"cds_start": null,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384455.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": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384456.1",
"protein_id": "NP_001371385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 811,
"cds_start": null,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384456.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": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384457.1",
"protein_id": "NP_001371386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 811,
"cds_start": null,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384457.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001377206.1",
"protein_id": "NP_001364135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 809,
"cds_start": null,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377206.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902007.1",
"protein_id": "ENSP00000572066.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 808,
"cds_start": null,
"cds_end": null,
"cds_length": 2427,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902007.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901925.1",
"protein_id": "ENSP00000571984.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 807,
"cds_start": null,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901925.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": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901992.1",
"protein_id": "ENSP00000572051.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 807,
"cds_start": null,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901992.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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902029.1",
"protein_id": "ENSP00000572088.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 807,
"cds_start": null,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902029.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-35-10809G>A",
"hgvs_p": null,
"transcript": "ENST00000919485.1",
"protein_id": "ENSP00000589544.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 807,
"cds_start": null,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919485.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902010.1",
"protein_id": "ENSP00000572069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 806,
"cds_start": null,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902010.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919480.1",
"protein_id": "ENSP00000589539.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 806,
"cds_start": null,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919480.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001377207.1",
"protein_id": "NP_001364136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 802,
"cds_start": null,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377207.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901963.1",
"protein_id": "ENSP00000572022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 799,
"cds_start": null,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901963.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902041.1",
"protein_id": "ENSP00000572100.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902041.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": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919478.1",
"protein_id": "ENSP00000589537.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919478.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": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919483.1",
"protein_id": "ENSP00000589542.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919483.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": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902054.1",
"protein_id": "ENSP00000572113.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 795,
"cds_start": null,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902054.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902005.1",
"protein_id": "ENSP00000572064.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 794,
"cds_start": null,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902005.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901988.1",
"protein_id": "ENSP00000572047.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 792,
"cds_start": null,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901988.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": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954452.1",
"protein_id": "ENSP00000624511.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 792,
"cds_start": null,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954452.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902014.1",
"protein_id": "ENSP00000572073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 790,
"cds_start": null,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902014.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902046.1",
"protein_id": "ENSP00000572105.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 785,
"cds_start": null,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902046.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901923.1",
"protein_id": "ENSP00000571982.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 783,
"cds_start": null,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901923.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902026.1",
"protein_id": "ENSP00000572085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 783,
"cds_start": null,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902026.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902038.1",
"protein_id": "ENSP00000572097.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 783,
"cds_start": null,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902038.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_024991.3",
"protein_id": "NP_079267.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 781,
"cds_start": null,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024991.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901937.1",
"protein_id": "ENSP00000571996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 781,
"cds_start": null,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901937.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001377208.1",
"protein_id": "NP_001364137.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 778,
"cds_start": null,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377208.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001377209.1",
"protein_id": "NP_001364138.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 777,
"cds_start": null,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377209.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901946.1",
"protein_id": "ENSP00000572005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 777,
"cds_start": null,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901946.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901995.1",
"protein_id": "ENSP00000572054.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 776,
"cds_start": null,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901995.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902057.1",
"protein_id": "ENSP00000572116.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 774,
"cds_start": null,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902057.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901936.1",
"protein_id": "ENSP00000571995.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 772,
"cds_start": null,
"cds_end": null,
"cds_length": 2319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901936.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902047.1",
"protein_id": "ENSP00000572106.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 772,
"cds_start": null,
"cds_end": null,
"cds_length": 2319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902047.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954461.1",
"protein_id": "ENSP00000624520.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 771,
"cds_start": null,
"cds_end": null,
"cds_length": 2316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954461.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902035.1",
"protein_id": "ENSP00000572094.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 770,
"cds_start": null,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902035.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384463.1",
"protein_id": "NP_001371392.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 768,
"cds_start": null,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384463.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": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954454.1",
"protein_id": "ENSP00000624513.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 767,
"cds_start": null,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954454.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001384464.1",
"protein_id": "NP_001371393.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 764,
"cds_start": null,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384464.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901939.1",
"protein_id": "ENSP00000571998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 760,
"cds_start": null,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901939.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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901966.1",
"protein_id": "ENSP00000572025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 760,
"cds_start": null,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901966.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901974.1",
"protein_id": "ENSP00000572033.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 760,
"cds_start": null,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901974.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902033.1",
"protein_id": "ENSP00000572092.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 757,
"cds_start": null,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902033.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901959.1",
"protein_id": "ENSP00000572018.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 753,
"cds_start": null,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901959.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901938.1",
"protein_id": "ENSP00000571997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": null,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901938.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902036.1",
"protein_id": "ENSP00000572095.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": null,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902036.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001290295.2",
"protein_id": "NP_001277224.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 749,
"cds_start": null,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290295.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901919.1",
"protein_id": "ENSP00000571978.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 749,
"cds_start": null,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901919.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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901996.1",
"protein_id": "ENSP00000572055.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 749,
"cds_start": null,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901996.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902058.1",
"protein_id": "ENSP00000572117.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 749,
"cds_start": null,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902058.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902067.1",
"protein_id": "ENSP00000572126.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 749,
"cds_start": null,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902067.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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902073.1",
"protein_id": "ENSP00000572132.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 749,
"cds_start": null,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902073.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919492.1",
"protein_id": "ENSP00000589551.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 749,
"cds_start": null,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919492.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902023.1",
"protein_id": "ENSP00000572082.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 747,
"cds_start": null,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902023.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901971.1",
"protein_id": "ENSP00000572030.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 746,
"cds_start": null,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901971.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_001034957.3",
"protein_id": "NP_001030129.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 740,
"cds_start": null,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001034957.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901922.1",
"protein_id": "ENSP00000571981.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 740,
"cds_start": null,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901922.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": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901985.1",
"protein_id": "ENSP00000572044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 740,
"cds_start": null,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901985.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": 26,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-46+8620G>A",
"hgvs_p": null,
"transcript": "ENST00000902061.1",
"protein_id": "ENSP00000572120.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 740,
"cds_start": null,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902061.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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902074.1",
"protein_id": "ENSP00000572133.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 740,
"cds_start": null,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902074.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901970.1",
"protein_id": "ENSP00000572029.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 739,
"cds_start": null,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901970.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902048.1",
"protein_id": "ENSP00000572107.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 736,
"cds_start": null,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902048.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": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901948.1",
"protein_id": "ENSP00000572007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 730,
"cds_start": null,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901948.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901932.1",
"protein_id": "ENSP00000571991.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 725,
"cds_start": null,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901932.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902045.1",
"protein_id": "ENSP00000572104.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 725,
"cds_start": null,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902045.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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901924.1",
"protein_id": "ENSP00000571983.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 721,
"cds_start": null,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901924.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902018.1",
"protein_id": "ENSP00000572077.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 721,
"cds_start": null,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902018.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901921.1",
"protein_id": "ENSP00000571980.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 712,
"cds_start": null,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901921.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": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902004.1",
"protein_id": "ENSP00000572063.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 704,
"cds_start": null,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902004.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919481.1",
"protein_id": "ENSP00000589540.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 704,
"cds_start": null,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919481.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902028.1",
"protein_id": "ENSP00000572087.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 695,
"cds_start": null,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902028.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000901928.1",
"protein_id": "ENSP00000571987.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 693,
"cds_start": null,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901928.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": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902017.1",
"protein_id": "ENSP00000572076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 693,
"cds_start": null,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902017.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919493.1",
"protein_id": "ENSP00000589552.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 693,
"cds_start": null,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919493.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": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "NM_006434.4",
"protein_id": "NP_006425.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 684,
"cds_start": null,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006434.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": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919491.1",
"protein_id": "ENSP00000589550.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 644,
"cds_start": null,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919491.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": 20,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000919482.1",
"protein_id": "ENSP00000589541.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 588,
"cds_start": null,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919482.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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954449.1",
"protein_id": "ENSP00000624508.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 505,
"cds_start": null,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954449.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": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902065.1",
"protein_id": "ENSP00000572124.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 355,
"cds_start": null,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902065.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": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000902011.1",
"protein_id": "ENSP00000572070.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 259,
"cds_start": null,
"cds_end": null,
"cds_length": 780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902011.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": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000954448.1",
"protein_id": "ENSP00000624507.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 226,
"cds_start": null,
"cds_end": null,
"cds_length": 681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954448.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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000492542.1",
"protein_id": "ENSP00000474932.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 144,
"cds_start": null,
"cds_end": null,
"cds_length": 437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000492542.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": 33,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_011539150.3",
"protein_id": "XP_011537452.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1505,
"cds_start": null,
"cds_end": null,
"cds_length": 4518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539150.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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015501.3",
"protein_id": "XP_016870990.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1227,
"cds_start": null,
"cds_end": null,
"cds_length": 3684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015501.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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015502.3",
"protein_id": "XP_016870991.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1196,
"cds_start": null,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015502.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015503.3",
"protein_id": "XP_016870992.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1171,
"cds_start": null,
"cds_end": null,
"cds_length": 3516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015503.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015505.3",
"protein_id": "XP_016870994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1143,
"cds_start": null,
"cds_end": null,
"cds_length": 3432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015505.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015507.3",
"protein_id": "XP_016870996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1140,
"cds_start": null,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015507.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_047424468.1",
"protein_id": "XP_047280424.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": null,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424468.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015510.3",
"protein_id": "XP_016870999.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1087,
"cds_start": null,
"cds_end": null,
"cds_length": 3264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015510.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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_006717589.3",
"protein_id": "XP_006717652.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1004,
"cds_start": null,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717589.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015515.3",
"protein_id": "XP_016871004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 957,
"cds_start": null,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015515.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_047424469.1",
"protein_id": "XP_047280425.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 932,
"cds_start": null,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424469.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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015517.3",
"protein_id": "XP_016871006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 929,
"cds_start": null,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015517.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_047424470.1",
"protein_id": "XP_047280426.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 916,
"cds_start": null,
"cds_end": null,
"cds_length": 2751,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424470.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_047424471.1",
"protein_id": "XP_047280427.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 891,
"cds_start": null,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424471.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015523.2",
"protein_id": "XP_016871012.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015523.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015525.2",
"protein_id": "XP_016871014.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 858,
"cds_start": null,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015525.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_047424472.1",
"protein_id": "XP_047280428.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 848,
"cds_start": null,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424472.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_047424473.1",
"protein_id": "XP_047280429.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 844,
"cds_start": null,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424473.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_047424474.1",
"protein_id": "XP_047280430.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 839,
"cds_start": null,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424474.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_047424475.1",
"protein_id": "XP_047280431.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 807,
"cds_start": null,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424475.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": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015530.3",
"protein_id": "XP_016871019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 806,
"cds_start": null,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015530.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015532.3",
"protein_id": "XP_016871021.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 800,
"cds_start": null,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015532.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015533.2",
"protein_id": "XP_016871022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 793,
"cds_start": null,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015533.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015536.2",
"protein_id": "XP_016871025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 774,
"cds_start": null,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015536.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015537.3",
"protein_id": "XP_016871026.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 772,
"cds_start": null,
"cds_end": null,
"cds_length": 2319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015537.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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_047424476.1",
"protein_id": "XP_047280432.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 769,
"cds_start": null,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424476.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015539.2",
"protein_id": "XP_016871028.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 768,
"cds_start": null,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015539.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_017015540.2",
"protein_id": "XP_016871029.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 765,
"cds_start": null,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015540.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_047424477.1",
"protein_id": "XP_047280433.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 725,
"cds_start": null,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424477.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_047424478.1",
"protein_id": "XP_047280434.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 716,
"cds_start": null,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424478.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "c.-45-10799G>A",
"hgvs_p": null,
"transcript": "XM_047424479.1",
"protein_id": "XP_047280435.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 693,
"cds_start": null,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424479.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": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"hgvs_c": "n.141-10799G>A",
"hgvs_p": null,
"transcript": "ENST00000474353.6",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000474353.6"
}
],
"gene_symbol": "SORBS1",
"gene_hgnc_id": 14565,
"dbsnp": "rs10786211",
"frequency_reference_population": 0.4200408,
"hom_count_reference_population": 14434,
"allele_count_reference_population": 63842,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.420041,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 63842,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 14434,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7099999785423279,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.71,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.26,
"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_001384452.1",
"gene_symbol": "SORBS1",
"hgnc_id": 14565,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-45-10799G>A",
"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
}