Processing Metabolomics and Proteomics Data with Open Software
eBook - ePub

Processing Metabolomics and Proteomics Data with Open Software

A Practical Guide

Robert Winkler, Marek Domin, Robert Winkler

Compartir libro
  1. 430 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

Processing Metabolomics and Proteomics Data with Open Software

A Practical Guide

Robert Winkler, Marek Domin, Robert Winkler

Detalles del libro
Vista previa del libro
Índice
Citas

Información del libro

Metabolomics and proteomics allow deep insights into the chemistry and physiology of biological systems. This book expounds open-source programs, platforms and programming tools for analysing metabolomics and proteomics mass spectrometry data. In contrast to commercial software, open-source software is created by the academic community, which facilitates the direct interaction between users and developers and accelerates the implementation of new concepts and ideas. The first section of the book covers the basics of mass spectrometry, experimental strategies, data operations, the open-source philosophy, metabolomics, proteomics and statistics/ data mining. In the second section, active programmers and users describe available software packages. Included tutorials, datasets and code examples can be used for training and for building custom workflows. Finally, every reader is invited to participate in the open science movement.

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Processing Metabolomics and Proteomics Data with Open Software un PDF/ePUB en línea?
Sí, puedes acceder a Processing Metabolomics and Proteomics Data with Open Software de Robert Winkler, Marek Domin, Robert Winkler en formato PDF o ePUB, así como a otros libros populares de Scienze fisiche y Chimica analitica. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Año
2020
ISBN
9781788019903
Edición
1
Categoría
Scienze fisiche
Part B
Open MS Programs, Toolkits and Workflow Platforms
CHAPTER 6
OpenMS and KNIME for Mass Spectrometry Data Processing
Oliver Alka d , Timo Sachsenberg d , Leon Bichmann d , Julianus Pfeuffer d , j , Hendrik Weisser k , Samuel Wein i , Eugen Netz e , Marc Rurik d , Oliver Kohlbacher d , e , f , g , h and Hannes Röst*a , *b , *c
a Donnelly Centre, University of Toronto, Toronto, Canada,
b Department of Molecular Genetics, University of Toronto, Toronto, Canada
c Department of Computer Science, University of Toronto, Toronto, Canada
d Department for Computer Science, Applied Bioinformatics, University of Tübingen, Sand 14, 72076 Tübingen, Germany
e Biomolecular Interactions, Max Planck Institute for Developmental Biology, Max-Planck-Ring 5, 72076 Tübingen, Germany
f Institute for Translational Bioinformatics, University Hospital Tübingen, Hoppe-Seyler-Str. 9, 72076 Tübingen, Germany
g Institute for Biomedical Informatics, University of Tübingen, Sand 14, 72076 Tübingen, Germany
h Quantitative Biology Center, University of Tübingen, Auf der Morgenstelle 10, 72076 Tübingen, Germany
i Epigenetics Institute, Department of Cell and Developmental Biology, University of Pennsylvania, 9th Floor, Smilow Center for Translational Research 3400 Civic Center Blvd, Philadelphia, PA 19104, USA
j Department for Computer Science, Algorithmic Bioinformatics, Freie Universität Berlin, Takustr. 9, 14195 Berlin, Germany
k STORM Therapeutics Limited, Moneta Building, Babraham Research Campus, Cambridge CB22 3AT, UK
*E-mail: [email protected]

Computational mass spectrometry is plagued by a multitude of issues, including a heterogeneous software environment, complex workflows and proprietary tools. OpenMS addresses these challenges by providing robust open-source software for users and an open, well-designed software environment for developers. OpenMS is an open-source software C++ library for LC-MS data management and analyses using modern C++11. It offers an infrastructure for rapid development of mass spectrometry related software. OpenMS is free software available under the three clause BSD license. It comes with a variety of pre-built and ready-to-use tools for high-throughput Proteomics and Metabolomics data analysis (TOPPTools), covering most MS and LC-MS data processing and mining tasks, as well as visualization (TOPPView). OpenMS offers automated analyses for various quantitation protocols, including label-free quantitation, SILAC, iTRAQ, TMT, SRM, SWATH. It provides built-in algorithms for de novo identification and database search, as well as adapters to other tools like X!Tandem, Mascot, OMSSA, SIRIUS. It supports easy integration of OpenMS built tools into workflow engines like KNIME, Galaxy, WS-Pgrade, and TOPPAS. OpenMS supports the Proteomics Standard Initiative (PSI) formats for MS data including mzML, mzXML, mzIdentXML, pepXML. With pyOpenMS, OpenMS offers Python bindings to a large part of the OpenMS API to enable rapid algorithm development.

