← 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: 4-185691521-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=185691521&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 185691521,
"ref": "G",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000695409.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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "NM_001395207.1",
"protein_id": "NP_001382136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1300,
"cds_start": -4,
"cds_end": null,
"cds_length": 3903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6774,
"mane_select": "ENST00000695409.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000695409.1",
"protein_id": "ENSP00000511888.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1300,
"cds_start": -4,
"cds_end": null,
"cds_length": 3903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6774,
"mane_select": "NM_001395207.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-197-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000284776.11",
"protein_id": "ENSP00000284776.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1100,
"cds_start": -4,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-233-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000437304.6",
"protein_id": "ENSP00000396008.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 824,
"cds_start": -4,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "ENST00000319471.13",
"protein_id": "ENSP00000322182.9",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 731,
"cds_start": -4,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000393528.7",
"protein_id": "ENSP00000377162.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 666,
"cds_start": -4,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-78-910C>G",
"hgvs_p": null,
"transcript": "ENST00000449407.6",
"protein_id": "ENSP00000397262.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 644,
"cds_start": -4,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000319454.10",
"protein_id": "ENSP00000321983.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 635,
"cds_start": -4,
"cds_end": null,
"cds_length": 1909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "n.-197-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000487184.2",
"protein_id": "ENSP00000511890.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000421420.6",
"protein_id": "ENSP00000393258.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 1572,
"cds_start": -4,
"cds_end": null,
"cds_length": 4719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "NM_001394245.1",
"protein_id": "NP_001381174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1286,
"cds_start": -4,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "NM_001394246.1",
"protein_id": "NP_001381175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1267,
"cds_start": -4,
"cds_end": null,
"cds_length": 3804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "NM_001394247.1",
"protein_id": "NP_001381176.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1267,
"cds_start": -4,
"cds_end": null,
"cds_length": 3804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "NM_001394248.1",
"protein_id": "NP_001381177.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1244,
"cds_start": -4,
"cds_end": null,
"cds_length": 3735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "NM_001394249.1",
"protein_id": "NP_001381178.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1244,
"cds_start": -4,
"cds_end": null,
"cds_length": 3735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "NM_001394250.1",
"protein_id": "NP_001381179.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1239,
"cds_start": -4,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "NM_001270771.3",
"protein_id": "NP_001257700.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1200,
"cds_start": -4,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "NM_001394251.1",
"protein_id": "NP_001381180.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1200,
"cds_start": -4,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "NM_001394252.1",
"protein_id": "NP_001381181.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1200,
"cds_start": -4,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "NM_001394253.1",
"protein_id": "NP_001381182.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1200,
"cds_start": -4,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-128-12699C>G",
"hgvs_p": null,
"transcript": "NM_001394254.1",
"protein_id": "NP_001381183.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1200,
"cds_start": -4,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6506,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000355634.9",
"protein_id": "ENSP00000347852.5",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1200,
"cds_start": -4,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-197-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000695410.1",
"protein_id": "ENSP00000511891.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1200,
"cds_start": -4,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "NM_001394255.1",
"protein_id": "NP_001381184.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": -4,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "NM_001394256.1",
"protein_id": "NP_001381185.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": -4,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "NM_001394257.1",
"protein_id": "NP_001381186.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": -4,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-197-12699C>G",
"hgvs_p": null,
"transcript": "NM_001394258.1",
"protein_id": "NP_001381187.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1181,
"cds_start": -4,
"cds_end": null,
"cds_length": 3546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "NM_001394259.1",
"protein_id": "NP_001381188.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1171,
"cds_start": -4,
"cds_end": null,
"cds_length": 3516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-78-910C>G",
"hgvs_p": null,
"transcript": "NM_001394260.1",
"protein_id": "NP_001381189.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1171,
"cds_start": -4,
"cds_end": null,
"cds_length": 3516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6369,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "NM_001394261.1",
"protein_id": "NP_001381190.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1169,
"cds_start": -4,
"cds_end": null,
"cds_length": 3510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "NM_001394262.1",
"protein_id": "NP_001381191.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1163,
"cds_start": -4,
"cds_end": null,
"cds_length": 3492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "NM_001394263.1",
"protein_id": "NP_001381192.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1163,
"cds_start": -4,
"cds_end": null,
"cds_length": 3492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-197-12699C>G",
"hgvs_p": null,
"transcript": "NM_001394264.1",
"protein_id": "NP_001381193.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1138,
"cds_start": -4,
"cds_end": null,
"cds_length": 3417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "NM_001394265.1",
"protein_id": "NP_001381194.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1131,
"cds_start": -4,
"cds_end": null,
"cds_length": 3396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6211,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-128-12699C>G",
"hgvs_p": null,
"transcript": "NM_001394266.1",
"protein_id": "NP_001381195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1100,
"cds_start": -4,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-128-12699C>G",
"hgvs_p": null,
"transcript": "NM_001394267.1",
"protein_id": "NP_001381196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1100,
"cds_start": -4,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-197-12699C>G",
"hgvs_p": null,
"transcript": "NM_001394268.1",
"protein_id": "NP_001381197.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1100,
"cds_start": -4,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-128-12699C>G",
"hgvs_p": null,
"transcript": "NM_001394270.1",
"protein_id": "NP_001381199.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1100,
"cds_start": -4,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-197-12699C>G",
"hgvs_p": null,
"transcript": "NM_001394271.1",
"protein_id": "NP_001381200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1100,
"cds_start": -4,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-128-12699C>G",
"hgvs_p": null,
"transcript": "NM_001394272.1",
"protein_id": "NP_001381201.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1100,
"cds_start": -4,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-197-12699C>G",
"hgvs_p": null,
"transcript": "NM_021069.6",
"protein_id": "NP_066547.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1100,
"cds_start": -4,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-197-12699C>G",
"hgvs_p": null,
"transcript": "NM_001394274.1",
"protein_id": "NP_001381203.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1085,
"cds_start": -4,
"cds_end": null,
"cds_length": 3258,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-128-12699C>G",
"hgvs_p": null,
"transcript": "NM_001394275.1",
"protein_id": "NP_001381204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1085,
"cds_start": -4,
"cds_end": null,
"cds_length": 3258,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "NM_001394276.1",
"protein_id": "NP_001381205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1063,
"cds_start": -4,
"cds_end": null,
"cds_length": 3192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "ENST00000698843.1",
"protein_id": "ENSP00000513979.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 898,
"cds_start": -4,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-233-12699C>G",
"hgvs_p": null,
"transcript": "NM_001145673.3",
"protein_id": "NP_001139145.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 824,
"cds_start": -4,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "ENST00000695411.1",
"protein_id": "ENSP00000511893.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 786,
"cds_start": -4,
"cds_end": null,
"cds_length": 2362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-233-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000706921.1",
"protein_id": "ENSP00000516628.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 752,
"cds_start": -4,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3267,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "NM_001145671.3",
"protein_id": "NP_001139143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 731,
"cds_start": -4,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "NM_003603.7",
"protein_id": "NP_003594.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 666,
"cds_start": -4,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "NM_001145672.2",
"protein_id": "NP_001139144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 661,
"cds_start": -4,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000451974.6",
"protein_id": "ENSP00000401818.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 661,
"cds_start": -4,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2478,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-78-910C>G",
"hgvs_p": null,
"transcript": "NM_001145670.2",
"protein_id": "NP_001139142.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 644,
"cds_start": -4,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-302-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000698540.1",
"protein_id": "ENSP00000513785.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 414,
"cds_start": -4,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000425679.5",
"protein_id": "ENSP00000415637.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 120,
"cds_start": -4,
"cds_end": null,
"cds_length": 364,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000439049.5",
"protein_id": "ENSP00000416464.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 119,
"cds_start": -4,
"cds_end": null,
"cds_length": 362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000430503.5",
"protein_id": "ENSP00000405349.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 118,
"cds_start": -4,
"cds_end": null,
"cds_length": 357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000451701.5",
"protein_id": "ENSP00000404430.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 117,
"cds_start": -4,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "ENST00000414724.5",
"protein_id": "ENSP00000403417.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 115,
"cds_start": -4,
"cds_end": null,
"cds_length": 348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000419063.5",
"protein_id": "ENSP00000408504.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 112,
"cds_start": -4,
"cds_end": null,
"cds_length": 339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000451958.5",
"protein_id": "ENSP00000405092.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 108,
"cds_start": -4,
"cds_end": null,
"cds_length": 328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000420158.5",
"protein_id": "ENSP00000410233.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 106,
"cds_start": -4,
"cds_end": null,
"cds_length": 321,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-128-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000445343.5",
"protein_id": "ENSP00000399048.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 99,
"cds_start": -4,
"cds_end": null,
"cds_length": 301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 546,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "ENST00000444781.5",
"protein_id": "ENSP00000396183.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 99,
"cds_start": -4,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000457934.5",
"protein_id": "ENSP00000405314.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 95,
"cds_start": -4,
"cds_end": null,
"cds_length": 288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-197-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000439914.5",
"protein_id": "ENSP00000408909.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": -4,
"cds_end": null,
"cds_length": 279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-197-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000444771.5",
"protein_id": "ENSP00000410483.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 88,
"cds_start": -4,
"cds_end": null,
"cds_length": 267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 760,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000432655.5",
"protein_id": "ENSP00000407006.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 86,
"cds_start": -4,
"cds_end": null,
"cds_length": 263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000428330.5",
"protein_id": "ENSP00000402328.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 84,
"cds_start": -4,
"cds_end": null,
"cds_length": 255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "ENST00000431902.5",
"protein_id": "ENSP00000405432.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 79,
"cds_start": -4,
"cds_end": null,
"cds_length": 241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "ENST00000415274.5",
"protein_id": "ENSP00000415392.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 79,
"cds_start": -4,
"cds_end": null,
"cds_length": 240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 626,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "ENST00000435480.5",
"protein_id": "ENSP00000415166.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 79,
"cds_start": -4,
"cds_end": null,
"cds_length": 240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 487,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000421639.5",
"protein_id": "ENSP00000405646.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 74,
"cds_start": -4,
"cds_end": null,
"cds_length": 225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-128-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000450341.5",
"protein_id": "ENSP00000415680.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 72,
"cds_start": -4,
"cds_end": null,
"cds_length": 219,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-28-6679C>G",
"hgvs_p": null,
"transcript": "ENST00000452351.5",
"protein_id": "ENSP00000412447.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 70,
"cds_start": -4,
"cds_end": null,
"cds_length": 213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-32-6675C>G",
"hgvs_p": null,
"transcript": "ENST00000429056.5",
"protein_id": "ENSP00000390162.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 69,
"cds_start": -4,
"cds_end": null,
"cds_length": 212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-128-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000445115.5",
"protein_id": "ENSP00000397664.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 67,
"cds_start": -4,
"cds_end": null,
"cds_length": 204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-128-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000457247.5",
"protein_id": "ENSP00000398335.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 58,
"cds_start": -4,
"cds_end": null,
"cds_length": 178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-197-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000456596.5",
"protein_id": "ENSP00000410967.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 54,
"cds_start": -4,
"cds_end": null,
"cds_length": 167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null,
"transcript": "ENST00000456060.5",
"protein_id": "ENSP00000389829.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 14,
"cds_start": -4,
"cds_end": null,
"cds_length": 46,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.-128-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000393523.6",
"protein_id": "ENSP00000377158.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 8,
"cds_start": -4,
"cds_end": null,
"cds_length": 28,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "n.330-6675C>G",
"hgvs_p": null,
"transcript": "ENST00000463104.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "n.308-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000464819.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "n.273-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000464975.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "n.716-910C>G",
"hgvs_p": null,
"transcript": "ENST00000470685.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "n.438-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000478249.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "n.527-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000493709.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "n.318-12699C>G",
"hgvs_p": null,
"transcript": "ENST00000698538.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"dbsnp": "rs4376189",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9300000071525574,
"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.93,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.718,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000695409.1",
"gene_symbol": "SORBS2",
"hgnc_id": 24098,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-40-910C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}