| Literature DB >> 25522186 |
Abstract
BACKGROUND: ER-Golgi network plays an important role in the processing, sorting and transport of proteins, and it's also a site for many signaling pathways that regulate the cell cycle. Accumulating evidence suggests that, the stressed ER and malfunction of Golgi apparatus are associated with the pathogenesis of cancer and Alzheimer's disease (AD). Our previous work discovered and verified that altering the expression levels of target SNARE and GEF could modulate the size of Golgi apparatus. Moreover, Golgi's structure and size undergo dramatic changes during the development of several diseases. It is of importance to investigate the roles of ER-Golgi network in the cell cycle progression and some diseases.Entities:
Mesh:
Year: 2014 PMID: 25522186 PMCID: PMC4290691 DOI: 10.1186/1752-0509-8-S4-S3
Source DB: PubMed Journal: BMC Syst Biol ISSN: 1752-0509
Figure 1ER stress-induced and Golgi-related signaling pathways in the cell cycle. The proposed network includes the input nodes (ATF6, PERK, IRE1) on the ER and S1P/S2P on the Golgi due to ER stress, and 3 output nodes (cell's fate: Cancer, Apoptosis, Alzheimer). The symbol → denotes activation, while denotes inhibition, except ATF6 → S1/2P → ATF6f which represents that, ATF6 enters the Golgi and it is processed by S1/2P, leading to the final product ATF6f.
Figure 2Synchronous SMV code for the ER-Golgi network model checking. The synchronous SMV program consists of one main module. All the variable are declared with the keyword VAR. The initial values (init) and state transition update (next) are defined with the keyword "ASSIGN". The CTL formula is encoded with the keyword "SPEC".
Figure 3Asynchronous SMV code for the ER-Golgi network model checking. The asynchronous SMV program consists of more than one module with or without parameters besides the main module. Each asynchronous process/event for a declared variable should be instantiated using the keyword "process". The variable declaration, initialization and update in each module still use the keywords "VAR", "init" and "next" respectively.