50 research outputs found

    Cell-free Circulating miRNA Biomarkers in Cancer.

    Get PDF
    Considerable attention and an enormous amount of resources have been dedicated to cancer biomarker discovery and validation. However, there are still a limited number of useful biomarkers available for clinical use. An ideal biomarker should be easily assayed with minimally invasive medical procedures but possess high sensitivity and specificity. Commonly used circulating biomarkers are proteins in serum, most of which require labor-intensive analysis hindered by low sensitivity in early tumor detection. Since the deregulation of microRNA (miRNA) is associated with cancer development and progression, profiling of circulating miRNAs has been used in a number of studies to identify novel minimally invasive miRNA biomarkers. In this review, we discuss the origin of the circulating cell-free miRNAs and their carriers in blood. We summarize the clinical use and function of potentially promising miRNA biomarkers in a variety of different cancers, along with their downstream target genes in tumor initiation and development. Additionally, we analyze some technical challenges in applying miRNA biomarkers to clinical practice

    implications for health and disease

    Get PDF
    Many aspects of human physiology and behavior display rhythmicity with a period of approximately 24 h. Rhythmic changes are controlled by an endogenous time keeper, the circadian clock, and include sleep-wake cycles, physical and mental performance capability, blood pressure, and body temperature. Consequently, many diseases, such as metabolic, sleep, autoimmune and mental disorders and cancer, are connected to the circadian rhythm. The development of therapies that take circadian biology into account is thus a promising strategy to improve treatments of diverse disorders, ranging from allergic syndromes to cancer. Circadian alteration of body functions and behavior are, at the molecular level, controlled and mediated by widespread changes in gene expression that happen in anticipation of predictably changing requirements during the day. At the core of the molecular clockwork is a well-studied transcription-translation negative feedback loop. However, evidence is emerging that additional post-transcriptional, RNA-based mechanisms are required to maintain proper clock function. Here, we will discuss recent work implicating regulated mRNA stability, translation and alternative splicing in the control of the mammalian circadian clock, and its role in health and disease

    Role of deregulated microRNAs in breast cancer progression Using FFPE tissue

    Get PDF
    MicroRNAs (miRNAs) contribute to cancer initiation and progression by silencing the expression of their target genes, causing either mRNA molecule degradation or translational inhibition. Intraductal epithelial proliferations of the breast are histologically and clinically classified into normal, atypical ductal hyperplasia (ADH), ductal carcinoma in situ (DCIS) and invasive ductal carcinoma (IDC). To better understand the progression of ductal breast cancer development, we attempt to identify deregulated miRNAs in this process using Formalin-Fixed, Paraffin-Embedded (FFPE) tissues from breast cancer patients. Following tissue microdissection, we obtained 8 normal, 4 ADH, 6 DCIS and 7 IDC samples, which were subject to RNA isolation and miRNA expression profiling analysis. We found that miR-21, miR-200b/c, miR-141, and miR-183 were consistently up-regulated in ADH, DCIS and IDC compared to normal, while miR-557 was uniquely down-regulated in DCIS. Interestingly, the most significant miRNA deregulations occurred during the transition from normal to ADH. However, the data did not reveal a step-wise miRNA alteration among discrete steps along tumor progression, which is in accordance with previous reports of mRNA profiling of different stages of breast cancer. Furthermore, the expression of MSH2 and SMAD7, two important molecules involving TGF-β pathway, was restored following miR-21 knockdown in both MCF-7 and Hs578T breast cancer cells. In this study, we have not only identified a number of potential candidate miRNAs for breast cancer, but also found that deregulation of miRNA expression during breast tumorigenesis might be an early event since it occurred significantly during normal to ADH transition. Consequently, we have demonstrated the feasibility of miRNA expression profiling analysis using archived FFPE tissues, typically with rich clinical information, as a means of miRNA biomarker discovery

    miR-671-5p inhibits epithelial-to-mesenchymal transition by downregulating FOXM1 expression in breast cancer.

    Get PDF
    MicroRNA (miRNA) dysfunction is associated with a variety of human diseases, including cancer. Our previous study showed that miR-671-5p was deregulated throughout breast cancer progression. Here, we report for the first time that miR-671-5p is a tumor-suppressor miRNA in breast tumorigenesis. We found that expression of miR-671-5p was decreased significantly in invasive ductal carcinoma (IDC) compared to normal in microdissected formalin-fixed, paraffin-embedded (FFPE) tissues. Forkhead Box M1 (FOXM1), an oncogenic transcription factor, was predicted as one of the direct targets of miR-671-5p, which was subsequently confirmed by luciferase assays. Forced expression of miR-671-5p in breast cancer cell lines downregulated FOXM1 expression, and attenuated the proliferation and invasion in breast cancer cell lines. Notably, overexpression of miR-671-5p resulted in a shift from epithelial-to-mesenchymal transition (EMT) to mesenchymal-to-epithelial transition (MET) phenotypes in MDA-MB-231 breast cancer cells and induced S-phase arrest. Moreover, miR-671-5p sensitized breast cancer cells to cisplatin, 5-fluorouracil (5-FU) and epirubicin exposure. Host cell reactivation (HCR) assays showed that miR-671-5p reduces DNA repair capability in post-drug exposed breast cancer cells. cDNA microarray data revealed that differentially expressed genes when miR-671-5p was transfected are associated with cell proliferation, invasion, cell cycle, and EMT. These data indicate that miR-671-5p functions as a tumor suppressor miRNA in breast cancer by directly targeting FOXM1. Hence, miR-671-5p may serve as a novel therapeutic target for breast cancer management

    The ABC130 barrel module prototyping programme for the ATLAS strip tracker

    Full text link
    For the Phase-II Upgrade of the ATLAS Detector, its Inner Detector, consisting of silicon pixel, silicon strip and transition radiation sub-detectors, will be replaced with an all new 100 % silicon tracker, composed of a pixel tracker at inner radii and a strip tracker at outer radii. The future ATLAS strip tracker will include 11,000 silicon sensor modules in the central region (barrel) and 7,000 modules in the forward region (end-caps), which are foreseen to be constructed over a period of 3.5 years. The construction of each module consists of a series of assembly and quality control steps, which were engineered to be identical for all production sites. In order to develop the tooling and procedures for assembly and testing of these modules, two series of major prototyping programs were conducted: an early program using readout chips designed using a 250 nm fabrication process (ABCN-25) and a subsequent program using a follow-up chip set made using 130 nm processing (ABC130 and HCC130 chips). This second generation of readout chips was used for an extensive prototyping program that produced around 100 barrel-type modules and contributed significantly to the development of the final module layout. This paper gives an overview of the components used in ABC130 barrel modules, their assembly procedure and findings resulting from their tests.Comment: 82 pages, 66 figure

    A Novel Path Planning Approach for Mobile Robot in Radioactive Environment Based on Improved Deep Q Network Algorithm

    No full text
    The path planning problem of nuclear environment robots refers to finding a collision-free path under the constraints of path length and an accumulated radiation dose. To solve this problem, the Improved Dueling Deep Double Q Network algorithm (ID3QN) based on asymmetric neural network structure was proposed. To address the issues of overestimation and low sample utilization in the traditional Deep Q Network (DQN) algorithm, we optimized the neural network structure and used the double network to estimate action values. We also improved the action selection mechanism, adopted a priority experience replay mechanism, and redesigned the reward function. To evaluate the efficiency of the proposed algorithm, we designed simple and complex radioactive grid environments for comparison. We compared the ID3QN algorithm with traditional algorithms and some deep reinforcement learning algorithms. The simulation results indicate that in the simple radioactive grid environment, the ID3QN algorithm outperforms traditional algorithms such as A*, GA, and ACO in terms of path length and accumulated radiation dosage. Compared to other deep reinforcement learning algorithms, including DQN and some improved DQN algorithms, the ID3QN algorithm reduced the path length by 15.6%, decreased the accumulated radiation dose by 23.5%, and converged approximately 2300 episodes faster. In the complex radioactive grid environment, the ID3QN algorithm also outperformed the A*, GA, ACO, and other deep reinforcement learning algorithms in terms of path length and an accumulated radiation dose. Furthermore, the ID3QN algorithm can plan an obstacle-free optimal path with a low radiation dose even in complex environments. These results demonstrate that the ID3QN algorithm is an effective approach for solving robot path planning problems in nuclear environments, thereby enhancing the safety and reliability of robots in such environments

    Cell-free Circulating miRNA Biomarkers in Cancer

    No full text
    Considerable attention and an enormous amount of resources have been dedicated to cancer biomarker discovery and validation. However, there are still a limited number of useful biomarkers available for clinical use. An ideal biomarker should be easily assayed with minimally invasive medical procedures but possess high sensitivity and specificity. Commonly used circulating biomarkers are proteins in serum, most of which require labor-intensive analysis hindered by low sensitivity in early tumor detection. Since the deregulation of microRNA (miRNA) is associated with cancer development and progression, profiling of circulating miRNAs has been used in a number of studies to identify novel minimally invasive miRNA biomarkers. In this review, we discuss the origin of the circulating cell-free miRNAs and their carriers in blood. We summarize the clinical use and function of potentially promising miRNA biomarkers in a variety of different cancers, along with their downstream target genes in tumor initiation and development. Additionally, we analyze some technical challenges in applying miRNA biomarkers to clinical practice.</p

    Implementation and verification of the CEPC baseline tracker using a modern track reconstruction software

    No full text
    A high-performance tracking system will be crucial for the realization of the full physics potential of the Circular Electron Positron Collider (CEPC) project. A baseline tracker has been proposed in the Conceptual Design Report and requires detailed studies of the layout geometry and comprehensive understanding of its tracking performance.A Common Tracking Software (ACTS) is an experiment-independent software package and introduced for the track reconstruction for particle and nuclear physics experiments. The CEPC baseline tracker geometry has been implemented in ACTS, and its tracking performance has been evaluated with the provided track finding and fitting algorithms based on the truth tracking method.The tracking geometry implemented in ACTS, including the sensitive elements and simplified material distribution, has been validated. The track parameter resolutions obtained with ACTS are consistent with the full simulation results over the momentum range under investigation. ACTS has proven to be an excellent platform for the tracking performance evaluation and the tracker layout optimization
    corecore