196,486 research outputs found
Bioactive peptides and proteins in disease
Regulatory peptides and marker proteins are important to study in order to understand disease mechanisms. This applies of course also to our common diseases where all relationships are not yet known. Cancer and diabetes are two such complex diseases that affect hundreds of millions of people worldwide. This thesis addresses particular aspects of these two diseases, regarding one regulatory peptide (VIP, vasoactive intestinal polypeptide) that may be useful for tumor tracing and two proteins (apoCIII, apolipoprotein CIII, and TTR, transthyretin) that are altered in type 1 diabetes.VIP and functional VIP receptors are expressed in neuroblastomas, suggesting that the growth of these cells may be mediated in part by an autocrine action of VIP. VIP receptors are present in many epithelial cancers including breast, colon, non-small cell lung cancer, and pancreatic and prostate cancers. Due to the high density of VIP receptors on cancer cells, radiolabelled VIP may be used to image these tumours. It was therefore important for us to study in vivo distribution of the radiolabelled VIP prior to its usage as tumour tracer. We also studied the biological effects of VIP on tumours in an animal model, as there may be differences with respect to receptor expression between cultured tumour cells and tumour cells grown in vivo. Our studies could provide new insight into tumour imaging with respect to radiolabelled VIP.Type 1 diabetes serum was shown to increase intracellular Ca2+ and cause cell death. ApoCIII and TTR were isolated from sera of newly diagnosed type 1 diabetic patients based on a biological assay of increases of intracellular Ca2+. The exposure of the pancreatic beta-cell to apoCIII not only increases intracellular Ca2+, but also causes programmed cell death. Furthermore, the activity of apoCIII and type 1 diabetes serum was totally blocked when a polyclonal antibody against human apoCIII was added. TTR did not have any effect on cell death. When applying the patch clamp technique, both cells treated with apoCIII and those treated with TTR displayed larger Ca 2+ -channel currents than control cells.Research over the last 30 years has established that type 1 diabetes is an autoimmune disease, but the triggers of the initiation and progression of the disease are still not identified. Genetic, immunological and environmental factors are involved in the pathogenesis of type 1 diabetes and it is most likely that the events involved can differ between different patients. Further investigations are needed to elucidate all pathways and how they are related to the underlying autoimmunity, but our results show that there is at least a group of type 1 diabetes patients where apoCIII and TTR play a role.List of scientific papersI. Hassan M, Refai E, Andersson M, Schnell PO, Jacobsson H (1994). In vivo dynamical distribution of 131I-VIP in the rat studied by gamma-camera. Nucl Med Biol. 21(6): 865-72. https://pubmed.ncbi.nlm.nih.gov/9234336II. Refai E, Jonsson C, Andersson M, Jacobsson H, Larsson S, Kogner P, Hassan M (1999). Biodistribution of liposomal 131I-VIP in rat using gamma camera. Nucl Med Biol. 26(8): 931-6. https://pubmed.ncbi.nlm.nih.gov/10708307III. Kogner P, Borgstrom P, Bjellerup P, Schilling FH, Refai E, Jonsson C, Dominici C, Wassberg E, Bihl H, Jacobsson H, Theodorsson E, Hassan M (1997). Somatostatin in neuroblastoma and ganglioneuroma. Eur J Cancer. 33(12): 2084-9. https://pubmed.ncbi.nlm.nih.gov/9516858IV. Juntti-Berggren L, Refai E, Appelskog I, Andersson M, Imreh G, Dekki N, Uhles S, Yu L, Griffiths WJ, Zaitsev S, Leibiger I, Yang SN, Olivecrona G, Jorbvall H, Berggren PO (2004). Apolipoprotein CIII promotes Ca2+ dependent beta-cell death in type 1 diabetes. [Submitted] V. Refai E, Dekki N, Yang SN, Yu L, Norgren S, Marcus C, Andersson M, Jornvall H, Bergren PO, Juntti-Berggren L (2004). Transthyterin increases activity of voltage-gated L-type Ca2+ -channels and affects insulin release in pancreatic beta-cells. [Manuscript]</p
RefAI: A GPT-Powered Retrieval-Augmented Generative Tool for Biomedical Literature Recommendation and Summarization
Objectives: Precise literature recommendation and summarization are crucial for biomedical professionals. While the latest iteration of generative pretrained transformer (GPT) incorporates 2 distinct modes-real-time search and pretrained model utilization-it encounters challenges in dealing with these tasks. Specifically, the real-time search can pinpoint some relevant articles but occasionally provides fabricated papers, whereas the pretrained model excels in generating well-structured summaries but struggles to cite specific sources. In response, this study introduces RefAI, an innovative retrieval-augmented generative tool designed to synergize the strengths of large language models (LLMs) while overcoming their limitations.
Materials and methods: RefAI utilized PubMed for systematic literature retrieval, employed a novel multivariable algorithm for article recommendation, and leveraged GPT-4 turbo for summarization. Ten queries under 2 prevalent topics ( cancer immunotherapy and target therapy and LLMs in medicine ) were chosen as use cases and 3 established counterparts (ChatGPT-4, ScholarAI, and Gemini) as our baselines. The evaluation was conducted by 10 domain experts through standard statistical analyses for performance comparison.
Results: The overall performance of RefAI surpassed that of the baselines across 5 evaluated dimensions-relevance and quality for literature recommendation, accuracy, comprehensiveness, and reference integration for summarization, with the majority exhibiting statistically significant improvements (P-values \u3c .05).
Discussion: RefAI demonstrated substantial improvements in literature recommendation and summarization over existing tools, addressing issues like fabricated papers, metadata inaccuracies, restricted recommendations, and poor reference integration.
Conclusion: By augmenting LLM with external resources and a novel ranking algorithm, RefAI is uniquely capable of recommending high-quality literature and generating well-structured summaries, holding the potential to meet the critical needs of biomedical professionals in navigating and synthesizing vast amounts of scientific literature
A model for the internal evaluation of the quality of care after lung resection in the elderly
Model-based regression test selection for validating runtime adaptation of software systems
An increasing number of modern software systems need to be adapted at runtime without stopping their execution. Runtime adaptations can introduce faults in existing functionality, and thus, regression testing must be conducted after an adaptation is performed but before the adaptation is deployed to the running system. Regression testing must be completed subject to time and resource constraints. Thus, test selection techniques are needed to reduce the cost of regression testing.
The FiGA framework provides a complete loop from code to models and back that allows fine-grained model-based adaptation and validation of running Java systems without stopping their execution. In this paper we present a model-based test selection approach for regression testing during the validation activity to be used with the FiGA framework. The evaluation results show that our approach was able to reduce the number of selected test cases, and that the model-level fault detection ability of the selected test cases was never lower than that of the original test cases
Using models to dynamically refactor runtime code
Modern software systems that play critical roles in society's infrastructures are often required to change at runtime so that they can continuously provide essential services in the dynamic environments they operate in. Updating open, distributed software systems at runtime is very challenging. Using runtime models as an interface for updating software at runtime can help developers manage the complexity of updating software while it is executing. To support this idea, we developed the FiGA framework that permits developers to update running software through changes made to UML models of the running software. In this paper, we address the following question: can the UML models be used to express any type of code change a developer desires? Specifically, we report our experience on applying Fowler's code refactoring catalog through model refactoring in the FiGA framework. The goal of this work is to show that the set of FiGA change operators is complete by showing that the refactorings at the source code level can be expressed as model changes in the FiGA approach
Supporting inheritance hierarchy changes in model-based regression test selection
Models can be used to ease and manage the development, evolution, and runtime adaptation of a software system. When models are adapted, the resulting models must be rigorously tested. Apart from adding new test cases, it is also important to perform regression testing to ensure that the evolution or adaptation did not break existing functionality. Since regression testing is performed with limited resources and under time constraints, regression test selection (RTS) techniques are needed to reduce the cost of regression testing. Applying model-level RTS for model-based evolution and adaptation is more convenient than using code-level RTS because the test selection process happens at the same level of abstraction as that of evolution and adaptation.
In earlier work, we proposed a model-based RTS approach called MaRTS to be used with a fine-grained model-based adaptation framework that targets applications implemented in Java. MaRTS uses UML models consisting of class and activity diagrams. It classifies test cases as obsolete, reusable, or retestable based on changes made to UML class and activity diagrams of the system being adapted. However, MaRTS did not take into account the changes made to the inheritance hierarchy in the class diagram and the impact of these changes on the selection of test cases. This paper extends MaRTS to support such changes, and demonstrates that the extended approach performs as well as or better than code-based RTS approaches in safely selecting regression test cases. While MaRTS can generally be used during any model-driven development or model-based evolution activity, we have developed it in the context of runtime adaptation. We evaluated the extended MaRTS on a set of applications, and compared the results with code-based RTS approaches that also support changes to the inheritance hierarchy. The results showed that the extended MaRTS selected all the test cases relevant to the inheritance hierarchy changes, and that the fault detection ability of the selected test cases was never lower than that of the baseline test cases. The extended MaRTS achieved comparable results to a graph-walk code-based RTS approach (DejaVu), and showed a higher reduction in the number of selected test cases when compared with a static analysis code-based RTS approach (ChEOPSJ)
Supporting opportunities for female entrepreneurs in Jordan
Female entrepreneurship in developing countries is a growing body of research that tries
to address the main challenges faced in such a context. The aim of this paper is to shed some
light on the real opportunities for female entrepreneurs in terms of support for their start-ups.
A lack of studies with this specific focus may detach the pertinent literature from real
business practice and the true conditions faced by women during the start-up process. We
grounded our analysis in Jordan, a country that has received little attention, despite the fact
that it has one of the liveliest entrepreneurial contexts in the Middle East. A sample of 28
institutions operating in Jordan that offer support for entrepreneurial activities were
examined. This is followed by a discussion of the main implications of the initiatives
dedicated to female entrepreneurs
Using models to validate unanticipated, fine-grained adaptations at tuntime
An increasing number of modern software systems need to be adapted at runtime while they are still executing. It becomes crucial to validate each adaptation before it is deployed to the running system. Models are used to ease software maintenance and can, therefore, be used to manage dynamic software adaptations. For example, models are used to manage coarse-grained anticipated adaptations for self-adaptive systems. However, the need for both fine-grained and unanticipated adaptations is becoming increasingly common, and their validation is also becoming more crucial. This paper proposes an approach to validate unanticipated, fine-grained adaptations performed on models before the adaptations are deployed into the running system. The proposed approach exploits model execution where model representations of the test suites of a software system are executed. The proposed approach is demonstrated and evaluated within the Fine Grained Adaptation (FiGA) framework
A fuzzy Logic Based Approach for Model-based Regression Test Selection
Regression testing is performed to verify that previously developed functionality of a software system is not broken when changes are made to the system. Since executing all the existing test cases can be expensive, regression test selection (RTS) approaches are used to select a subset of them, thereby improving the efficiency of regression testing. Model-based RTS approaches select test cases on the basis of changes made to the models of a software system. While these approaches are useful in projects that already use model-driven development methodologies, a key obstacle is that the models are generally created at a high level of abstraction. They lack the information needed to build traceability links between the models and the coverage-related execution traces from the code-level test cases.
In this paper, we propose a fuzzy logic based approach named FLiRTS, for UML model-based RTS. FLiRTS automatically refines abstract UML models to generate multiple detailed UML models that permit the identification of the traceability links. The process introduces a degree of uncertainty, which is addressed by applying fuzzy logic based on the refinements to allow the classification of the test cases as retestable according to the probabilistic correctness associated with the used refinement. The potential of using FLiRTS is demonstrated on a simple case study.
The results are promising and comparable to those obtained from a model-based approach (MaRTS) that requires detailed design models, and a code-based approach (DejaVu)
- …
