← 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: 15-29053917-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=29053917&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 29053917,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_005503.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "NM_001353788.2",
"protein_id": "NP_001340717.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000683413.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353788.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000683413.1",
"protein_id": "ENSP00000507394.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001353788.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683413.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000558259.5",
"protein_id": "ENSP00000454171.1",
"transcript_support_level": 1,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558259.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000411764.5",
"protein_id": "ENSP00000409312.1",
"transcript_support_level": 1,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000411764.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "n.356C>T",
"hgvs_p": null,
"transcript": "ENST00000559814.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000559814.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852561.1",
"protein_id": "ENSP00000522620.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 801,
"cds_start": 33,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852561.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000941655.1",
"protein_id": "ENSP00000611714.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 801,
"cds_start": 33,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941655.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852567.1",
"protein_id": "ENSP00000522626.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 791,
"cds_start": 33,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852567.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852565.1",
"protein_id": "ENSP00000522624.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 790,
"cds_start": 33,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852565.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852560.1",
"protein_id": "ENSP00000522619.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 789,
"cds_start": 33,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852560.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852564.1",
"protein_id": "ENSP00000522623.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 789,
"cds_start": 33,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852564.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000923490.1",
"protein_id": "ENSP00000593549.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 789,
"cds_start": 33,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923490.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852548.1",
"protein_id": "ENSP00000522607.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 778,
"cds_start": 33,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852548.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852545.1",
"protein_id": "ENSP00000522604.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 777,
"cds_start": 33,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852545.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000941654.1",
"protein_id": "ENSP00000611713.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 765,
"cds_start": 33,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941654.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852553.1",
"protein_id": "ENSP00000522612.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 751,
"cds_start": 33,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852553.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852557.1",
"protein_id": "ENSP00000522616.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 751,
"cds_start": 33,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852557.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000941649.1",
"protein_id": "ENSP00000611708.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 751,
"cds_start": 33,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941649.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000941651.1",
"protein_id": "ENSP00000611710.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 751,
"cds_start": 33,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941651.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000941652.1",
"protein_id": "ENSP00000611711.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 751,
"cds_start": 33,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941652.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000941657.1",
"protein_id": "ENSP00000611716.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 751,
"cds_start": 33,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941657.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "NM_001353789.2",
"protein_id": "NP_001340718.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353789.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "NM_001353790.2",
"protein_id": "NP_001340719.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353790.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "NM_001353791.2",
"protein_id": "NP_001340720.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353791.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "NM_001379685.1",
"protein_id": "NP_001366614.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001379685.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "NM_005503.3",
"protein_id": "NP_005494.2",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005503.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000558402.5",
"protein_id": "ENSP00000453293.1",
"transcript_support_level": 5,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558402.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000561069.5",
"protein_id": "ENSP00000453144.1",
"transcript_support_level": 5,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000561069.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852547.1",
"protein_id": "ENSP00000522606.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852547.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852551.1",
"protein_id": "ENSP00000522610.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852551.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852552.1",
"protein_id": "ENSP00000522611.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852552.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852555.1",
"protein_id": "ENSP00000522614.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852555.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852556.1",
"protein_id": "ENSP00000522615.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852556.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852558.1",
"protein_id": "ENSP00000522617.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852558.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852562.1",
"protein_id": "ENSP00000522621.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852562.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852568.1",
"protein_id": "ENSP00000522627.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852568.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852569.1",
"protein_id": "ENSP00000522628.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852569.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852570.1",
"protein_id": "ENSP00000522629.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852570.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000941650.1",
"protein_id": "ENSP00000611709.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941650.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000941653.1",
"protein_id": "ENSP00000611712.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941653.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000941656.1",
"protein_id": "ENSP00000611715.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941656.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000941658.1",
"protein_id": "ENSP00000611717.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941658.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000941660.1",
"protein_id": "ENSP00000611719.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941660.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852550.1",
"protein_id": "ENSP00000522609.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 739,
"cds_start": 33,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852550.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852575.1",
"protein_id": "ENSP00000522634.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 739,
"cds_start": 33,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852575.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000923487.1",
"protein_id": "ENSP00000593546.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 739,
"cds_start": 33,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923487.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000923489.1",
"protein_id": "ENSP00000593548.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 739,
"cds_start": 33,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923489.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "NM_001130414.1",
"protein_id": "NP_001123886.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001130414.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "NM_001353792.2",
"protein_id": "NP_001340721.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353792.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "NM_001353793.2",
"protein_id": "NP_001340722.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353793.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "NM_001353794.2",
"protein_id": "NP_001340723.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353794.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000558330.5",
"protein_id": "ENSP00000452722.1",
"transcript_support_level": 2,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558330.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852543.1",
"protein_id": "ENSP00000522602.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852543.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852544.1",
"protein_id": "ENSP00000522603.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852544.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852546.1",
"protein_id": "ENSP00000522605.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852546.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852549.1",
"protein_id": "ENSP00000522608.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852549.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852559.1",
"protein_id": "ENSP00000522618.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852559.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852563.1",
"protein_id": "ENSP00000522622.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852563.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852566.1",
"protein_id": "ENSP00000522625.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852566.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852571.1",
"protein_id": "ENSP00000522630.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852571.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852572.1",
"protein_id": "ENSP00000522631.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852572.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852573.1",
"protein_id": "ENSP00000522632.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852573.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852574.1",
"protein_id": "ENSP00000522633.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852574.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852576.1",
"protein_id": "ENSP00000522635.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852576.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852577.1",
"protein_id": "ENSP00000522636.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852577.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852578.1",
"protein_id": "ENSP00000522637.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852578.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852579.1",
"protein_id": "ENSP00000522638.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852579.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852580.1",
"protein_id": "ENSP00000522639.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852580.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852581.1",
"protein_id": "ENSP00000522640.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852581.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852582.1",
"protein_id": "ENSP00000522641.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852582.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852583.1",
"protein_id": "ENSP00000522642.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852583.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000923484.1",
"protein_id": "ENSP00000593543.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923484.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000923485.1",
"protein_id": "ENSP00000593544.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923485.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000923486.1",
"protein_id": "ENSP00000593545.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923486.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000923491.1",
"protein_id": "ENSP00000593550.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923491.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000923493.1",
"protein_id": "ENSP00000593552.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923493.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000923494.1",
"protein_id": "ENSP00000593553.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923494.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000941659.1",
"protein_id": "ENSP00000611718.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941659.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000941661.1",
"protein_id": "ENSP00000611720.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941661.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000923488.1",
"protein_id": "ENSP00000593547.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 727,
"cds_start": 33,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923488.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000923495.1",
"protein_id": "ENSP00000593554.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 727,
"cds_start": 33,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923495.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000923492.1",
"protein_id": "ENSP00000593551.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 708,
"cds_start": 33,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923492.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "NM_001353795.2",
"protein_id": "NP_001340724.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 702,
"cds_start": 33,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353795.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000852554.1",
"protein_id": "ENSP00000522613.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 647,
"cds_start": 33,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852554.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000558358.1",
"protein_id": "ENSP00000453715.1",
"transcript_support_level": 3,
"aa_start": 11,
"aa_end": null,
"aa_length": 262,
"cds_start": 33,
"cds_end": null,
"cds_length": 791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558358.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000560283.5",
"protein_id": "ENSP00000453034.1",
"transcript_support_level": 3,
"aa_start": 11,
"aa_end": null,
"aa_length": 111,
"cds_start": 33,
"cds_end": null,
"cds_length": 336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000560283.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000558804.5",
"protein_id": "ENSP00000454001.1",
"transcript_support_level": 4,
"aa_start": 11,
"aa_end": null,
"aa_length": 69,
"cds_start": 33,
"cds_end": null,
"cds_length": 210,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558804.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "ENST00000558206.1",
"protein_id": "ENSP00000453981.1",
"transcript_support_level": 4,
"aa_start": 11,
"aa_end": null,
"aa_length": 26,
"cds_start": 33,
"cds_end": null,
"cds_length": 82,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558206.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_011521488.4",
"protein_id": "XP_011519790.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521488.4"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_011521489.3",
"protein_id": "XP_011519791.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521489.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_011521490.3",
"protein_id": "XP_011519792.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521490.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_011521491.2",
"protein_id": "XP_011519793.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521491.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_011521492.3",
"protein_id": "XP_011519794.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521492.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_017022112.3",
"protein_id": "XP_016877601.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022112.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432409.1",
"protein_id": "XP_047288365.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432409.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432410.1",
"protein_id": "XP_047288366.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432410.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432411.1",
"protein_id": "XP_047288367.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432411.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432412.1",
"protein_id": "XP_047288368.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 749,
"cds_start": 33,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432412.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_024449909.2",
"protein_id": "XP_024305677.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 739,
"cds_start": 33,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449909.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432413.1",
"protein_id": "XP_047288369.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 739,
"cds_start": 33,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432413.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432414.1",
"protein_id": "XP_047288370.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432414.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432415.1",
"protein_id": "XP_047288371.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432415.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432416.1",
"protein_id": "XP_047288372.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432416.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432417.1",
"protein_id": "XP_047288373.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432417.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432418.1",
"protein_id": "XP_047288374.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432418.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432419.1",
"protein_id": "XP_047288375.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432419.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432420.1",
"protein_id": "XP_047288376.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432420.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432421.1",
"protein_id": "XP_047288377.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432421.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432422.1",
"protein_id": "XP_047288378.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432422.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432423.1",
"protein_id": "XP_047288379.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432423.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432424.1",
"protein_id": "XP_047288380.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432424.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432425.1",
"protein_id": "XP_047288381.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 737,
"cds_start": 33,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432425.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser",
"transcript": "XM_047432426.1",
"protein_id": "XP_047288382.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 690,
"cds_start": 33,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432426.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"hgvs_c": "c.*20C>T",
"hgvs_p": null,
"transcript": "ENST00000559709.5",
"protein_id": "ENSP00000452699.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 3,
"cds_start": null,
"cds_end": null,
"cds_length": 13,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559709.5"
}
],
"gene_symbol": "APBA2",
"gene_hgnc_id": 579,
"dbsnp": "rs116221298",
"frequency_reference_population": 0.0011936903,
"hom_count_reference_population": 22,
"allele_count_reference_population": 1925,
"gnomad_exomes_af": 0.00062027,
"gnomad_genomes_af": 0.0067043,
"gnomad_exomes_ac": 906,
"gnomad_genomes_ac": 1019,
"gnomad_exomes_homalt": 7,
"gnomad_genomes_homalt": 15,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.38999998569488525,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.14,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": -18,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -18,
"benign_score": 18,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_005503.3",
"gene_symbol": "APBA2",
"hgnc_id": 579,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Ser11Ser"
}
],
"clinvar_disease": "APBA2-related disorder,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided|APBA2-related disorder",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}