Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Wout Bittremieux is active.

Publication


Featured researches published by Wout Bittremieux.


Briefings in Bioinformatics | 2015

A primer to frequent itemset mining for bioinformatics

Stefan Naulaerts; Wout Bittremieux; Trung Nghia Vu; Wim Vanden Berghe; Bart Goethals; Kris Laukens

Over the past two decades, pattern mining techniques have become an integral part of many bioinformatics solutions. Frequent itemset mining is a popular group of pattern mining techniques designed to identify elements that frequently co-occur. An archetypical example is the identification of products that often end up together in the same shopping basket in supermarket transactions. A number of algorithms have been developed to address variations of this computationally non-trivial problem. Frequent itemset mining techniques are able to efficiently capture the characteristics of (complex) data and succinctly summarize it. Owing to these and other interesting properties, these techniques have proven their value in biological data analysis. Nevertheless, information about the bioinformatics applications of these techniques remains scattered. In this primer, we introduce frequent itemset mining and their derived association rules for life scientists. We give an overview of various algorithms, and illustrate how they can be used in several real-life bioinformatics application domains. We end with a discussion of the future potential and open challenges for frequent itemset mining in the life sciences.


Molecular & Cellular Proteomics | 2014

qcML: An Exchange Format for Quality Control Metrics from Mass Spectrometry Experiments

Mathias Walzer; Lucia Espona Pernas; Sara Nasso; Wout Bittremieux; Sven Nahnsen; Pieter Kelchtermans; Peter Pichler; Henk van den Toorn; An Staes; Jonathan Vandenbussche; Michael Mazanek; Thomas Taus; Richard A. Scheltema; Christian D. Kelstrup; Laurent Gatto; Bas van Breukelen; Stephan Aiche; Dirk Valkenborg; Kris Laukens; Kathryn S. Lilley; J. Olsen; Albert J. R. Heck; Karl Mechtler; Ruedi Aebersold; Kris Gevaert; Juan Antonio Vizcaíno; Henning Hermjakob; Oliver Kohlbacher; Lennart Martens

Quality control is increasingly recognized as a crucial aspect of mass spectrometry based proteomics. Several recent papers discuss relevant parameters for quality control and present applications to extract these from the instrumental raw data. What has been missing, however, is a standard data exchange format for reporting these performance metrics. We therefore developed the qcML format, an XML-based standard that follows the design principles of the related mzML, mzIdentML, mzQuantML, and TraML standards from the HUPO-PSI (Proteomics Standards Initiative). In addition to the XML format, we also provide tools for the calculation of a wide range of quality metrics as well as a database format and interconversion tools, so that existing LIMS systems can easily add relational storage of the quality control data to their existing schema. We here describe the qcML specification, along with possible use cases and an illustrative example of the subsequent analysis possibilities. All information about qcML is available at http://code.google.com/p/qcml.


Proteomics | 2014

Machine learning applications in proteomics research: How the past can boost the future

Pieter Kelchtermans; Wout Bittremieux; Kurt De Grave; Sven Degroeve; Jan Ramon; Kris Laukens; Dirk Valkenborg; Harald Barsnes; Lennart Martens

Machine learning is a subdiscipline within artificial intelligence that focuses on algorithms that allow computers to learn solving a (complex) problem from existing data. This ability can be used to generate a solution to a particularly intractable problem, given that enough data are available to train and subsequently evaluate an algorithm on. Since MS‐based proteomics has no shortage of complex problems, and since publicly available data are becoming available in ever growing amounts, machine learning is fast becoming a very popular tool in the field. We here therefore present an overview of the different applications of machine learning in proteomics that together cover nearly the entire wet‐ and dry‐lab workflow, and that address key bottlenecks in experiment planning and design, as well as in data processing and analysis.


Journal of Proteome Research | 2015

iMonDB: Mass Spectrometry Quality Control through Instrument Monitoring.

