← 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: 14-73277282-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=73277282&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 73277282,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001005743.2",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1252G>T",
"hgvs_p": "p.Gly418Cys",
"transcript": "NM_001005743.2",
"protein_id": "NP_001005743.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 651,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000555238.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001005743.2"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1252G>T",
"hgvs_p": "p.Gly418Cys",
"transcript": "ENST00000555238.6",
"protein_id": "ENSP00000451300.1",
"transcript_support_level": 1,
"aa_start": 418,
"aa_end": null,
"aa_length": 651,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001005743.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555238.6"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000557597.5",
"protein_id": "ENSP00000451117.1",
"transcript_support_level": 1,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557597.5"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000356296.8",
"protein_id": "ENSP00000348644.4",
"transcript_support_level": 1,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356296.8"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000555394.5",
"protein_id": "ENSP00000451625.1",
"transcript_support_level": 1,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555394.5"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000554546.5",
"protein_id": "ENSP00000452416.1",
"transcript_support_level": 1,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554546.5"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.820G>T",
"hgvs_p": "p.Gly274Cys",
"transcript": "ENST00000556772.5",
"protein_id": "ENSP00000451513.1",
"transcript_support_level": 1,
"aa_start": 274,
"aa_end": null,
"aa_length": 507,
"cds_start": 820,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556772.5"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.814G>T",
"hgvs_p": "p.Gly272Cys",
"transcript": "ENST00000560335.5",
"protein_id": "ENSP00000453209.1",
"transcript_support_level": 1,
"aa_start": 272,
"aa_end": null,
"aa_length": 505,
"cds_start": 814,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000560335.5"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.781G>T",
"hgvs_p": "p.Gly261Cys",
"transcript": "ENST00000555738.6",
"protein_id": "ENSP00000452069.2",
"transcript_support_level": 1,
"aa_start": 261,
"aa_end": null,
"aa_length": 494,
"cds_start": 781,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555738.6"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.667G>T",
"hgvs_p": "p.Gly223Cys",
"transcript": "ENST00000559312.5",
"protein_id": "ENSP00000452888.1",
"transcript_support_level": 1,
"aa_start": 223,
"aa_end": null,
"aa_length": 456,
"cds_start": 667,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559312.5"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.634G>T",
"hgvs_p": "p.Gly212Cys",
"transcript": "ENST00000554521.6",
"protein_id": "ENSP00000450817.2",
"transcript_support_level": 1,
"aa_start": 212,
"aa_end": null,
"aa_length": 445,
"cds_start": 634,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554521.6"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1321G>T",
"hgvs_p": "p.Gly441Cys",
"transcript": "ENST00000925296.1",
"protein_id": "ENSP00000595355.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 674,
"cds_start": 1321,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925296.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1288G>T",
"hgvs_p": "p.Gly430Cys",
"transcript": "ENST00000863629.1",
"protein_id": "ENSP00000533688.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 663,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863629.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1288G>T",
"hgvs_p": "p.Gly430Cys",
"transcript": "ENST00000863643.1",
"protein_id": "ENSP00000533702.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 663,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863643.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1252G>T",
"hgvs_p": "p.Gly418Cys",
"transcript": "ENST00000355058.7",
"protein_id": "ENSP00000347169.3",
"transcript_support_level": 5,
"aa_start": 418,
"aa_end": null,
"aa_length": 651,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355058.7"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1252G>T",
"hgvs_p": "p.Gly418Cys",
"transcript": "ENST00000863614.1",
"protein_id": "ENSP00000533673.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 651,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863614.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1252G>T",
"hgvs_p": "p.Gly418Cys",
"transcript": "ENST00000863627.1",
"protein_id": "ENSP00000533686.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 651,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863627.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1252G>T",
"hgvs_p": "p.Gly418Cys",
"transcript": "ENST00000863651.1",
"protein_id": "ENSP00000533710.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 651,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863651.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1252G>T",
"hgvs_p": "p.Gly418Cys",
"transcript": "ENST00000863652.1",
"protein_id": "ENSP00000533711.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 651,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863652.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1252G>T",
"hgvs_p": "p.Gly418Cys",
"transcript": "ENST00000863656.1",
"protein_id": "ENSP00000533715.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 651,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863656.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1252G>T",
"hgvs_p": "p.Gly418Cys",
"transcript": "ENST00000925290.1",
"protein_id": "ENSP00000595349.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 651,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925290.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1252G>T",
"hgvs_p": "p.Gly418Cys",
"transcript": "ENST00000925293.1",
"protein_id": "ENSP00000595352.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 651,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925293.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Gly415Cys",
"transcript": "ENST00000863616.1",
"protein_id": "ENSP00000533675.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 648,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863616.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Gly415Cys",
"transcript": "ENST00000863622.1",
"protein_id": "ENSP00000533681.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 648,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863622.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Gly415Cys",
"transcript": "ENST00000863639.1",
"protein_id": "ENSP00000533698.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 648,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863639.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "NM_003744.6",
"protein_id": "NP_003735.3",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003744.6"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000359560.7",
"protein_id": "ENSP00000352563.3",
"transcript_support_level": 5,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359560.7"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000863601.1",
"protein_id": "ENSP00000533660.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863601.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000863608.1",
"protein_id": "ENSP00000533667.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863608.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000863613.1",
"protein_id": "ENSP00000533672.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863613.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000863615.1",
"protein_id": "ENSP00000533674.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863615.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000863624.1",
"protein_id": "ENSP00000533683.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863624.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000863638.1",
"protein_id": "ENSP00000533697.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863638.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000863644.1",
"protein_id": "ENSP00000533703.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863644.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000863645.1",
"protein_id": "ENSP00000533704.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863645.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000863648.1",
"protein_id": "ENSP00000533707.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863648.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000863672.1",
"protein_id": "ENSP00000533731.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863672.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000925294.1",
"protein_id": "ENSP00000595353.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925294.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000957456.1",
"protein_id": "ENSP00000627515.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957456.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1219G>T",
"hgvs_p": "p.Gly407Cys",
"transcript": "ENST00000957471.1",
"protein_id": "ENSP00000627530.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 640,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957471.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1210G>T",
"hgvs_p": "p.Gly404Cys",
"transcript": "ENST00000863605.1",
"protein_id": "ENSP00000533664.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 637,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863605.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1210G>T",
"hgvs_p": "p.Gly404Cys",
"transcript": "ENST00000863612.1",
"protein_id": "ENSP00000533671.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 637,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863612.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Gly393Cys",
"transcript": "ENST00000957469.1",
"protein_id": "ENSP00000627528.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 626,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957469.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1162G>T",
"hgvs_p": "p.Gly388Cys",
"transcript": "ENST00000925287.1",
"protein_id": "ENSP00000595346.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 621,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925287.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "NM_001005744.2",
"protein_id": "NP_001005744.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001005744.2"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "NM_001320114.2",
"protein_id": "NP_001307043.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320114.2"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000535282.5",
"protein_id": "ENSP00000441258.2",
"transcript_support_level": 5,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535282.5"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000863607.1",
"protein_id": "ENSP00000533666.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863607.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000863617.1",
"protein_id": "ENSP00000533676.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863617.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000863647.1",
"protein_id": "ENSP00000533706.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863647.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000863653.1",
"protein_id": "ENSP00000533712.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863653.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000863661.1",
"protein_id": "ENSP00000533720.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863661.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000863670.1",
"protein_id": "ENSP00000533729.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863670.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000925288.1",
"protein_id": "ENSP00000595347.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925288.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000957455.1",
"protein_id": "ENSP00000627514.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957455.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000957458.1",
"protein_id": "ENSP00000627517.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957458.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000957467.1",
"protein_id": "ENSP00000627526.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957467.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000957470.1",
"protein_id": "ENSP00000627529.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957470.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000957473.1",
"protein_id": "ENSP00000627532.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957473.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1108G>T",
"hgvs_p": "p.Gly370Cys",
"transcript": "ENST00000957475.1",
"protein_id": "ENSP00000627534.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 603,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957475.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1099G>T",
"hgvs_p": "p.Gly367Cys",
"transcript": "ENST00000863604.1",
"protein_id": "ENSP00000533663.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 600,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863604.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1099G>T",
"hgvs_p": "p.Gly367Cys",
"transcript": "ENST00000863611.1",
"protein_id": "ENSP00000533670.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 600,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863611.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1099G>T",
"hgvs_p": "p.Gly367Cys",
"transcript": "ENST00000863626.1",
"protein_id": "ENSP00000533685.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 600,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863626.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1099G>T",
"hgvs_p": "p.Gly367Cys",
"transcript": "ENST00000863650.1",
"protein_id": "ENSP00000533709.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 600,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863650.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1099G>T",
"hgvs_p": "p.Gly367Cys",
"transcript": "ENST00000863657.1",
"protein_id": "ENSP00000533716.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 600,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863657.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1099G>T",
"hgvs_p": "p.Gly367Cys",
"transcript": "ENST00000925285.1",
"protein_id": "ENSP00000595344.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 600,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925285.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1078G>T",
"hgvs_p": "p.Gly360Cys",
"transcript": "ENST00000863618.1",
"protein_id": "ENSP00000533677.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 593,
"cds_start": 1078,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863618.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "NM_001005745.2",
"protein_id": "NP_001005745.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001005745.2"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000863595.1",
"protein_id": "ENSP00000533654.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863595.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000863598.1",
"protein_id": "ENSP00000533657.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863598.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000863599.1",
"protein_id": "ENSP00000533658.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863599.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000863600.1",
"protein_id": "ENSP00000533659.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863600.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000863606.1",
"protein_id": "ENSP00000533665.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863606.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000863610.1",
"protein_id": "ENSP00000533669.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863610.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000863646.1",
"protein_id": "ENSP00000533705.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863646.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000863663.1",
"protein_id": "ENSP00000533722.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863663.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000863665.1",
"protein_id": "ENSP00000533724.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863665.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000863667.1",
"protein_id": "ENSP00000533726.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863667.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000863668.1",
"protein_id": "ENSP00000533727.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863668.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000863669.1",
"protein_id": "ENSP00000533728.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863669.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000863671.1",
"protein_id": "ENSP00000533730.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863671.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000957445.1",
"protein_id": "ENSP00000627504.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957445.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000957446.1",
"protein_id": "ENSP00000627505.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957446.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000957447.1",
"protein_id": "ENSP00000627506.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957447.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000957448.1",
"protein_id": "ENSP00000627507.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957448.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000957449.1",
"protein_id": "ENSP00000627508.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957449.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000957452.1",
"protein_id": "ENSP00000627511.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957452.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000957457.1",
"protein_id": "ENSP00000627516.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957457.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000957459.1",
"protein_id": "ENSP00000627518.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957459.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000957461.1",
"protein_id": "ENSP00000627520.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957461.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000957462.1",
"protein_id": "ENSP00000627521.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957462.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000957465.1",
"protein_id": "ENSP00000627524.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957465.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Gly359Cys",
"transcript": "ENST00000957468.1",
"protein_id": "ENSP00000627527.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 592,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957468.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1066G>T",
"hgvs_p": "p.Gly356Cys",
"transcript": "ENST00000863609.1",
"protein_id": "ENSP00000533668.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 589,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863609.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1066G>T",
"hgvs_p": "p.Gly356Cys",
"transcript": "ENST00000863620.1",
"protein_id": "ENSP00000533679.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 589,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863620.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1066G>T",
"hgvs_p": "p.Gly356Cys",
"transcript": "ENST00000863635.1",
"protein_id": "ENSP00000533694.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 589,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863635.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1066G>T",
"hgvs_p": "p.Gly356Cys",
"transcript": "ENST00000863649.1",
"protein_id": "ENSP00000533708.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 589,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863649.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1066G>T",
"hgvs_p": "p.Gly356Cys",
"transcript": "ENST00000925283.1",
"protein_id": "ENSP00000595342.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 589,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925283.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1066G>T",
"hgvs_p": "p.Gly356Cys",
"transcript": "ENST00000925295.1",
"protein_id": "ENSP00000595354.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 589,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925295.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1066G>T",
"hgvs_p": "p.Gly356Cys",
"transcript": "ENST00000957463.1",
"protein_id": "ENSP00000627522.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 589,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957463.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1066G>T",
"hgvs_p": "p.Gly356Cys",
"transcript": "ENST00000957476.1",
"protein_id": "ENSP00000627535.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 589,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957476.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1033G>T",
"hgvs_p": "p.Gly345Cys",
"transcript": "ENST00000863662.1",
"protein_id": "ENSP00000533721.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 578,
"cds_start": 1033,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863662.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1003G>T",
"hgvs_p": "p.Gly335Cys",
"transcript": "ENST00000863634.1",
"protein_id": "ENSP00000533693.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 568,
"cds_start": 1003,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863634.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.1000G>T",
"hgvs_p": "p.Gly334Cys",
"transcript": "ENST00000863641.1",
"protein_id": "ENSP00000533700.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 567,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863641.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Gly331Cys",
"transcript": "ENST00000863632.1",
"protein_id": "ENSP00000533691.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 564,
"cds_start": 991,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863632.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Gly331Cys",
"transcript": "ENST00000863636.1",
"protein_id": "ENSP00000533695.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 564,
"cds_start": 991,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863636.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Gly331Cys",
"transcript": "ENST00000957451.1",
"protein_id": "ENSP00000627510.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 564,
"cds_start": 991,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957451.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.967G>T",
"hgvs_p": "p.Gly323Cys",
"transcript": "ENST00000863640.1",
"protein_id": "ENSP00000533699.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 556,
"cds_start": 967,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863640.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.958G>T",
"hgvs_p": "p.Gly320Cys",
"transcript": "ENST00000863621.1",
"protein_id": "ENSP00000533680.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 553,
"cds_start": 958,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863621.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.958G>T",
"hgvs_p": "p.Gly320Cys",
"transcript": "ENST00000863633.1",
"protein_id": "ENSP00000533692.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 553,
"cds_start": 958,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863633.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.958G>T",
"hgvs_p": "p.Gly320Cys",
"transcript": "ENST00000925284.1",
"protein_id": "ENSP00000595343.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 553,
"cds_start": 958,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925284.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.958G>T",
"hgvs_p": "p.Gly320Cys",
"transcript": "ENST00000925286.1",
"protein_id": "ENSP00000595345.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 553,
"cds_start": 958,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925286.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.958G>T",
"hgvs_p": "p.Gly320Cys",
"transcript": "ENST00000925292.1",
"protein_id": "ENSP00000595351.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 553,
"cds_start": 958,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925292.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.958G>T",
"hgvs_p": "p.Gly320Cys",
"transcript": "ENST00000957450.1",
"protein_id": "ENSP00000627509.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 553,
"cds_start": 958,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957450.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.934G>T",
"hgvs_p": "p.Gly312Cys",
"transcript": "ENST00000863631.1",
"protein_id": "ENSP00000533690.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 545,
"cds_start": 934,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863631.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.934G>T",
"hgvs_p": "p.Gly312Cys",
"transcript": "ENST00000957454.1",
"protein_id": "ENSP00000627513.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 545,
"cds_start": 934,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957454.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.934G>T",
"hgvs_p": "p.Gly312Cys",
"transcript": "ENST00000957464.1",
"protein_id": "ENSP00000627523.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 545,
"cds_start": 934,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957464.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.925G>T",
"hgvs_p": "p.Gly309Cys",
"transcript": "ENST00000863596.1",
"protein_id": "ENSP00000533655.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 542,
"cds_start": 925,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863596.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.925G>T",
"hgvs_p": "p.Gly309Cys",
"transcript": "ENST00000863623.1",
"protein_id": "ENSP00000533682.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 542,
"cds_start": 925,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863623.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.925G>T",
"hgvs_p": "p.Gly309Cys",
"transcript": "ENST00000863628.1",
"protein_id": "ENSP00000533687.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 542,
"cds_start": 925,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863628.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.925G>T",
"hgvs_p": "p.Gly309Cys",
"transcript": "ENST00000863642.1",
"protein_id": "ENSP00000533701.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 542,
"cds_start": 925,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863642.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.892G>T",
"hgvs_p": "p.Gly298Cys",
"transcript": "ENST00000863637.1",
"protein_id": "ENSP00000533696.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 531,
"cds_start": 892,
"cds_end": null,
"cds_length": 1596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863637.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.859G>T",
"hgvs_p": "p.Gly287Cys",
"transcript": "ENST00000863630.1",
"protein_id": "ENSP00000533689.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 520,
"cds_start": 859,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863630.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.859G>T",
"hgvs_p": "p.Gly287Cys",
"transcript": "ENST00000863655.1",
"protein_id": "ENSP00000533713.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 520,
"cds_start": 859,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863655.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.814G>T",
"hgvs_p": "p.Gly272Cys",
"transcript": "ENST00000863602.1",
"protein_id": "ENSP00000533661.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 505,
"cds_start": 814,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863602.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.781G>T",
"hgvs_p": "p.Gly261Cys",
"transcript": "ENST00000863603.1",
"protein_id": "ENSP00000533662.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 494,
"cds_start": 781,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863603.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.781G>T",
"hgvs_p": "p.Gly261Cys",
"transcript": "ENST00000863625.1",
"protein_id": "ENSP00000533684.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 494,
"cds_start": 781,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863625.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.781G>T",
"hgvs_p": "p.Gly261Cys",
"transcript": "ENST00000957466.1",
"protein_id": "ENSP00000627525.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 494,
"cds_start": 781,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957466.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.781G>T",
"hgvs_p": "p.Gly261Cys",
"transcript": "ENST00000957472.1",
"protein_id": "ENSP00000627531.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 494,
"cds_start": 781,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957472.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.673G>T",
"hgvs_p": "p.Gly225Cys",
"transcript": "ENST00000957460.1",
"protein_id": "ENSP00000627519.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 458,
"cds_start": 673,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957460.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.667G>T",
"hgvs_p": "p.Gly223Cys",
"transcript": "ENST00000544991.7",
"protein_id": "ENSP00000446001.3",
"transcript_support_level": 5,
"aa_start": 223,
"aa_end": null,
"aa_length": 456,
"cds_start": 667,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544991.7"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.667G>T",
"hgvs_p": "p.Gly223Cys",
"transcript": "ENST00000863597.1",
"protein_id": "ENSP00000533656.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 456,
"cds_start": 667,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863597.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.667G>T",
"hgvs_p": "p.Gly223Cys",
"transcript": "ENST00000925291.1",
"protein_id": "ENSP00000595350.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 456,
"cds_start": 667,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925291.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.667G>T",
"hgvs_p": "p.Gly223Cys",
"transcript": "ENST00000957474.1",
"protein_id": "ENSP00000627533.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 456,
"cds_start": 667,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957474.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.640G>T",
"hgvs_p": "p.Gly214Cys",
"transcript": "ENST00000863664.1",
"protein_id": "ENSP00000533723.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 447,
"cds_start": 640,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863664.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.640G>T",
"hgvs_p": "p.Gly214Cys",
"transcript": "ENST00000957453.1",
"protein_id": "ENSP00000627512.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 447,
"cds_start": 640,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957453.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.634G>T",
"hgvs_p": "p.Gly212Cys",
"transcript": "ENST00000863619.1",
"protein_id": "ENSP00000533678.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 445,
"cds_start": 634,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863619.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.634G>T",
"hgvs_p": "p.Gly212Cys",
"transcript": "ENST00000863666.1",
"protein_id": "ENSP00000533725.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 445,
"cds_start": 634,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863666.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "c.565G>T",
"hgvs_p": "p.Gly189Cys",
"transcript": "ENST00000925289.1",
"protein_id": "ENSP00000595348.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 422,
"cds_start": 565,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925289.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"hgvs_c": "n.1641G>T",
"hgvs_p": null,
"transcript": "ENST00000554014.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000554014.6"
}
],
"gene_symbol": "NUMB",
"gene_hgnc_id": 8060,
"dbsnp": "rs373974311",
"frequency_reference_population": 0.000028175893,
"hom_count_reference_population": 0,
"allele_count_reference_population": 45,
"gnomad_exomes_af": 0.0000290661,
"gnomad_genomes_af": 0.0000197202,
"gnomad_exomes_ac": 42,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1198573112487793,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.18,
"revel_prediction": "Benign",
"alphamissense_score": 0.1007,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.65,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001005743.2",
"gene_symbol": "NUMB",
"hgnc_id": 8060,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1252G>T",
"hgvs_p": "p.Gly418Cys"
}
],
"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
}