44 research outputs found

    Analysis of the immune microenvironment in resected non-small cell lung cancer: the prognostic value of different T lymphocyte markers

    Get PDF
    [EN] The prognosis of non-small cell lung cancer (NSCLC) remains poor and heterogeneous and new biomarkers are needed. As the immune system plays a pivotal role in cancer, the study of immune-related markers may provide valuable prognostic information of NSCLC. In 122 formalin-fixed, paraffin-embedded tumor tissue samples from early-stage NSCLC, tumor and tumor-near stromal areas were microdissected and gene expression levels of conventional and regulatory T cell markers were assessed by quantitative polymerase chain reaction. Also, the presence of infiltrating CD4+, CD8+, and FOXP3+ cells in tumor samples was assessed by immunohistochemistry. The relative proportion of conventional and regulatory T cells present in the tumor environment was assessed and found to be key to understand the importance that the immune system analysis has in the prognostics of NSCLC patients. The presence of CD8+ cells in the tumor compartment was associated with better outcome, whereas the presence of FOXP3+ cells was associated with worse overall survival. The negative prognostic value of combined biomarkers, indicating high levels of FOXP3 in the stroma and low levels of CD4 or CD8 in tumors, was observed at mRNA level and was validated by immunohistochemistry. In conclusion, the proportion of T helper and cytotoxic cells vs. regulatory T cells in different locations of the tumor microenvironment have opposite prognostic impacts in resected NSCLC.This work was supported by the Red Temática de Investigación Cooperativa en Cáncer (RD12/0036/0025) and the Fondo de Investigación Sanitaria-Fondo Europeo de Desarrollo Regional (PI09/01147, PI09/01149 and PI12/02838).Usó-Marco, M.; Jantus-Lewintre, E.; Bremnes, RM.; Calabuig-Fariñas, S.; Blasco-Cordellat, A.; Pastor, E.; Borreda, I.... (2016). Analysis of the immune microenvironment in resected non-small cell lung cancer: the prognostic value of different T lymphocyte markers. Oncotarget. 7(33):52849-52861. https://doi.org/10.18632/oncotarget.10811S528495286173

    Faster Algorithms for Mining Shortest-Path Distances from Massive Time-Evolving Graphs

    No full text
    Computing shortest-path distances is a fundamental primitive in the context of graph data mining, since this kind of information is essential in a broad range of prominent applications, which include social network analysis, data routing, web search optimization, database design and route planning. Standard algorithms for shortest paths (e.g., Dijkstra’s) do not scale well with the graph size, as they take more than a second or huge memory overheads to answer a single query on the distance for large-scale graph datasets. Hence, they are not suited to mine distances from big graphs, which are becoming the norm in most modern application contexts. Therefore, to achieve faster query answering, smarter and more scalable methods have been designed, the most effective of them based on precomputing and querying a compact representation of the transitive closure of the input graph, called the 2-hop-cover labeling. To use such approaches in realistic time-evolving scenarios, when the managed graph undergoes topological modifications over time, specific dynamic algorithms, carefully updating the labeling as the graph evolves, have been introduced. In fact, recomputing from scratch the 2-hop-cover structure every time the graph changes is not an option, as it induces unsustainable time overheads. While the state-of-the-art dynamic algorithm to update a 2-hop-cover labeling against incremental modifications (insertions of arcs/vertices, arc weights decreases) offers very fast update times, the only known solution for decremental modifications (deletions of arcs/vertices, arc weights increases) is still far from being considered practical, as it requires up to tens of seconds of processing per update in several prominent classes of real-world inputs, as experimentation shows. In this paper, we introduce a new dynamic algorithm to update 2-hop-cover labelings against decremental changes. We prove its correctness, formally analyze its worst-case performance, and assess its effectiveness through an experimental evaluation employing both real-world and synthetic inputs. Our results show that it improves, by up to several orders of magnitude, upon average update times of the only existing decremental algorithm, thus representing a step forward towards real-time distance mining in general, massive time-evolving graphs

    Special Issue on “Algorithm Engineering: Towards Practically Efficient Solutions to Combinatorial Problems”

    No full text
    The purpose of this special issue of Algorithms was to attract papers presenting original research in the area of algorithm engineering. In particular, submissions concerning the design, analysis, implementation, tuning, and experimental evaluation of discrete algorithms and data structures, and/or addressing methodological issues and standards in algorithmic experimentation were encouraged. Papers dealing with advanced models of computing, including memory hierarchies, cloud architectures, and parallel processing were also welcome. In this regard, we solicited contributions from all most prominent areas of applied algorithmic research, which include but are not limited to graphs, databases, computational geometry, big data, networking, combinatorial aspects of scientific computing, and computational problems in the natural sciences or engineering

    Journey Planning Algorithms for Massive Delay-Prone Transit Networks

    No full text
    This paper studies the journey planning problem in the context of transit networks. Given the timetable of a schedule-based transportation system (consisting, e.g., of trains, buses, etc.), the problem seeks journeys optimizing some criteria. Specifically, it seeks to answer natural queries such as, for example, “find a journey starting from a source stop and arriving at a target stop as early as possible”. The fastest approach for answering to these queries, yielding the smallest average query time even on very large networks, is the Public Transit Labeling framework, proposed for the first time in Delling et al., SEA 2015. This method combines three main ingredients: (i) a graph-based representation of the schedule of the transit network; (ii) a labeling of such graph encoding its transitive closure (computed via a time-consuming pre-processing); (iii) an efficient query algorithm exploiting both (i) and (ii) to answer quickly to queries of interest at runtime. Unfortunately, while transit networks’ timetables are inherently dynamic (they are often subject to delays or disruptions), ptl is not natively designed to handle updates in the schedule—even after a single change, precomputed data may become outdated and queries can return incorrect results. This is a major limitation, especially when dealing with massively sized inputs (e.g., metropolitan or continental sized networks), as recomputing the labeling from scratch, after each change, yields unsustainable time overheads that are not compatible with interactive applications. In this work, we introduce a new framework that extends ptl to function in delay-prone transit networks. In particular, we provide a new set of algorithms able to update both the graph and the precomputed labeling whenever a delay affects the network, without performing any recomputation from scratch. We demonstrate the effectiveness of our solution through an extensive experimental evaluation conducted on real-world networks. Our experiments show that: (i) the update time required by the new algorithms is, on average, orders of magnitude smaller than that required by the recomputation from scratch via ptl; (ii) the updated graph and labeling induce both query time performance and space overhead that are equivalent to those that are obtained by the recomputation from scratch via ptl. This suggests that our new solution is an effective approach to handling the journey planning problem in delay-prone transit networks

    Cytomegalovirus infection in pregnancy: review of the literature

    Get PDF
    The aim of this review is to summarize the principles of cytomegalovirus (CMV) infection in pregnancy

    New Easy-Plane C

    No full text
    corecore