Wout Bittremieux; Hanny Willems; Pieter Kelchtermans; Lennart Martens; Kris Laukens; Dirk Valkenborg

Over the past few years, awareness has risen that for mass-spectrometry-based proteomics methods to mature into everyday analytical and clinical practices, extensive quality assessment is mandatory. A currently overlooked source of qualitative information originates from the mass spectrometer itself. Apart from the actual mass spectral data, raw-data objects also contain parameter settings and sensory information about the mass instrument. This information gives a detailed account of the operation of the instrument, which eventually can be related to observations in mass spectral data. The advantage of instrument information at the lowest level is the high sensitivity to detect emerging defects in a timely fashion. To this end, we introduce the Instrument MONitoring DataBase (iMonDB), which allows us to automatically extract, store, and manage the instrument parameters from raw-data objects into a highly efficient database structure. This enables us to monitor the instrument parameters over a considerable time period. Time course information about the instrument performance is necessary to define the normal range of operation and to detect anomalies that may correlate with instrument failure. The proposed tools foster an additional handle on quality control and are released as open source under the permissive Apache 2.0 license. The tools can be downloaded from https://bitbucket.org/proteinspector/imondb.


Proteomics | 2017

Computational quality control tools for mass spectrometry proteomics

Wout Bittremieux; Dirk Valkenborg; Lennart Martens; Kris Laukens

As mass‐spectrometry‐based proteomics has matured during the past decade, a growing emphasis has been placed on quality control. For this purpose, multiple computational quality control tools have been introduced. These tools generate a set of metrics that can be used to assess the quality of a mass spectrometry experiment. Here we review which types of quality control metrics can be generated, and how they can be used to monitor both intra‐ and inter‐experiment performances. We discuss the principal computational tools for quality control and list their main characteristics and applicability. As most of these tools have specific use cases, it is not straightforward to compare their performances. For this survey, we used different sets of quality control metrics derived from information at various stages in a mass spectrometry process and evaluated their effectiveness at capturing qualitative information about an experiment using a supervised learning approach. Furthermore, we discuss currently available algorithmic solutions that enable the usage of these quality control metrics for decision‐making.


Journal of Proteome Research | 2014

jqcML: an open-source java API for mass spectrometry quality control data in the qcML format.

Wout Bittremieux; Pieter Kelchtermans; Dirk Valkenborg; Lennart Martens; Kris Laukens

The awareness that systematic quality control is an essential factor to enable the growth of proteomics into a mature analytical discipline has increased over the past few years. To this aim, a controlled vocabulary and document structure have recently been proposed by Walzer et al. to store and disseminate quality-control metrics for mass-spectrometry-based proteomics experiments, called qcML. To facilitate the adoption of this standardized quality control routine, we introduce jqcML, a Java application programming interface (API) for the qcML data format. First, jqcML provides a complete object model to represent qcML data. Second, jqcML provides the ability to read, write, and work in a uniform manner with qcML data from different sources, including the XML-based qcML file format and the relational database qcDB. Interaction with the XML-based file format is obtained through the Java Architecture for XML Binding (JAXB), while generic database functionality is obtained by the Java Persistence API (JPA). jqcML is released as open-source software under the permissive Apache 2.0 license and can be downloaded from https://bitbucket.org/proteinspector/jqcml .


Mass Spectrometry Reviews | 2018

Quality control in mass spectrometry-based proteomics

Wout Bittremieux; David L. Tabb; Francis Impens; An Staes; Evy Timmerman; Lennart Martens; Kris Laukens

Mass spectrometry is a highly complex analytical technique and mass spectrometry-based proteomics experiments can be subject to a large variability, which forms an obstacle to obtaining accurate and reproducible results. Therefore, a comprehensive and systematic approach to quality control is an essential requirement to inspire confidence in the generated results. A typical mass spectrometry experiment consists of multiple different phases including the sample preparation, liquid chromatography, mass spectrometry, and bioinformatics stages. We review potential sources of variability that can impact the results of a mass spectrometry experiment occurring in all of these steps, and we discuss how to monitor and remedy the negative influences on the experimental results. Furthermore, we describe how specialized quality control samples of varying sample complexity can be incorporated into the experimental workflow and how they can be used to rigorously assess detailed aspects of the instrument performance.