6.1 Introduction

Computational mass spectrometry has seen exponential growth in recent years in data size and complexity, straining the existing infrastructure of many labs as they moved towards high-performance computing (HPC) and embraced big data paradigms. Transparent and reproducible data analysis has traditionally been challenging in the field due to a highly heterogeneous software environment, while algorithms and analysis workflows have grown increasingly complex. A multitude of competing and often incompatible file formats prevented objective algorithmic comparisons and, in some cases, access to specific software or file formats relied on a vendor license. Due to the fast technology progress in the field, many novel algorithms are proposed in the literature every year, but few are implemented with reusability, robustness, cross-platform compatibility and user-friendliness in mind, creating a highly challenging software and data storage environment that in some aspects is even opaque to experts.
The OpenMS software framework addresses these issues through a set of around 175 highly robust and transparent cross-platform tools with a focus on maximal flexibility. 1,3 Modern software engineering techniques ensure reproducibility between versions and minimize code duplication and putative errors in software. OpenMS is completely open-source, uses standardized data formats extensively and is available on all three major computing platforms (macOS, Windows, Linux). Multiple layers of access to the OpenMS algorithms exist for specialist, intermediate and novice users, providing low entrance barriers through sophisticated data visualization and graphical workflow managers.
The flexibility of OpenMS allows it to support a multitude of customizable and easily transmissible workflows in multi-omics data analysis, including metabolomics, lipidomics, and proteomics setups, supporting different quantitative approaches spanning label-free, isotopic, isobaric labeling techniques, as well as targeted proteomics. Its highly flexible structure and layered design allow different scientific groups to take full advantage of the software. Developers can fully exploit the sophisticated C++ library for tool and data structure development, while advanced Python bindings (pyOpenMS, see Chapter 16) wrap most of the classes, 4 providing an excellent solution for fast scripting and prototyping. Users, can either work on command line tool level or take advantage of industry-grade workflows systems, such as the KoNstanz Information MinEr (KNIME), 5,6 Galaxy, 7 Nextflow, 8 or Snakemake. 9 The framework is highly adaptable, allowing even novice users to generate complex workflows using the easy-to-learn graphical user interfaces of KNIME. Built-in support for most common workflow steps (such as popular proteomics search engines) ensures low entrance barriers while advanced users have high flexibility within the same framework. A modular and comprehensive codebase allows rapid development of novel methods as exemplified by the recent additions for metabolomics, SWATH-MS and cross-linking workflows.
In addition, a versatile visualization software (TOPPView) allows exploration of raw data as well as identification and quantification results. 10 The permissive BSD license encourages usage in commercial and academic projects, making the project especially suited for reference implementations of file formats and algorithms.

6.2 OpenMS for Developers

The OpenMS framework consists of different abstraction layers. The first layer consists of external libraries (Qt, Boost, Xerces, Seqan, Eigen, Wildmagic, Coin-Or, libSVM), which add additional data structures and functionality, simplifying complex tasks such as GUI-programming or XML parsing. The next layer consists of the OpenMS core library containing algorithms, data structures and input/output processing. The third layer encloses TOPP tools and utilities (∼175), which allow various analysis tasks, such as signal processing, filtering, identification, quantification and visualization. The core library and the TOPP tools have Python bindings, which can be used for fast scripting and prototyping (pyOpenMS). 4 In the top layer, the tools are accessible from different workflow systems, for the construction of flexible, tool based workflows.

6.2.1 C++ Library

OpenMS has a multi-level architecture with an open source C++ library at its core which implement...

Índice