216 research outputs found

    Dissociating Markers of Senescence and Protective Ability in Memory T Cells

    Get PDF
    No unique transcription factor or biomarker has been identified to reliably distinguish effector from memory T cells. Instead a set of surface markers including IL-7Rα and KLRG1 is commonly used to predict the potential of CD8 effector T cells to differentiate into memory cells. Similarly, these surface markers together with the tumor necrosis factor family member CD27 are frequently used to predict a memory T cell's ability to mount a recall response. Expression of these markers changes every time a memory cell is stimulated and repeated stimulation can lead to T cell senescence and loss of memory T cell responsiveness. This is a concern for prime–boost vaccine strategies which repeatedly stimulate T cells with the aim of increasing memory T cell frequency. The molecular cues that cause senescence are still unknown, but cell division history is likely to play a major role. We sought to dissect the roles of inflammation and cell division history in developing T cell senescence and their impact on the expression pattern of commonly used markers of senescence. We developed a system that allows priming of CD8 T cells with minimal inflammation and without acquisition of maximal effector function, such as granzyme expression, but a cell division history similar to priming with systemic inflammation. Memory cells derived from minimal effector T cells are fully functional upon rechallenge, have full access to non-lymphoid tissue and appear to be less senescent by phenotype upon rechallenge. However, we report here that these currently used biomarkers to measure senescence do not predict proliferative potential or protective ability, but merely reflect initial priming conditions

    Quality assurance for the query and distribution systems of the RCSB Protein Data Bank

    Get PDF
    The RCSB Protein Data Bank (RCSB PDB, www.pdb.org) is a key online resource for structural biology and related scientific disciplines. The website is used on average by 165 000 unique visitors per month, and more than 2000 other websites link to it. The amount and complexity of PDB data as well as the expectations on its usage are growing rapidly. Therefore, ensuring the reliability and robustness of the RCSB PDB query and distribution systems are crucially important and increasingly challenging. This article describes quality assurance for the RCSB PDB website at several distinct levels, including: (i) hardware redundancy and failover, (ii) testing protocols for weekly database updates, (iii) testing and release procedures for major software updates and (iv) miscellaneous monitoring and troubleshooting tools and practices. As such it provides suggestions for how other websites might be operated

    MAST: a flexible statistical framework for assessing transcriptional changes and characterizing heterogeneity in single-cell RNA sequencing data

    Get PDF
    Single-cell transcriptomics reveals gene expression heterogeneity but suffers from stochastic dropout and characteristic bimodal expression distributions in which expression is either strongly non-zero or non-detectable. We propose a two-part, generalized linear model for such bimodal data that parameterizes both of these features. We argue that the cellular detection rate, the fraction of genes expressed in a cell, should be adjusted for as a source of nuisance variation. Our model provides gene set enrichment analysis tailored to single-cell data. It provides insights into how networks of co-expressed genes evolve across an experimental treatment. MAST is available at https://github.com/RGLab/MAST

    Protein kinase B controls transcriptional programs that direct cytotoxic T cell fate but is dispensable for T cell metabolism

    Get PDF
    SummaryIn cytotoxic T cells (CTL), Akt, also known as protein kinase B, is activated by the T cell antigen receptor (TCR) and the cytokine interleukin 2 (IL-2). Akt can control cell metabolism in many cell types but whether this role is important for CTL function has not been determined. Here we have shown that Akt does not mediate IL-2- or TCR-induced cell metabolic responses; rather, this role is assumed by other Akt-related kinases. There is, however, a nonredundant role for sustained and strong activation of Akt in CTL to coordinate the TCR- and IL-2-induced transcriptional programs that control expression of key cytolytic effector molecules, adhesion molecules, and cytokine and chemokine receptors that distinguish effector versus memory and naive T cells. Akt is thus dispensable for metabolism, but the strength and duration of Akt activity dictates the CTL transcriptional program and determines CTL fate

    BioCatalogue: a universal catalogue of web services for the life sciences

    Get PDF
    The use of Web Services to enable programmatic access to on-line bioinformatics is becoming increasingly important in the Life Sciences. However, their number, distribution and the variable quality of their documentation can make their discovery and subsequent use difficult. A Web Services registry with information on available services will help to bring together service providers and their users. The BioCatalogue (http://www.biocatalogue.org/) provides a common interface for registering, browsing and annotating Web Services to the Life Science community. Services in the BioCatalogue can be described and searched in multiple ways based upon their technical types, bioinformatics categories, user tags, service providers or data inputs and outputs. They are also subject to constant monitoring, allowing the identification of service problems and changes and the filtering-out of unavailable or unreliable resources. The system is accessible via a human-readable ‘Web 2.0’-style interface and a programmatic Web Service interface. The BioCatalogue follows a community approach in which all services can be registered, browsed and incrementally documented with annotations by any member of the scientific community

    BioXSD: the common data-exchange format for everyday bioinformatics web services

    Get PDF
    Motivation: The world-wide community of life scientists has access to a large number of public bioinformatics databases and tools, which are developed and deployed using diverse technologies and designs. More and more of the resources offer programmatic web-service interface. However, efficient use of the resources is hampered by the lack of widely used, standard data-exchange formats for the basic, everyday bioinformatics data types

    Stochastic Models of Lymphocyte Proliferation and Death

    Get PDF
    Quantitative understanding of the kinetics of lymphocyte proliferation and death upon activation with an antigen is crucial for elucidating factors determining the magnitude, duration and efficiency of the immune response. Recent advances in quantitative experimental techniques, in particular intracellular labeling and multi-channel flow cytometry, allow one to measure the population structure of proliferating and dying lymphocytes for several generations with high precision. These new experimental techniques require novel quantitative methods of analysis. We review several recent mathematical approaches used to describe and analyze cell proliferation data. Using a rigorous mathematical framework, we show that two commonly used models that are based on the theories of age-structured cell populations and of branching processes, are mathematically identical. We provide several simple analytical solutions for a model in which the distribution of inter-division times follows a gamma distribution and show that this model can fit both simulated and experimental data. We also show that the estimates of some critical kinetic parameters, such as the average inter-division time, obtained by fitting models to data may depend on the assumed distribution of inter-division times, highlighting the challenges in quantitative understanding of cell kinetics

    Chaste: an open source C++ library for computational physiology and biology

    Get PDF
    Chaste - Cancer, Heart And Soft Tissue Environment - is an open source C++ library for the computational simulation of mathematical models developed for physiology and biology. Code development has been driven by two initial applications: cardiac electrophysiology and cancer development. A large number of cardiac electrophysiology studies have been enabled and performed, including high performance computational investigations of defibrillation on realistic human cardiac geometries. New models for the initiation and growth of tumours have been developed. In particular, cell-based simulations have provided novel insight into the role of stem cells in the colorectal crypt. Chaste is constantly evolving and is now being applied to a far wider range of problems. The code provides modules for handling common scientific computing components, such as meshes and solvers for ordinary and partial differential equations (ODEs/PDEs). Re-use of these components avoids the need for researchers to "re-invent the wheel" with each new project, accelerating the rate of progress in new applications. Chaste is developed using industrially-derived techniques, in particular test-driven development, to ensure code quality, re-use and reliability. In this article we provide examples that illustrate the types of problems Chaste can be used to solve, which can be run on a desktop computer. We highlight some scientific studies that have used or are using Chaste, and the insights they have provided. The source code, both for specific releases and the development version, is available to download under an open source Berkeley Software Distribution (BSD) licence at http://www.cs.ox.ac.uk/chaste, together with details of a mailing list and links to documentation and tutorials
    corecore