← 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-185615127-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=185615127&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 185615127,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001395207.1",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.3272A>T",
"hgvs_p": "p.Tyr1091Phe",
"transcript": "NM_001395207.1",
"protein_id": "NP_001382136.1",
"transcript_support_level": null,
"aa_start": 1091,
"aa_end": null,
"aa_length": 1300,
"cds_start": 3272,
"cds_end": null,
"cds_length": 3903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000695409.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395207.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.3272A>T",
"hgvs_p": "p.Tyr1091Phe",
"transcript": "ENST00000695409.1",
"protein_id": "ENSP00000511888.1",
"transcript_support_level": null,
"aa_start": 1091,
"aa_end": null,
"aa_length": 1300,
"cds_start": 3272,
"cds_end": null,
"cds_length": 3903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001395207.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695409.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2672A>T",
"hgvs_p": "p.Tyr891Phe",
"transcript": "ENST00000284776.11",
"protein_id": "ENSP00000284776.7",
"transcript_support_level": 1,
"aa_start": 891,
"aa_end": null,
"aa_length": 1100,
"cds_start": 2672,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000284776.11"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1844A>T",
"hgvs_p": "p.Tyr615Phe",
"transcript": "ENST00000437304.6",
"protein_id": "ENSP00000396008.2",
"transcript_support_level": 1,
"aa_start": 615,
"aa_end": null,
"aa_length": 824,
"cds_start": 1844,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437304.6"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1565A>T",
"hgvs_p": "p.Tyr522Phe",
"transcript": "ENST00000319471.13",
"protein_id": "ENSP00000322182.9",
"transcript_support_level": 1,
"aa_start": 522,
"aa_end": null,
"aa_length": 731,
"cds_start": 1565,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000319471.13"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1370A>T",
"hgvs_p": "p.Tyr457Phe",
"transcript": "ENST00000393528.7",
"protein_id": "ENSP00000377162.3",
"transcript_support_level": 1,
"aa_start": 457,
"aa_end": null,
"aa_length": 666,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393528.7"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1304A>T",
"hgvs_p": "p.Tyr435Phe",
"transcript": "ENST00000449407.6",
"protein_id": "ENSP00000397262.2",
"transcript_support_level": 1,
"aa_start": 435,
"aa_end": null,
"aa_length": 644,
"cds_start": 1304,
"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": "ENST00000449407.6"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1445A>T",
"hgvs_p": "p.Tyr482Phe",
"transcript": "ENST00000319454.10",
"protein_id": "ENSP00000321983.6",
"transcript_support_level": 1,
"aa_start": 482,
"aa_end": null,
"aa_length": 635,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000319454.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "n.*1675A>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000487184.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "n.*1675A>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000487184.2"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.4088A>T",
"hgvs_p": "p.Tyr1363Phe",
"transcript": "ENST00000421420.6",
"protein_id": "ENSP00000393258.2",
"transcript_support_level": 4,
"aa_start": 1363,
"aa_end": null,
"aa_length": 1572,
"cds_start": 4088,
"cds_end": null,
"cds_length": 4719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421420.6"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.3230A>T",
"hgvs_p": "p.Tyr1077Phe",
"transcript": "NM_001394245.1",
"protein_id": "NP_001381174.1",
"transcript_support_level": null,
"aa_start": 1077,
"aa_end": null,
"aa_length": 1286,
"cds_start": 3230,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394245.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.3173A>T",
"hgvs_p": "p.Tyr1058Phe",
"transcript": "NM_001394246.1",
"protein_id": "NP_001381175.1",
"transcript_support_level": null,
"aa_start": 1058,
"aa_end": null,
"aa_length": 1267,
"cds_start": 3173,
"cds_end": null,
"cds_length": 3804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394246.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.3173A>T",
"hgvs_p": "p.Tyr1058Phe",
"transcript": "NM_001394247.1",
"protein_id": "NP_001381176.1",
"transcript_support_level": null,
"aa_start": 1058,
"aa_end": null,
"aa_length": 1267,
"cds_start": 3173,
"cds_end": null,
"cds_length": 3804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394247.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.3104A>T",
"hgvs_p": "p.Tyr1035Phe",
"transcript": "NM_001394248.1",
"protein_id": "NP_001381177.1",
"transcript_support_level": null,
"aa_start": 1035,
"aa_end": null,
"aa_length": 1244,
"cds_start": 3104,
"cds_end": null,
"cds_length": 3735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394248.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.3104A>T",
"hgvs_p": "p.Tyr1035Phe",
"transcript": "NM_001394249.1",
"protein_id": "NP_001381178.1",
"transcript_support_level": null,
"aa_start": 1035,
"aa_end": null,
"aa_length": 1244,
"cds_start": 3104,
"cds_end": null,
"cds_length": 3735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394249.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.3089A>T",
"hgvs_p": "p.Tyr1030Phe",
"transcript": "NM_001394250.1",
"protein_id": "NP_001381179.1",
"transcript_support_level": null,
"aa_start": 1030,
"aa_end": null,
"aa_length": 1239,
"cds_start": 3089,
"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": "NM_001394250.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2972A>T",
"hgvs_p": "p.Tyr991Phe",
"transcript": "NM_001270771.3",
"protein_id": "NP_001257700.1",
"transcript_support_level": null,
"aa_start": 991,
"aa_end": null,
"aa_length": 1200,
"cds_start": 2972,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270771.3"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2972A>T",
"hgvs_p": "p.Tyr991Phe",
"transcript": "NM_001394251.1",
"protein_id": "NP_001381180.1",
"transcript_support_level": null,
"aa_start": 991,
"aa_end": null,
"aa_length": 1200,
"cds_start": 2972,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394251.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2972A>T",
"hgvs_p": "p.Tyr991Phe",
"transcript": "NM_001394252.1",
"protein_id": "NP_001381181.1",
"transcript_support_level": null,
"aa_start": 991,
"aa_end": null,
"aa_length": 1200,
"cds_start": 2972,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394252.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2972A>T",
"hgvs_p": "p.Tyr991Phe",
"transcript": "NM_001394253.1",
"protein_id": "NP_001381182.1",
"transcript_support_level": null,
"aa_start": 991,
"aa_end": null,
"aa_length": 1200,
"cds_start": 2972,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394253.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2972A>T",
"hgvs_p": "p.Tyr991Phe",
"transcript": "NM_001394254.1",
"protein_id": "NP_001381183.1",
"transcript_support_level": null,
"aa_start": 991,
"aa_end": null,
"aa_length": 1200,
"cds_start": 2972,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394254.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2972A>T",
"hgvs_p": "p.Tyr991Phe",
"transcript": "ENST00000355634.9",
"protein_id": "ENSP00000347852.5",
"transcript_support_level": 2,
"aa_start": 991,
"aa_end": null,
"aa_length": 1200,
"cds_start": 2972,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355634.9"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2972A>T",
"hgvs_p": "p.Tyr991Phe",
"transcript": "ENST00000695410.1",
"protein_id": "ENSP00000511891.1",
"transcript_support_level": null,
"aa_start": 991,
"aa_end": null,
"aa_length": 1200,
"cds_start": 2972,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695410.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2930A>T",
"hgvs_p": "p.Tyr977Phe",
"transcript": "NM_001394255.1",
"protein_id": "NP_001381184.1",
"transcript_support_level": null,
"aa_start": 977,
"aa_end": null,
"aa_length": 1186,
"cds_start": 2930,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394255.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2930A>T",
"hgvs_p": "p.Tyr977Phe",
"transcript": "NM_001394256.1",
"protein_id": "NP_001381185.1",
"transcript_support_level": null,
"aa_start": 977,
"aa_end": null,
"aa_length": 1186,
"cds_start": 2930,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394256.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2930A>T",
"hgvs_p": "p.Tyr977Phe",
"transcript": "NM_001394257.1",
"protein_id": "NP_001381186.1",
"transcript_support_level": null,
"aa_start": 977,
"aa_end": null,
"aa_length": 1186,
"cds_start": 2930,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394257.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2915A>T",
"hgvs_p": "p.Tyr972Phe",
"transcript": "NM_001394258.1",
"protein_id": "NP_001381187.1",
"transcript_support_level": null,
"aa_start": 972,
"aa_end": null,
"aa_length": 1181,
"cds_start": 2915,
"cds_end": null,
"cds_length": 3546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394258.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2885A>T",
"hgvs_p": "p.Tyr962Phe",
"transcript": "NM_001394259.1",
"protein_id": "NP_001381188.1",
"transcript_support_level": null,
"aa_start": 962,
"aa_end": null,
"aa_length": 1171,
"cds_start": 2885,
"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": "NM_001394259.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2885A>T",
"hgvs_p": "p.Tyr962Phe",
"transcript": "NM_001394260.1",
"protein_id": "NP_001381189.1",
"transcript_support_level": null,
"aa_start": 962,
"aa_end": null,
"aa_length": 1171,
"cds_start": 2885,
"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": "NM_001394260.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2879A>T",
"hgvs_p": "p.Tyr960Phe",
"transcript": "NM_001394261.1",
"protein_id": "NP_001381190.1",
"transcript_support_level": null,
"aa_start": 960,
"aa_end": null,
"aa_length": 1169,
"cds_start": 2879,
"cds_end": null,
"cds_length": 3510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394261.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2861A>T",
"hgvs_p": "p.Tyr954Phe",
"transcript": "NM_001394262.1",
"protein_id": "NP_001381191.1",
"transcript_support_level": null,
"aa_start": 954,
"aa_end": null,
"aa_length": 1163,
"cds_start": 2861,
"cds_end": null,
"cds_length": 3492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394262.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2861A>T",
"hgvs_p": "p.Tyr954Phe",
"transcript": "NM_001394263.1",
"protein_id": "NP_001381192.1",
"transcript_support_level": null,
"aa_start": 954,
"aa_end": null,
"aa_length": 1163,
"cds_start": 2861,
"cds_end": null,
"cds_length": 3492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394263.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2786A>T",
"hgvs_p": "p.Tyr929Phe",
"transcript": "NM_001394264.1",
"protein_id": "NP_001381193.1",
"transcript_support_level": null,
"aa_start": 929,
"aa_end": null,
"aa_length": 1138,
"cds_start": 2786,
"cds_end": null,
"cds_length": 3417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394264.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2765A>T",
"hgvs_p": "p.Tyr922Phe",
"transcript": "NM_001394265.1",
"protein_id": "NP_001381194.1",
"transcript_support_level": null,
"aa_start": 922,
"aa_end": null,
"aa_length": 1131,
"cds_start": 2765,
"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": "NM_001394265.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2714A>T",
"hgvs_p": "p.Tyr905Phe",
"transcript": "ENST00000865691.1",
"protein_id": "ENSP00000535750.1",
"transcript_support_level": null,
"aa_start": 905,
"aa_end": null,
"aa_length": 1114,
"cds_start": 2714,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865691.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2714A>T",
"hgvs_p": "p.Tyr905Phe",
"transcript": "ENST00000865725.1",
"protein_id": "ENSP00000535784.1",
"transcript_support_level": null,
"aa_start": 905,
"aa_end": null,
"aa_length": 1114,
"cds_start": 2714,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865725.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2672A>T",
"hgvs_p": "p.Tyr891Phe",
"transcript": "NM_001394266.1",
"protein_id": "NP_001381195.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 1100,
"cds_start": 2672,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394266.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2672A>T",
"hgvs_p": "p.Tyr891Phe",
"transcript": "NM_001394267.1",
"protein_id": "NP_001381196.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 1100,
"cds_start": 2672,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394267.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2672A>T",
"hgvs_p": "p.Tyr891Phe",
"transcript": "NM_001394268.1",
"protein_id": "NP_001381197.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 1100,
"cds_start": 2672,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394268.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2672A>T",
"hgvs_p": "p.Tyr891Phe",
"transcript": "NM_001394270.1",
"protein_id": "NP_001381199.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 1100,
"cds_start": 2672,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394270.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2672A>T",
"hgvs_p": "p.Tyr891Phe",
"transcript": "NM_001394271.1",
"protein_id": "NP_001381200.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 1100,
"cds_start": 2672,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394271.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2672A>T",
"hgvs_p": "p.Tyr891Phe",
"transcript": "NM_001394272.1",
"protein_id": "NP_001381201.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 1100,
"cds_start": 2672,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394272.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2672A>T",
"hgvs_p": "p.Tyr891Phe",
"transcript": "NM_021069.6",
"protein_id": "NP_066547.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 1100,
"cds_start": 2672,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021069.6"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2645A>T",
"hgvs_p": "p.Tyr882Phe",
"transcript": "NM_001394273.1",
"protein_id": "NP_001381202.1",
"transcript_support_level": null,
"aa_start": 882,
"aa_end": null,
"aa_length": 1091,
"cds_start": 2645,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394273.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2645A>T",
"hgvs_p": "p.Tyr882Phe",
"transcript": "ENST00000865702.1",
"protein_id": "ENSP00000535761.1",
"transcript_support_level": null,
"aa_start": 882,
"aa_end": null,
"aa_length": 1091,
"cds_start": 2645,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865702.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2630A>T",
"hgvs_p": "p.Tyr877Phe",
"transcript": "ENST00000865714.1",
"protein_id": "ENSP00000535773.1",
"transcript_support_level": null,
"aa_start": 877,
"aa_end": null,
"aa_length": 1086,
"cds_start": 2630,
"cds_end": null,
"cds_length": 3261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865714.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2627A>T",
"hgvs_p": "p.Tyr876Phe",
"transcript": "NM_001394274.1",
"protein_id": "NP_001381203.1",
"transcript_support_level": null,
"aa_start": 876,
"aa_end": null,
"aa_length": 1085,
"cds_start": 2627,
"cds_end": null,
"cds_length": 3258,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394274.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2627A>T",
"hgvs_p": "p.Tyr876Phe",
"transcript": "NM_001394275.1",
"protein_id": "NP_001381204.1",
"transcript_support_level": null,
"aa_start": 876,
"aa_end": null,
"aa_length": 1085,
"cds_start": 2627,
"cds_end": null,
"cds_length": 3258,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394275.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2561A>T",
"hgvs_p": "p.Tyr854Phe",
"transcript": "NM_001394276.1",
"protein_id": "NP_001381205.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1063,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394276.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2561A>T",
"hgvs_p": "p.Tyr854Phe",
"transcript": "ENST00000865694.1",
"protein_id": "ENSP00000535753.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1063,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865694.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2483A>T",
"hgvs_p": "p.Tyr828Phe",
"transcript": "ENST00000865704.1",
"protein_id": "ENSP00000535763.1",
"transcript_support_level": null,
"aa_start": 828,
"aa_end": null,
"aa_length": 1037,
"cds_start": 2483,
"cds_end": null,
"cds_length": 3114,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865704.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2429A>T",
"hgvs_p": "p.Tyr810Phe",
"transcript": "NM_001394277.1",
"protein_id": "NP_001381206.1",
"transcript_support_level": null,
"aa_start": 810,
"aa_end": null,
"aa_length": 1019,
"cds_start": 2429,
"cds_end": null,
"cds_length": 3060,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394277.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2384A>T",
"hgvs_p": "p.Tyr795Phe",
"transcript": "NM_001145674.3",
"protein_id": "NP_001139146.1",
"transcript_support_level": null,
"aa_start": 795,
"aa_end": null,
"aa_length": 1004,
"cds_start": 2384,
"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": "NM_001145674.3"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2384A>T",
"hgvs_p": "p.Tyr795Phe",
"transcript": "ENST00000487836.6",
"protein_id": "ENSP00000511887.1",
"transcript_support_level": 2,
"aa_start": 795,
"aa_end": null,
"aa_length": 1004,
"cds_start": 2384,
"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": "ENST00000487836.6"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2276A>T",
"hgvs_p": "p.Tyr759Phe",
"transcript": "ENST00000865754.1",
"protein_id": "ENSP00000535813.1",
"transcript_support_level": null,
"aa_start": 759,
"aa_end": null,
"aa_length": 968,
"cds_start": 2276,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865754.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2240A>T",
"hgvs_p": "p.Tyr747Phe",
"transcript": "ENST00000865689.1",
"protein_id": "ENSP00000535748.1",
"transcript_support_level": null,
"aa_start": 747,
"aa_end": null,
"aa_length": 956,
"cds_start": 2240,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865689.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2240A>T",
"hgvs_p": "p.Tyr747Phe",
"transcript": "ENST00000865718.1",
"protein_id": "ENSP00000535777.1",
"transcript_support_level": null,
"aa_start": 747,
"aa_end": null,
"aa_length": 956,
"cds_start": 2240,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865718.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2207A>T",
"hgvs_p": "p.Tyr736Phe",
"transcript": "ENST00000865678.1",
"protein_id": "ENSP00000535737.1",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 945,
"cds_start": 2207,
"cds_end": null,
"cds_length": 2838,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865678.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2204A>T",
"hgvs_p": "p.Tyr735Phe",
"transcript": "ENST00000865688.1",
"protein_id": "ENSP00000535747.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 944,
"cds_start": 2204,
"cds_end": null,
"cds_length": 2835,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865688.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2192A>T",
"hgvs_p": "p.Tyr731Phe",
"transcript": "ENST00000865705.1",
"protein_id": "ENSP00000535764.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 940,
"cds_start": 2192,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865705.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2192A>T",
"hgvs_p": "p.Tyr731Phe",
"transcript": "ENST00000865751.1",
"protein_id": "ENSP00000535810.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 940,
"cds_start": 2192,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865751.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2171A>T",
"hgvs_p": "p.Tyr724Phe",
"transcript": "ENST00000865680.1",
"protein_id": "ENSP00000535739.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 933,
"cds_start": 2171,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865680.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2171A>T",
"hgvs_p": "p.Tyr724Phe",
"transcript": "ENST00000865700.1",
"protein_id": "ENSP00000535759.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 933,
"cds_start": 2171,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865700.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2171A>T",
"hgvs_p": "p.Tyr724Phe",
"transcript": "ENST00000865707.1",
"protein_id": "ENSP00000535766.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 933,
"cds_start": 2171,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865707.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2171A>T",
"hgvs_p": "p.Tyr724Phe",
"transcript": "ENST00000865716.1",
"protein_id": "ENSP00000535775.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 933,
"cds_start": 2171,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865716.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2171A>T",
"hgvs_p": "p.Tyr724Phe",
"transcript": "ENST00000865750.1",
"protein_id": "ENSP00000535809.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 933,
"cds_start": 2171,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865750.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2171A>T",
"hgvs_p": "p.Tyr724Phe",
"transcript": "ENST00000865757.1",
"protein_id": "ENSP00000535816.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 933,
"cds_start": 2171,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865757.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2123A>T",
"hgvs_p": "p.Tyr708Phe",
"transcript": "ENST00000865693.1",
"protein_id": "ENSP00000535752.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 917,
"cds_start": 2123,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865693.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2123A>T",
"hgvs_p": "p.Tyr708Phe",
"transcript": "ENST00000865699.1",
"protein_id": "ENSP00000535758.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 917,
"cds_start": 2123,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865699.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2123A>T",
"hgvs_p": "p.Tyr708Phe",
"transcript": "ENST00000865713.1",
"protein_id": "ENSP00000535772.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 917,
"cds_start": 2123,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865713.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2120A>T",
"hgvs_p": "p.Tyr707Phe",
"transcript": "ENST00000945971.1",
"protein_id": "ENSP00000616030.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 916,
"cds_start": 2120,
"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": "ENST00000945971.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2099A>T",
"hgvs_p": "p.Tyr700Phe",
"transcript": "ENST00000865684.1",
"protein_id": "ENSP00000535743.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 909,
"cds_start": 2099,
"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": "ENST00000865684.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2081A>T",
"hgvs_p": "p.Tyr694Phe",
"transcript": "ENST00000865668.1",
"protein_id": "ENSP00000535727.1",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 903,
"cds_start": 2081,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865668.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2081A>T",
"hgvs_p": "p.Tyr694Phe",
"transcript": "ENST00000865685.1",
"protein_id": "ENSP00000535744.1",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 903,
"cds_start": 2081,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865685.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2081A>T",
"hgvs_p": "p.Tyr694Phe",
"transcript": "ENST00000865738.1",
"protein_id": "ENSP00000535797.1",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 903,
"cds_start": 2081,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865738.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2066A>T",
"hgvs_p": "p.Tyr689Phe",
"transcript": "ENST00000698843.1",
"protein_id": "ENSP00000513979.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 898,
"cds_start": 2066,
"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": "ENST00000698843.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2054A>T",
"hgvs_p": "p.Tyr685Phe",
"transcript": "ENST00000865708.1",
"protein_id": "ENSP00000535767.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 894,
"cds_start": 2054,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865708.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2048A>T",
"hgvs_p": "p.Tyr683Phe",
"transcript": "ENST00000865662.1",
"protein_id": "ENSP00000535721.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 892,
"cds_start": 2048,
"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": "ENST00000865662.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.2012A>T",
"hgvs_p": "p.Tyr671Phe",
"transcript": "ENST00000865703.1",
"protein_id": "ENSP00000535762.1",
"transcript_support_level": null,
"aa_start": 671,
"aa_end": null,
"aa_length": 880,
"cds_start": 2012,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865703.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1997A>T",
"hgvs_p": "p.Tyr666Phe",
"transcript": "ENST00000865701.1",
"protein_id": "ENSP00000535760.1",
"transcript_support_level": null,
"aa_start": 666,
"aa_end": null,
"aa_length": 875,
"cds_start": 1997,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865701.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1964A>T",
"hgvs_p": "p.Tyr655Phe",
"transcript": "ENST00000865687.1",
"protein_id": "ENSP00000535746.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 864,
"cds_start": 1964,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865687.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1928A>T",
"hgvs_p": "p.Tyr643Phe",
"transcript": "ENST00000865686.1",
"protein_id": "ENSP00000535745.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 852,
"cds_start": 1928,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865686.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1928A>T",
"hgvs_p": "p.Tyr643Phe",
"transcript": "ENST00000865690.1",
"protein_id": "ENSP00000535749.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 852,
"cds_start": 1928,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865690.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1856A>T",
"hgvs_p": "p.Tyr619Phe",
"transcript": "ENST00000865715.1",
"protein_id": "ENSP00000535774.1",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 828,
"cds_start": 1856,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865715.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1844A>T",
"hgvs_p": "p.Tyr615Phe",
"transcript": "NM_001145673.3",
"protein_id": "NP_001139145.1",
"transcript_support_level": null,
"aa_start": 615,
"aa_end": null,
"aa_length": 824,
"cds_start": 1844,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145673.3"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1691A>T",
"hgvs_p": "p.Tyr564Phe",
"transcript": "ENST00000865669.1",
"protein_id": "ENSP00000535728.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 773,
"cds_start": 1691,
"cds_end": null,
"cds_length": 2322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865669.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1691A>T",
"hgvs_p": "p.Tyr564Phe",
"transcript": "ENST00000865732.1",
"protein_id": "ENSP00000535791.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 773,
"cds_start": 1691,
"cds_end": null,
"cds_length": 2322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865732.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1691A>T",
"hgvs_p": "p.Tyr564Phe",
"transcript": "ENST00000865746.1",
"protein_id": "ENSP00000535805.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 773,
"cds_start": 1691,
"cds_end": null,
"cds_length": 2322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865746.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1628A>T",
"hgvs_p": "p.Tyr543Phe",
"transcript": "ENST00000706921.1",
"protein_id": "ENSP00000516628.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 752,
"cds_start": 1628,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706921.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1622A>T",
"hgvs_p": "p.Tyr541Phe",
"transcript": "ENST00000865697.1",
"protein_id": "ENSP00000535756.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 750,
"cds_start": 1622,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865697.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1622A>T",
"hgvs_p": "p.Tyr541Phe",
"transcript": "ENST00000865766.1",
"protein_id": "ENSP00000535825.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 750,
"cds_start": 1622,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865766.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1598A>T",
"hgvs_p": "p.Tyr533Phe",
"transcript": "ENST00000865706.1",
"protein_id": "ENSP00000535765.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 742,
"cds_start": 1598,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865706.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1565A>T",
"hgvs_p": "p.Tyr522Phe",
"transcript": "NM_001145671.3",
"protein_id": "NP_001139143.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 731,
"cds_start": 1565,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145671.3"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1565A>T",
"hgvs_p": "p.Tyr522Phe",
"transcript": "ENST00000865711.1",
"protein_id": "ENSP00000535770.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 731,
"cds_start": 1565,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865711.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1562A>T",
"hgvs_p": "p.Tyr521Phe",
"transcript": "ENST00000865721.1",
"protein_id": "ENSP00000535780.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 730,
"cds_start": 1562,
"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": "ENST00000865721.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1562A>T",
"hgvs_p": "p.Tyr521Phe",
"transcript": "ENST00000865764.1",
"protein_id": "ENSP00000535823.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 730,
"cds_start": 1562,
"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": "ENST00000865764.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1550A>T",
"hgvs_p": "p.Tyr517Phe",
"transcript": "ENST00000865773.1",
"protein_id": "ENSP00000535832.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 726,
"cds_start": 1550,
"cds_end": null,
"cds_length": 2181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865773.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1538A>T",
"hgvs_p": "p.Tyr513Phe",
"transcript": "ENST00000865660.1",
"protein_id": "ENSP00000535719.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 722,
"cds_start": 1538,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865660.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1538A>T",
"hgvs_p": "p.Tyr513Phe",
"transcript": "ENST00000865667.1",
"protein_id": "ENSP00000535726.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 722,
"cds_start": 1538,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865667.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1538A>T",
"hgvs_p": "p.Tyr513Phe",
"transcript": "ENST00000865675.1",
"protein_id": "ENSP00000535734.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 722,
"cds_start": 1538,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865675.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1538A>T",
"hgvs_p": "p.Tyr513Phe",
"transcript": "ENST00000865724.1",
"protein_id": "ENSP00000535783.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 722,
"cds_start": 1538,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865724.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1538A>T",
"hgvs_p": "p.Tyr513Phe",
"transcript": "ENST00000865727.1",
"protein_id": "ENSP00000535786.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 722,
"cds_start": 1538,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865727.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1538A>T",
"hgvs_p": "p.Tyr513Phe",
"transcript": "ENST00000865752.1",
"protein_id": "ENSP00000535811.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 722,
"cds_start": 1538,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865752.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1538A>T",
"hgvs_p": "p.Tyr513Phe",
"transcript": "ENST00000865755.1",
"protein_id": "ENSP00000535814.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 722,
"cds_start": 1538,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865755.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1538A>T",
"hgvs_p": "p.Tyr513Phe",
"transcript": "ENST00000865763.1",
"protein_id": "ENSP00000535822.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 722,
"cds_start": 1538,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865763.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1538A>T",
"hgvs_p": "p.Tyr513Phe",
"transcript": "ENST00000865774.1",
"protein_id": "ENSP00000535833.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 722,
"cds_start": 1538,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865774.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1538A>T",
"hgvs_p": "p.Tyr513Phe",
"transcript": "ENST00000865779.1",
"protein_id": "ENSP00000535838.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 722,
"cds_start": 1538,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865779.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1538A>T",
"hgvs_p": "p.Tyr513Phe",
"transcript": "ENST00000865780.1",
"protein_id": "ENSP00000535839.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 722,
"cds_start": 1538,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865780.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1529A>T",
"hgvs_p": "p.Tyr510Phe",
"transcript": "ENST00000865696.1",
"protein_id": "ENSP00000535755.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 719,
"cds_start": 1529,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865696.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1529A>T",
"hgvs_p": "p.Tyr510Phe",
"transcript": "ENST00000865710.1",
"protein_id": "ENSP00000535769.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 719,
"cds_start": 1529,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865710.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1514A>T",
"hgvs_p": "p.Tyr505Phe",
"transcript": "ENST00000865665.1",
"protein_id": "ENSP00000535724.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 714,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865665.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1514A>T",
"hgvs_p": "p.Tyr505Phe",
"transcript": "ENST00000865666.1",
"protein_id": "ENSP00000535725.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 714,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865666.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1514A>T",
"hgvs_p": "p.Tyr505Phe",
"transcript": "ENST00000865676.1",
"protein_id": "ENSP00000535735.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 714,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865676.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1514A>T",
"hgvs_p": "p.Tyr505Phe",
"transcript": "ENST00000865712.1",
"protein_id": "ENSP00000535771.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 714,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865712.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1514A>T",
"hgvs_p": "p.Tyr505Phe",
"transcript": "ENST00000865731.1",
"protein_id": "ENSP00000535790.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 714,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865731.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1514A>T",
"hgvs_p": "p.Tyr505Phe",
"transcript": "ENST00000865740.1",
"protein_id": "ENSP00000535799.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 714,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865740.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1514A>T",
"hgvs_p": "p.Tyr505Phe",
"transcript": "ENST00000865742.1",
"protein_id": "ENSP00000535801.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 714,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865742.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1514A>T",
"hgvs_p": "p.Tyr505Phe",
"transcript": "ENST00000865747.1",
"protein_id": "ENSP00000535806.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 714,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865747.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1514A>T",
"hgvs_p": "p.Tyr505Phe",
"transcript": "ENST00000865765.1",
"protein_id": "ENSP00000535824.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 714,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865765.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1514A>T",
"hgvs_p": "p.Tyr505Phe",
"transcript": "ENST00000865768.1",
"protein_id": "ENSP00000535827.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 714,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865768.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1514A>T",
"hgvs_p": "p.Tyr505Phe",
"transcript": "ENST00000865776.1",
"protein_id": "ENSP00000535835.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 714,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865776.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1514A>T",
"hgvs_p": "p.Tyr505Phe",
"transcript": "ENST00000865777.1",
"protein_id": "ENSP00000535836.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 714,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865777.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1493A>T",
"hgvs_p": "p.Tyr498Phe",
"transcript": "ENST00000865679.1",
"protein_id": "ENSP00000535738.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 707,
"cds_start": 1493,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865679.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1493A>T",
"hgvs_p": "p.Tyr498Phe",
"transcript": "ENST00000865726.1",
"protein_id": "ENSP00000535785.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 707,
"cds_start": 1493,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865726.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1481A>T",
"hgvs_p": "p.Tyr494Phe",
"transcript": "ENST00000865682.1",
"protein_id": "ENSP00000535741.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 703,
"cds_start": 1481,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865682.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1481A>T",
"hgvs_p": "p.Tyr494Phe",
"transcript": "ENST00000865722.1",
"protein_id": "ENSP00000535781.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 703,
"cds_start": 1481,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865722.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1478A>T",
"hgvs_p": "p.Tyr493Phe",
"transcript": "ENST00000945967.1",
"protein_id": "ENSP00000616026.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 702,
"cds_start": 1478,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945967.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1472A>T",
"hgvs_p": "p.Tyr491Phe",
"transcript": "ENST00000865736.1",
"protein_id": "ENSP00000535795.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 700,
"cds_start": 1472,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865736.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1469A>T",
"hgvs_p": "p.Tyr490Phe",
"transcript": "ENST00000865730.1",
"protein_id": "ENSP00000535789.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 699,
"cds_start": 1469,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865730.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1469A>T",
"hgvs_p": "p.Tyr490Phe",
"transcript": "ENST00000865744.1",
"protein_id": "ENSP00000535803.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 699,
"cds_start": 1469,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865744.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1463A>T",
"hgvs_p": "p.Tyr488Phe",
"transcript": "ENST00000865673.1",
"protein_id": "ENSP00000535732.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 697,
"cds_start": 1463,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865673.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1457A>T",
"hgvs_p": "p.Tyr486Phe",
"transcript": "ENST00000865720.1",
"protein_id": "ENSP00000535779.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 695,
"cds_start": 1457,
"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": "ENST00000865720.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1457A>T",
"hgvs_p": "p.Tyr486Phe",
"transcript": "ENST00000865756.1",
"protein_id": "ENSP00000535815.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 695,
"cds_start": 1457,
"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": "ENST00000865756.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1457A>T",
"hgvs_p": "p.Tyr486Phe",
"transcript": "ENST00000865758.1",
"protein_id": "ENSP00000535817.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 695,
"cds_start": 1457,
"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": "ENST00000865758.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1448A>T",
"hgvs_p": "p.Tyr483Phe",
"transcript": "ENST00000865664.1",
"protein_id": "ENSP00000535723.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 692,
"cds_start": 1448,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865664.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1448A>T",
"hgvs_p": "p.Tyr483Phe",
"transcript": "ENST00000865729.1",
"protein_id": "ENSP00000535788.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 692,
"cds_start": 1448,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865729.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1448A>T",
"hgvs_p": "p.Tyr483Phe",
"transcript": "ENST00000865733.1",
"protein_id": "ENSP00000535792.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 692,
"cds_start": 1448,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865733.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1448A>T",
"hgvs_p": "p.Tyr483Phe",
"transcript": "ENST00000865737.1",
"protein_id": "ENSP00000535796.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 692,
"cds_start": 1448,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865737.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1448A>T",
"hgvs_p": "p.Tyr483Phe",
"transcript": "ENST00000865741.1",
"protein_id": "ENSP00000535800.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 692,
"cds_start": 1448,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865741.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1448A>T",
"hgvs_p": "p.Tyr483Phe",
"transcript": "ENST00000865761.1",
"protein_id": "ENSP00000535820.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 692,
"cds_start": 1448,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865761.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1448A>T",
"hgvs_p": "p.Tyr483Phe",
"transcript": "ENST00000865772.1",
"protein_id": "ENSP00000535831.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 692,
"cds_start": 1448,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865772.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1448A>T",
"hgvs_p": "p.Tyr483Phe",
"transcript": "ENST00000865775.1",
"protein_id": "ENSP00000535834.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 692,
"cds_start": 1448,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865775.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1445A>T",
"hgvs_p": "p.Tyr482Phe",
"transcript": "ENST00000865659.1",
"protein_id": "ENSP00000535718.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 691,
"cds_start": 1445,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865659.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1445A>T",
"hgvs_p": "p.Tyr482Phe",
"transcript": "ENST00000865661.1",
"protein_id": "ENSP00000535720.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 691,
"cds_start": 1445,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865661.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1445A>T",
"hgvs_p": "p.Tyr482Phe",
"transcript": "ENST00000865672.1",
"protein_id": "ENSP00000535731.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 691,
"cds_start": 1445,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865672.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1445A>T",
"hgvs_p": "p.Tyr482Phe",
"transcript": "ENST00000865674.1",
"protein_id": "ENSP00000535733.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 691,
"cds_start": 1445,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865674.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1445A>T",
"hgvs_p": "p.Tyr482Phe",
"transcript": "ENST00000865717.1",
"protein_id": "ENSP00000535776.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 691,
"cds_start": 1445,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865717.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1445A>T",
"hgvs_p": "p.Tyr482Phe",
"transcript": "ENST00000865734.1",
"protein_id": "ENSP00000535793.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 691,
"cds_start": 1445,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865734.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1445A>T",
"hgvs_p": "p.Tyr482Phe",
"transcript": "ENST00000865743.1",
"protein_id": "ENSP00000535802.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 691,
"cds_start": 1445,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865743.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1445A>T",
"hgvs_p": "p.Tyr482Phe",
"transcript": "ENST00000865748.1",
"protein_id": "ENSP00000535807.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 691,
"cds_start": 1445,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865748.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1445A>T",
"hgvs_p": "p.Tyr482Phe",
"transcript": "ENST00000865759.1",
"protein_id": "ENSP00000535818.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 691,
"cds_start": 1445,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865759.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1439A>T",
"hgvs_p": "p.Tyr480Phe",
"transcript": "ENST00000865709.1",
"protein_id": "ENSP00000535768.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 689,
"cds_start": 1439,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865709.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1391A>T",
"hgvs_p": "p.Tyr464Phe",
"transcript": "ENST00000865692.1",
"protein_id": "ENSP00000535751.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 673,
"cds_start": 1391,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865692.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1388A>T",
"hgvs_p": "p.Tyr463Phe",
"transcript": "ENST00000865695.1",
"protein_id": "ENSP00000535754.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 672,
"cds_start": 1388,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865695.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1388A>T",
"hgvs_p": "p.Tyr463Phe",
"transcript": "ENST00000865739.1",
"protein_id": "ENSP00000535798.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 672,
"cds_start": 1388,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865739.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1379A>T",
"hgvs_p": "p.Tyr460Phe",
"transcript": "ENST00000865728.1",
"protein_id": "ENSP00000535787.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 669,
"cds_start": 1379,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865728.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1379A>T",
"hgvs_p": "p.Tyr460Phe",
"transcript": "ENST00000865735.1",
"protein_id": "ENSP00000535794.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 669,
"cds_start": 1379,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865735.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1379A>T",
"hgvs_p": "p.Tyr460Phe",
"transcript": "ENST00000865767.1",
"protein_id": "ENSP00000535826.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 669,
"cds_start": 1379,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865767.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1370A>T",
"hgvs_p": "p.Tyr457Phe",
"transcript": "NM_003603.7",
"protein_id": "NP_003594.3",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 666,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003603.7"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1370A>T",
"hgvs_p": "p.Tyr457Phe",
"transcript": "ENST00000945969.1",
"protein_id": "ENSP00000616028.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 666,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945969.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1370A>T",
"hgvs_p": "p.Tyr457Phe",
"transcript": "ENST00000945972.1",
"protein_id": "ENSP00000616031.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 666,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945972.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1355A>T",
"hgvs_p": "p.Tyr452Phe",
"transcript": "NM_001145672.2",
"protein_id": "NP_001139144.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 661,
"cds_start": 1355,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145672.2"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1355A>T",
"hgvs_p": "p.Tyr452Phe",
"transcript": "ENST00000451974.6",
"protein_id": "ENSP00000401818.2",
"transcript_support_level": 5,
"aa_start": 452,
"aa_end": null,
"aa_length": 661,
"cds_start": 1355,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000451974.6"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1355A>T",
"hgvs_p": "p.Tyr452Phe",
"transcript": "ENST00000865663.1",
"protein_id": "ENSP00000535722.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 661,
"cds_start": 1355,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865663.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1355A>T",
"hgvs_p": "p.Tyr452Phe",
"transcript": "ENST00000865745.1",
"protein_id": "ENSP00000535804.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 661,
"cds_start": 1355,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865745.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1355A>T",
"hgvs_p": "p.Tyr452Phe",
"transcript": "ENST00000865753.1",
"protein_id": "ENSP00000535812.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 661,
"cds_start": 1355,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865753.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1355A>T",
"hgvs_p": "p.Tyr452Phe",
"transcript": "ENST00000865770.1",
"protein_id": "ENSP00000535829.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 661,
"cds_start": 1355,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865770.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1355A>T",
"hgvs_p": "p.Tyr452Phe",
"transcript": "ENST00000865778.1",
"protein_id": "ENSP00000535837.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 661,
"cds_start": 1355,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865778.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1307A>T",
"hgvs_p": "p.Tyr436Phe",
"transcript": "ENST00000865723.1",
"protein_id": "ENSP00000535782.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 645,
"cds_start": 1307,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865723.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1304A>T",
"hgvs_p": "p.Tyr435Phe",
"transcript": "NM_001145670.2",
"protein_id": "NP_001139142.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 644,
"cds_start": 1304,
"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": "NM_001145670.2"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1286A>T",
"hgvs_p": "p.Tyr429Phe",
"transcript": "ENST00000865670.1",
"protein_id": "ENSP00000535729.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 638,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865670.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1286A>T",
"hgvs_p": "p.Tyr429Phe",
"transcript": "ENST00000865683.1",
"protein_id": "ENSP00000535742.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 638,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865683.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1286A>T",
"hgvs_p": "p.Tyr429Phe",
"transcript": "ENST00000865698.1",
"protein_id": "ENSP00000535757.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 638,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865698.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1286A>T",
"hgvs_p": "p.Tyr429Phe",
"transcript": "ENST00000865749.1",
"protein_id": "ENSP00000535808.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 638,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865749.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1286A>T",
"hgvs_p": "p.Tyr429Phe",
"transcript": "ENST00000865760.1",
"protein_id": "ENSP00000535819.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 638,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865760.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1286A>T",
"hgvs_p": "p.Tyr429Phe",
"transcript": "ENST00000865769.1",
"protein_id": "ENSP00000535828.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 638,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865769.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1277A>T",
"hgvs_p": "p.Tyr426Phe",
"transcript": "ENST00000865681.1",
"protein_id": "ENSP00000535740.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 635,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865681.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1253A>T",
"hgvs_p": "p.Tyr418Phe",
"transcript": "ENST00000865677.1",
"protein_id": "ENSP00000535736.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 627,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865677.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1253A>T",
"hgvs_p": "p.Tyr418Phe",
"transcript": "ENST00000865771.1",
"protein_id": "ENSP00000535830.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 627,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865771.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1253A>T",
"hgvs_p": "p.Tyr418Phe",
"transcript": "ENST00000945968.1",
"protein_id": "ENSP00000616027.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 627,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945968.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1253A>T",
"hgvs_p": "p.Tyr418Phe",
"transcript": "ENST00000945970.1",
"protein_id": "ENSP00000616029.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 627,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945970.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1253A>T",
"hgvs_p": "p.Tyr418Phe",
"transcript": "ENST00000945973.1",
"protein_id": "ENSP00000616032.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 627,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945973.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1184A>T",
"hgvs_p": "p.Tyr395Phe",
"transcript": "ENST00000865719.1",
"protein_id": "ENSP00000535778.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 604,
"cds_start": 1184,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865719.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1184A>T",
"hgvs_p": "p.Tyr395Phe",
"transcript": "ENST00000865762.1",
"protein_id": "ENSP00000535821.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 604,
"cds_start": 1184,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865762.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.1019A>T",
"hgvs_p": "p.Tyr340Phe",
"transcript": "ENST00000498125.6",
"protein_id": "ENSP00000511892.1",
"transcript_support_level": 5,
"aa_start": 340,
"aa_end": null,
"aa_length": 515,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000498125.6"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.848A>T",
"hgvs_p": "p.Tyr283Phe",
"transcript": "NM_001145675.3",
"protein_id": "NP_001139147.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 492,
"cds_start": 848,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145675.3"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.848A>T",
"hgvs_p": "p.Tyr283Phe",
"transcript": "ENST00000490562.6",
"protein_id": "ENSP00000511889.1",
"transcript_support_level": 4,
"aa_start": 283,
"aa_end": null,
"aa_length": 492,
"cds_start": 848,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000490562.6"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.593A>T",
"hgvs_p": "p.Tyr198Phe",
"transcript": "ENST00000865671.1",
"protein_id": "ENSP00000535730.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 407,
"cds_start": 593,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865671.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.167A>T",
"hgvs_p": "p.Tyr56Phe",
"transcript": "ENST00000698536.1",
"protein_id": "ENSP00000513782.1",
"transcript_support_level": null,
"aa_start": 56,
"aa_end": null,
"aa_length": 301,
"cds_start": 167,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698536.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "c.167A>T",
"hgvs_p": "p.Tyr56Phe",
"transcript": "ENST00000698537.1",
"protein_id": "ENSP00000513783.1",
"transcript_support_level": null,
"aa_start": 56,
"aa_end": null,
"aa_length": 295,
"cds_start": 167,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698537.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "n.96A>T",
"hgvs_p": null,
"transcript": "ENST00000480146.1",
"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": "retained_intron",
"feature": "ENST00000480146.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"hgvs_c": "n.5670A>T",
"hgvs_p": null,
"transcript": "ENST00000698538.1",
"protein_id": null,
"transcript_support_level": null,
"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": "retained_intron",
"feature": "ENST00000698538.1"
}
],
"gene_symbol": "SORBS2",
"gene_hgnc_id": 24098,
"dbsnp": "rs1406179391",
"frequency_reference_population": 6.8473827e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84738e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5053081512451172,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.14000000059604645,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.34,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1231,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.27,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 8.001,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.14,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001395207.1",
"gene_symbol": "SORBS2",
"hgnc_id": 24098,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3272A>T",
"hgvs_p": "p.Tyr1091Phe"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}