Purpose Precision oncology is widely discussed, but cohort studies are limited. We previously reported our prospective experience of precision oncology in solid tumors, and here we report our longitudinal experience, focusing on therapeutic impact. Patients and Methods We conducted a retrospective review of 600 consecutive patients seen at Cleveland Clinic from 2013 to 2016 for treatment of incurable solid tumor malignancies for whom tumor genomic profiling was ordered using FoundationOne (Cambridge, MA). Results were discussed at our multidisciplinary genomics tumor board. Data analyzed included subsequent therapy and overall survival (OS). Results Median age was 59 years (range, 18 to 94 years), 308 (51.3%) were female, and 533 (88.8%) were white. Targeted therapy was recommended in 310 patients (51.7%). After results, 313 patients (52.2%) started any subsequent therapy; of these, 95 (30%; 15.8% overall) received genomics-driven therapy (G), and 218 (70%) received non–genomics-driven treatment (NG). For the G versus NG group, the on-label, off-label, and clinical trial therapy breakdowns were 23% versus 88%, 47% versus 3%, and 30% versus 9%, respectively. Median OS for patients receiving no therapy after tumor genomic profiling was 5.5 months; for the G and NG groups, it was 18 ( P < .001) and 14.4 ( P < .001) months, respectively ( P = NS for G v NG). The use of G increased from 10% in the first 250-patient cohort (reported earlier) to 20% in the subsequent 350-patient cohort. Conclusion Tumor genomic profiling influenced treatment in 15.8% of patients. More patients received treatment via clinical trials in the G cohort, and although not statistically significant, there was a trend toward increased OS in the G ( v NG) group. These data can further guide real-world applications of precision oncology.
Functional programming languages play an important role in the development of correct software systems. As embedded devices become pervasive and perform critical tasks in our lives, their reliability becomes paramount. This presents a natural opportunity to explore the application of functional programming languages to systems that demand highly predictable behavior.In this paper, we explore existing functional programming language compilers and their applicability to real-time embedded systems. We do this by defining important characteristics needed by a real-time programming language and survey how well existing languages meet these characteristics. We conduct empirical analysis of language runtimes in order to assess the impact of dynamic memory management on predictability and performance. Lastly, we review different programming models for expressing real-time considerations in applications. INTRODUCTIONReal-time software is an integral part in many complex software/hardware systems that require timing guarantees in addition to traditional functional correctness guarantees. Such systems vary in nature, spanning multiple domains including industrial control, robotics, automotive, avionics, and medical devices, among others. These systems all provide services whose utility is dictated by the timeliness in which they respond to external (eg, sensor readings) and internal (eg, software events and interrupts) stimuli. Writing the software for these systems is a difficult undertaking because ensuring the system is correct requires providing predictability guarantees. This is exacerbated by the fact that most software for real-time systems is written in "low level" imperative languages.Functional languages are known for their ability to be reasoned about with respect to correctness, often with automated tools. 1-3 Given that real-time systems are frequently deployed in safety-critical and mission-critical situations, the ability to write software with a high degree of confidence in its correctness and predictability is important. Functional languages are well suited for the former task (correctness), but are not developed for the latter (predictability). Indeed, general purpose, functional programming languages are not used for developing real-time systems and there are no investigations to ensure their predictability. There are, however, many domain-specific functional languages that provide predictability for niche domains. The state of mainstream functional programming languages with respect to their ability to express and provide predictability is something we would like to investigate in this survey.One reason that functional languages are not considered for writing real-time software is because they are managed languages and automatic memory management has classically been considered unpredictable. While many may consider this a reason to reject functional programming as a target language for real-time systems development, we can instead look to managed object-oriented systems for inspiration. Indeed, the ques...
scite is a Brooklyn-based organization that helps researchers better discover and understand research articles through Smart Citations–citations that display the context of the citation and describe whether the article provides supporting or contrasting evidence. scite is used by students and researchers from around the world and is funded in part by the National Science Foundation and the National Institute on Drug Abuse of the National Institutes of Health.
customersupport@researchsolutions.com
10624 S. Eastern Ave., Ste. A-614
Henderson, NV 89052, USA
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Copyright © 2024 scite LLC. All rights reserved.
Made with 💙 for researchers
Part of the Research Solutions Family.