Journal of Proteome Research | 2016

Unsupervised Quality Assessment of Mass Spectrometry Proteomics Experiments by Multivariate Quality Control Metrics

Wout Bittremieux; Lennart Martens; Dirk Valkenborg; Kris Laukens

Despite many technological and computational advances, the results of a mass spectrometry proteomics experiment are still subject to a large variability. For the understanding and evaluation of how technical variability affects the results of an experiment, several computationally derived quality control metrics have been introduced. However, despite the availability of these metrics, a systematic approach to quality control is often still lacking because the metrics are not fully understood and are hard to interpret. Here, we present a toolkit of powerful techniques to analyze and interpret multivariate quality control metrics to assess the quality of mass spectrometry proteomics experiments. We show how unsupervised techniques applied to these quality control metrics can provide an initial discrimination between low-quality experiments and high-quality experiments prior to manual investigation. Furthermore, we provide a technique to obtain detailed information on the quality control metrics that are related to the decreased performance, which can be used as actionable information to improve the experimental setup. Our toolkit is released as open-source and can be downloaded from https://bitbucket.org/proteinspector/qc_analysis/ .


Expert Review of Proteomics | 2016

Designing biomedical proteomics experiments: state-of-the-art and future perspectives

Evelyne Maes; Pieter Kelchtermans; Wout Bittremieux; Kurt De Grave; Sven Degroeve; Jef Hooyberghs; Inge Mertens; Geert Baggerman; Jan Ramon; Kris Laukens; Lennart Martens; Dirk Valkenborg

ABSTRACT With the current expanded technical capabilities to perform mass spectrometry-based biomedical proteomics experiments, an improved focus on the design of experiments is crucial. As it is clear that ignoring the importance of a good design leads to an unprecedented rate of false discoveries which would poison our results, more and more tools are developed to help researchers designing proteomic experiments. In this review, we apply statistical thinking to go through the entire proteomics workflow for biomarker discovery and validation and relate the considerations that should be made at the level of hypothesis building, technology selection, experimental design and the optimization of the experimental parameters.


Analytical Chemistry | 2017

The Human Proteome Organization–Proteomics Standards Initiative Quality Control Working Group: Making Quality Control More Accessible for Biological Mass Spectrometry

Wout Bittremieux; Mathias Walzer; Stefan Tenzer; Weimin Zhu; Reza M. Salek; Martin Eisenacher; David L. Tabb

To have confidence in results acquired during biological mass spectrometry experiments, a systematic approach to quality control is of vital importance. Nonetheless, until now, only scattered initiatives have been undertaken to this end, and these individual efforts have often not been complementary. To address this issue, the Human Proteome Organization-Proteomics Standards Initiative has established a new working group on quality control at its meeting in the spring of 2016. The goal of this working group is to provide a unifying framework for quality control data. The initial focus will be on providing a community-driven standardized file format for quality control. For this purpose, the previously proposed qcML format will be adapted to support a variety of use cases for both proteomics and metabolomics applications, and it will be established as an official PSI format. An important consideration is to avoid enforcing restrictive requirements on quality control but instead provide the basic technical necessities required to support extensive quality control for any type of mass spectrometry-based workflow. We want to emphasize that this is an open community effort, and we seek participation from all scientists with an interest in this field.

Collaboration


Dive into the Wout Bittremieux's collaboration.

Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Pieter Kelchtermans

Flemish Institute for Technological Research

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Juan Antonio Vizcaíno

European Bioinformatics Institute

View shared research outputs
Researchain Logo
Decentralizing Knowledge