Optimization-Based Peptide Mass Fingerprinting for Protein Mixture Identification

Size: px
Start display at page:

Download "Optimization-Based Peptide Mass Fingerprinting for Protein Mixture Identification"

Transcription

1 Optimization-Based Peptide Mass Fingerprinting for Protein Mixture Identification Weichuan Yu, Ph.D. Department of Electronic and Computer Engineering The Hong Kong University of Science and Technology The First China Workshop on Computational Proteomics Beijing, Joint work with Zengyou He, Can Yang, Chao Yang, Robert Qi and Jason Tam 1 / 3

2 Outline 1 Introduction 2 Method 3 Experiments Simulation Study Real Data 4 Conclusion 2 / 3

3 Introduction Background of Mass Spectrometry Data Analysis We like to know: what proteins/peptides are in a sample? What are their expression levels? Issues in the analysis: Noise: Many sources: chemical, electrical, instrumental Physics not completely understood Low abundance signal coexists Measurement range: Is it enough to record all the information? Dynamic properties of samples: Do we obtain the data at the right time? 3 / 3

4 Introduction Motivation of Protein Identification MS data describes information directly at the peptide level. We need to identify the corresponding proteins to better understand the cellular functions. Information at the protein level is probably more robust. 4 / 3

5 Introduction Common Methods for Protein Identification 1. Peptide Sequencing Method (Using MS/MS data). Pros: More accurate Cons: Lower coverage (especially peptides with low intensity values) 2. Peptide Mass Fingerprinting (Using single-stage MS Data) Pros: Higher coverage Cons: Less accurate and cannot handle protein mixtures Can we remove the limitations of PMF? Our approach: We formulate the identification of protein mixtures as an optimization problem. 5 / 3

6 Introduction Common Methods for Protein Identification 1. Peptide Sequencing Method (Using MS/MS data). Pros: More accurate Cons: Lower coverage (especially peptides with low intensity values) 2. Peptide Mass Fingerprinting (Using single-stage MS Data) Pros: Higher coverage Cons: Less accurate and cannot handle protein mixtures Can we remove the limitations of PMF? Our approach: We formulate the identification of protein mixtures as an optimization problem. 5 / 3

7 Method PMF for Single Protein Identification PMF method for single protein identification consists of the following steps: (1) Protein purification: The 2D gel-based separation produces purified protein samples. (2) Protein digestion: e.g. trypsin digestion. (3) MS data acquisition and peak detection: record the masses of resulting peptides. (4) PMF scoring: match the MS spectrum with respect to the protein database and report the best ones. 6 / 3

8 Method PMF for Single Protein Identification Find a single protein that maximizes the scoring function: X = arg max X i D S(L) (Z, X i ), (1) Z = (z 1, z 2,...z l ): Experimental peaks D = (X 1, X 2,...X g ): Protein database S (L) (Z, X i, σ): Scoring function, σ: mass tolerance threshold. 7 / 3

9 Method PMF for Protein Mixture Identification Replace single protein X i with a set of proteins Y: Ŷ = arg max Y D S(M) (Z, Y), (2) We have the same input Z Our objective is to find a set of proteins Ŷ that best explains Z 8 / 3

10 Method Existing Approaches S (L) (Z, X uj ) Directly apply the single protein identification method to protein mixtures. The subtraction strategy: (1) First identify a protein with the highest score; (2) Remove the peaks associated with this protein from the input data (3) Go back to step (1) until the score is lower than a predefined threshold. Suppose the peak subset Z is empty. At each step j(1 j k), calculate the score as: j 1 S (L) (Z Z t, X uj ). (3) t= 9 / 3

11 Method Choice of Scoring Function (1) Virtual single protein approach. S (M) (Z, Y) = S (L) (Z, Ṽ). Ṽ: Use a set of proteins to represent a virtual single protein. (2) Peak partition approach. S (M) (Z, Y) = k j=1 S(L) (Z j, X uj ). Partitioning Z into Z j is tricky. The subtraction strategy: greedy partition Random matching is the major concern We choose the virtual single protein approach here. 1 / 3

12 Method Scoring Function for Single Protein Identification The probability that a protein X i has r i randomly matched peaks in Z (assuming binomial distribution): Pr( M Z (X i ) = r i ) = C r i l pr i i (1 p i) l r i (4) Score: S (L) (Z, X i ) = ln C r i l r i ln p i (l r i ) ln(1 p i ) (5) M Z (X i ): subset of Z whose peaks match protein X i l: the number of observed peaks in Z r i : number of peptides in protein X i. p i : the probability for at least one match : mass range; σ: mass tolerance. p i = 1 (1 2σ/ ) n i, (6) 11 / 3

13 Method Scoring Function for Protein Mixture Identification S (M) (Z, Y) = ln C r Y l r Y ln p Y (l r Y ) ln(1 p Y ) (7) Y consists of k proteins X u1, X u2,..., X uk r Y = k j=1 M Z (X uj ) and p Y = 1 (1 2σ/ ) k j=1 n u j. 12 / 3

14 Method Maximization of Scoring Function Two cases: The number of ground-truth proteins k is known. Losak Algorithm The number of ground-truth proteins k is unknown. Losau Algorithm 13 / 3

15 Method Losak Algorithm A LOcal Search Algorithm with Known k. (1) Randomly select k proteins into Y as target proteins (2.1) In the iteration process, swap each non-target protein with the k target proteins and re-evaluate the scoring function. (2.2) keep those target proteins that achieve the best scoring values and proceed to the next protein. 14 / 3

16 Method Losak Algorithm-Detail 15 / 3

17 Method Losak Algorithm-Detail 15 / 3

18 Method Losau Algorithm A LOcal Search Algorithm with Unknown k. (1) Initialize with 2 proteins. (2) Iterate with swap, insert and delete operation. (Occam s razor principle,penalizing insert operation using ω) (3) Prune the protein list 16 / 3

19 Method 17 / 3

20 Method Filtering Procedure in the Losau Algorithm Idea: if X uj is the ground-truth protein, then the chance that other proteins in the database has a better score than X uj on M Z (X uj ) is very low. We use the number of winning proteins to measure the rank uncertainty and θ as the threshold to remove false positives. 18 / 3

21 Experiments Evaluation Criteria and PMF Algorithms We use standard performance metrics in information retrieval, including precision, recall, and F1 measure. n TP : the number of true positives. n FP : the number of false positives. n P : the number of all ground-truth proteins. precision = n TP /(n TP + n FP ) recall = n TP /n P F1 measure = 2 precision recall precision+recall 19 / 3

22 Experiments Algorthims In performance comparison, we use the following algorithms: SPA: single protein identification algorithm. Subtraction algorithm Losak algorithm Losau algorithm 2 / 3

23 Experiments Simulation Study Outline 1 Introduction 2 Method 3 Experiments Simulation Study Real Data 4 Conclusion 21 / 3

24 Experiments Simulation Study Performance Comparison 22 / 3

25 Experiments Simulation Study Performance Comparison Average Precision/Recall/F1 Measure (%) (a) Mass Error Ranges from.1 to.4 Da Mass Error (Da) Average Precision/Recall/F1 Measure (%) (b) Sequence Coverage Ranges from.1 to Sequence Coverage Average Precision/Recall/F1 Measure (%) (c) Noise Level Ranges from 1% to 7% Noise Level (%) Average Precision/Recall/F1 Measure (%) (d) Protein Number Ranges from 1 to Number of Proteins SPA Subtraction Losak Losau (Precision) Losau (Recall) Losau (F1 Measure) 22 / 3

26 Experiments Simulation Study Running Time Comparison 23 / 3

27 Experiments Simulation Study Running Time Comparison Average Running Time(s) (a) Mass Error Ranges from.1 to.4 Da SPA Subtraction Losak Losau Average Running Time (s) (b) Sequence Coverage Ranges from.1 to.4 2 SPA Subtraction Losak 15 Losau Mass Error (Da) Sequence Coverage Average Running Time (s) (c) Noise Level Ranges from 1% to 7% SPA Subtraction Losak Losau Average Running Time (s) (d) Protein Number Ranges from 1 to 7 SPA Subtraction Losak Losau Noise Level (%) Number of Proteins 23 / 3

28 Experiments Simulation Study Number of Iterations of Our Algorithms 24 / 3

29 Experiments Simulation Study Number of Iterations of Our Algorithms Average Number of Iterations (a) Mass Error Ranges from.1 to.4 Da Losak Losau Average Number of Iterations (b) Sequence Coverage Ranges from.1 to.4 1 Losak Losau Mass Error (Da) Sequence Coverage (c) Noise Level Ranges from 1% to 7% (d) Protein Number Ranges from 1 to 7 Average Number of Iterations Losak Losau Average Number of Iterations Losak Losau Noise Level (%) Number of Proteins 24 / 3

30 Experiments Simulation Study Sensitivity to Initialization 25 / 3

31 Experiments Simulation Study Sensitivity to Initialization Average Precision/Recall/F1 Measure (%) (a) Mass Error Ranges from.1 to.4 Da Mass Error (Da) Average Precision/Recall/F1 Measure (%) (b) Sequence Coverage Ranges from.1 to Sequence Coverage Average Precision/Recall/F1 Measure (%) (c) Noise Level Ranges from 1% to 7% Noise Level (%) Average Precision/Recall/F1 Measure (%) (d) Protein Number Ranges from 1 to Number of Proteins 25 / 3

32 Experiments Simulation Study The Effect of Filtering in Losau 26 / 3

33 Experiments Simulation Study The Effect of Filtering in Losau Average Precision (%) Average Precision (%) Average Precision (%) Average Precision (%) (a1) Average Precision Before Filtering After Filtering Mass Error (Da) (b1) Average Precision Before Filtering After Filtering Sequence Coverage (c1) Average Precision Before Filtering After Filtering Noise Level (%) (d1) Average Precision Before Filtering After Filtering Number of Proteins Average Recall (%) Average Recall (%) Average Recall (%) Average Recall (%) (a2) Average Recall Before Filtering After Filtering Mass Error (Da) (b2) Average Recall Before Filtering After Filtering Sequence Coverage (c2) Average Recall Before Filtering After Filtering Noise Level (%) (d2) Average Recall Before Filtering After Filtering Number of Proteins Average F1 Measure (%) Average F1 Measure (%) Average F1 Measure (%) Average F1 Measure (%) (a3) Average F1 Measure Before Filtering After Filtering Mass Error (Da) (b3) Average F1 Measure Before Filtering After Filtering Sequence Coverage (c3) Average F1 Measure Before Filtering After Filtering Noise Level (%) (d3) Average F1 Measure Before Filtering After Filtering Number of Proteins 26 / 3

34 Experiments Real Data Outline 1 Introduction 2 Method 3 Experiments Simulation Study Real Data 4 Conclusion 27 / 3

35 Experiments Real Data Results on Real Data Here we use a mixture of 49 standard human proteins in the ABRF sprg26 study. Table: Identification performance and running time of different algorithms on the real MS data. Here the number of reported proteins for SPA, Subtraction, and Losak is 49, i.e. the number of ground-truth proteins. Algorithms Precision Recall F1-Measure Running Time(s) SPA 24% 24% 24% 7.9 Subtraction 43% 43% 43% 24. Losak 67% 67% 67% 21.2 Losau 61% 71% 66% / 3

36 Conclusion Conclusion and Future Work Optimization-based PMF methods have great potential for protein mixture identification, especially in the analysis of low-abundance proteins, whose peptide digestion results are less likely to be covered by the peptide sequencing method. We like to combine MS and MS/MS data to further improve protein identification accuracy and robustness. 29 / 3

37 Conclusion Thank you! 3 / 3

About OMICS Group Conferences

About OMICS Group Conferences About OMICS Group OMICS Group International is an amalgamation of Open Access publications and worldwide international science conferences and events. Established in the year 2007 with the sole aim of

More information

Využití cílené proteomiky pro kontrolu falšování potravin: identifikace peptidových markerů v mase pomocí LC- Q Exactive MS/MS

Využití cílené proteomiky pro kontrolu falšování potravin: identifikace peptidových markerů v mase pomocí LC- Q Exactive MS/MS Využití cílené proteomiky pro kontrolu falšování potravin: identifikace peptidových markerů v mase pomocí LC- Q Exactive MS/MS Michal Godula Ph.D. Thermo Fisher Scientific The world leader in serving science

More information

Highly Confident Peptide Mapping of Protein Digests Using Agilent LC/Q TOFs

Highly Confident Peptide Mapping of Protein Digests Using Agilent LC/Q TOFs Technical Overview Highly Confident Peptide Mapping of Protein Digests Using Agilent LC/Q TOFs Authors Stephen Madden, Crystal Cody, and Jungkap Park Agilent Technologies, Inc. Santa Clara, California,

More information

N- The rank of the specified protein relative to all other proteins in the list of detected proteins.

N- The rank of the specified protein relative to all other proteins in the list of detected proteins. PROTEIN SUMMARY file N- The rank of the specified protein relative to all other proteins in the list of detected proteins. Unused (ProtScore) - A measure of the protein confidence for a detected protein,

More information

Center for Mass Spectrometry and Proteomics Phone (612) (612)

Center for Mass Spectrometry and Proteomics Phone (612) (612) Outline Database search types Peptide Mass Fingerprint (PMF) Precursor mass-based Sequence tag Results comparison across programs Manual inspection of results Terminology Mass tolerance MS/MS search FASTA

More information

Estoril Education Day

Estoril Education Day Estoril Education Day -Experimental design in Proteomics October 23rd, 2010 Peter James Note Taking All the Powerpoint slides from the Talks are available for download from: http://www.immun.lth.se/education/

More information

LC/MS/MS Solutions for Biomarker Discovery QSTAR. Elite Hybrid LC/MS/MS System. More performance, more reliability, more answers

LC/MS/MS Solutions for Biomarker Discovery QSTAR. Elite Hybrid LC/MS/MS System. More performance, more reliability, more answers LC/MS/MS Solutions for Biomarker Discovery QSTAR Elite Hybrid LC/MS/MS System More performance, more reliability, more answers More is better and the QSTAR Elite LC/MS/MS system has more to offer. More

More information

Ph.D. Defense: Resource Allocation Optimization in the Smart Grid and High-performance Computing Tim Hansen

Ph.D. Defense: Resource Allocation Optimization in the Smart Grid and High-performance Computing Tim Hansen Ph.D. Defense: Resource Allocation Optimization in the Smart Grid and High-performance Computing Tim Hansen Department of Electrical and Computer Engineering Colorado State University Fort Collins, Colorado,

More information

ENCODE DCC Antibody Validation Document

ENCODE DCC Antibody Validation Document ENCODE DCC Antibody Validation Document Date of Submission 06/15/2012 Name: Trupti Kawli Email: trupti@stanford.edu Lab Snyder Antibody Name: CDP (sc6327) Target: CDP Company/ Source: Santa Cruz Catalog

More information

ENCODE DCC Antibody Validation Document

ENCODE DCC Antibody Validation Document ENCODE DCC Antibody Validation Document Date of Submission 09/12/12 Name: Trupti Kawli Email: trupti@stanford.edu Lab Snyder Antibody Name: SREBP1 (sc-8984) Target: SREBP1 Company/ Source: Santa Cruz Biotechnology

More information

Practical Tips. : Practical Tips Matrix Science

Practical Tips. : Practical Tips Matrix Science Practical Tips : Practical Tips 2006 Matrix Science 1 Peak detection Especially critical for Peptide Mass Fingerprints A tryptic digest of an average protein (30 kda) should produce of the order of 50

More information

Proteomics. Proteomics is the study of all proteins within organism. Challenges

Proteomics. Proteomics is the study of all proteins within organism. Challenges Proteomics Proteomics is the study of all proteins within organism. Challenges 1. The proteome is larger than the genome due to alternative splicing and protein modification. As we have said before we

More information

Proteomics: A Challenge for Technology and Information Science. What is proteomics?

Proteomics: A Challenge for Technology and Information Science. What is proteomics? Proteomics: A Challenge for Technology and Information Science CBCB Seminar, November 21, 2005 Tim Griffin Dept. Biochemistry, Molecular Biology and Biophysics tgriffin@umn.edu What is proteomics? Proteomics

More information

AN ACCURATE AND EFFICIENT ALGORITHM FOR PEPTIDE AND PTM IDENTIFICATION BY TANDEM MASS SPECTROMETRY

AN ACCURATE AND EFFICIENT ALGORITHM FOR PEPTIDE AND PTM IDENTIFICATION BY TANDEM MASS SPECTROMETRY AN ACCURATE AND EFFICIENT ALGORITHM FOR PEPTIDE AND PTM IDENTIFICATION BY TANDEM MASS SPECTROMETRY KANG NING ningkang@comp.nus.edu.sg HOONG KEE NG nghoongk@comp.nus.edu.sg HON WAI LEONG leonghw@comp.nus.edu.sg

More information

Enabling Systems Biology Driven Proteome Wide Quantitation of Mycobacterium Tuberculosis

Enabling Systems Biology Driven Proteome Wide Quantitation of Mycobacterium Tuberculosis Enabling Systems Biology Driven Proteome Wide Quantitation of Mycobacterium Tuberculosis SWATH Acquisition on the TripleTOF 5600+ System Samuel L. Bader, Robert L. Moritz Institute of Systems Biology,

More information

MIAPE: Mass Spectrometry Informatics

MIAPE: Mass Spectrometry Informatics MIAPE: Mass Spectrometry Informatics Pierre-Alain Binz[1,2]*, Robert Barkovich[3], Ronald C. Beavis[4], David Creasy[5], David M. Horn[6], Randall K. Julian Jr.[7], Sean L. Seymour[8], Chris F. Taylor[9],

More information

How to view Results with Scaffold. Proteomics Shared Resource

How to view Results with Scaffold. Proteomics Shared Resource How to view Results with Scaffold Proteomics Shared Resource Starting out Download Scaffold from http://www.proteomes oftware.com/proteom e_software_prod_sca ffold_download.html Follow installation instructions

More information

Proteomics And Cancer Biomarker Discovery. Dr. Zahid Khan Institute of chemical Sciences (ICS) University of Peshawar. Overview. Cancer.

Proteomics And Cancer Biomarker Discovery. Dr. Zahid Khan Institute of chemical Sciences (ICS) University of Peshawar. Overview. Cancer. Proteomics And Cancer Biomarker Discovery Dr. Zahid Khan Institute of chemical Sciences (ICS) University of Peshawar Overview Proteomics Cancer Aims Tools Data Base search Challenges Summary 1 Overview

More information

Database Searching and BLAST Dannie Durand

Database Searching and BLAST Dannie Durand Computational Genomics and Molecular Biology, Fall 2013 1 Database Searching and BLAST Dannie Durand Tuesday, October 8th Review: Karlin-Altschul Statistics Recall that a Maximal Segment Pair (MSP) is

More information

Incentives in Crowdsourcing: A Game-theoretic Approach

Incentives in Crowdsourcing: A Game-theoretic Approach Incentives in Crowdsourcing: A Game-theoretic Approach ARPITA GHOSH Cornell University NIPS 2013 Workshop on Crowdsourcing: Theory, Algorithms, and Applications Incentives in Crowdsourcing: A Game-theoretic

More information

Applying an Interactive Machine Learning Approach to Statutory Analysis

Applying an Interactive Machine Learning Approach to Statutory Analysis Applying an Interactive Machine Learning Approach to Statutory Analysis Jaromir Savelka a,b, Gaurav Trivedi a, Kevin D. Ashley a,b,c a Intelligent Systems Program, University of Pittsburgh, USA b Learning

More information

Evaluation next steps Lift and Costs

Evaluation next steps Lift and Costs Evaluation next steps Lift and Costs Outline Lift and Gains charts *ROC Cost-sensitive learning Evaluation for numeric predictions 2 Application Example: Direct Marketing Paradigm Find most likely prospects

More information

Algorithm for Matching Additional Spectra

Algorithm for Matching Additional Spectra Improved Methods for Comprehensive Sample Analysis Using Protein Prospector Peter R. Baker 1, Katalin F. Medzihradszky 1 and Alma L. Burlingame 1 1 Mass Spectrometry Facility, Dept. of Pharmaceutical Chemistry,

More information

Analysis of Large Scale MRM Studies Using Skyline

Analysis of Large Scale MRM Studies Using Skyline Analysis of Large Scale MRM Studies Using Skyline Michael Schirm, PhD Associate Director, R&D Proteomics Skyline User Meeting June 04, 2017 Overview CRO providing mass spec based proteomics services since

More information

Statistically Integrated Metabonomic-Proteomic Studies on a Human Prostate Cancer Xenograft Model in Mice

Statistically Integrated Metabonomic-Proteomic Studies on a Human Prostate Cancer Xenograft Model in Mice Statistically Integrated Metabonomic-Proteomic Studies on a Human Prostate Cancer Xenograft Model in Mice Mattias Rantalainen, Olivier Cloarec, Olaf Beckonert, I. D. Wilson, David Jackson, Robert Tonge,

More information

Experimental Design Day 2

Experimental Design Day 2 Experimental Design Day 2 Experiment Graphics Exploratory Data Analysis Final analytic approach Experiments with a Single Factor Example: Determine the effects of temperature on process yields Case I:

More information

MBios 478: Mass Spectrometry Applications [Dr. Wyrick] Slide #1. Lecture 25: Mass Spectrometry Applications

MBios 478: Mass Spectrometry Applications [Dr. Wyrick] Slide #1. Lecture 25: Mass Spectrometry Applications MBios 478: Mass Spectrometry Applications [Dr. Wyrick] Slide #1 Lecture 25: Mass Spectrometry Applications Measuring Protein Abundance o ICAT o DIGE Identifying Post-Translational Modifications Protein-protein

More information

Utilizing novel technology for the analysis of therapeutic antibodies and host cell protein contamination

Utilizing novel technology for the analysis of therapeutic antibodies and host cell protein contamination Utilizing novel technology for the analysis of therapeutic antibodies and host cell protein contamination Kelli Jonakin, Ph.D. Senior Field Application Scientist, Seattle, WA Eric Johansen, Ph.D. Senior

More information

Applying Simulation Optimization to Improve the Efficiency of Organ Allocation

Applying Simulation Optimization to Improve the Efficiency of Organ Allocation Applying Simulation Optimization to Improve the Efficiency of Organ Allocation Nan Kong, Patricio Rocha Department of Industrial and Management Systems Engineering University of South Florida Outline Motivation

More information

Decision Tree Learning. Richard McAllister. Outline. Overview. Tree Construction. Case Study: Determinants of House Price. February 4, / 31

Decision Tree Learning. Richard McAllister. Outline. Overview. Tree Construction. Case Study: Determinants of House Price. February 4, / 31 1 / 31 Decision Decision February 4, 2008 2 / 31 Decision 1 2 3 3 / 31 Decision Decision Widely Used Used for approximating discrete-valued functions Robust to noisy data Capable of learning disjunctive

More information

Using Mass Spectrometry as a Tool. Emergencies

Using Mass Spectrometry as a Tool. Emergencies United States Department of Health & Human Services Office of the Assistant Secretary for Preparedness and Response Rapid, Sensitive Dose Assessment Using Mass Spectrometry as a Tool to Identify Markers

More information

The Effect of MS/MS Fragment Ion Mass Accuracy on Peptide Identification in Shotgun Proteomics

The Effect of MS/MS Fragment Ion Mass Accuracy on Peptide Identification in Shotgun Proteomics The Effect of MS/MS Fragment Ion Mass Accuracy on Peptide Identification in Shotgun Proteomics Authors David M. Horn Christine A. Miller Bryan D. Miller Agilent Technologies Santa Clara, CA Abstract It

More information

Monoclonal Antibody Characterization on Q Exactive and Oribtrap Elite. Yi Zhang, Ph.D Senior Proteomic Marketing Specialist Oct.

Monoclonal Antibody Characterization on Q Exactive and Oribtrap Elite. Yi Zhang, Ph.D Senior Proteomic Marketing Specialist Oct. Monoclonal Antibody Characterization on Q Exactive and Oribtrap Elite Yi Zhang, Ph.D Senior Proteomic Marketing Specialist Oct. 12, 211 Outline Orbitrap Mass Spectrometer in mab Characterization Intact

More information

Deltek Acumen 7/15/16. Learning Objectives. Introduction to Project Risk Analysis. Planning, Risk, Acceleration. The 5 steps. Worked examples Q&A

Deltek Acumen 7/15/16. Learning Objectives. Introduction to Project Risk Analysis. Planning, Risk, Acceleration. The 5 steps. Worked examples Q&A Deltek Acumen Planning, Risk, Acceleration Tom Polen Director, Solution Architecture Learning Objectives The 5 steps 1. Capturing uncertainty: calibrating the schedule 2. Identifying risk events: accounting

More information

GEL IMAGING. The detection and quantitation of specific subsets of posttranslationally

GEL IMAGING.  The detection and quantitation of specific subsets of posttranslationally High Sensitivity Detection and Quantitation of Phosphoproteins in 1D and 2D Gels using the ProXPRESS 2D Proteomic Imager and ProFINDER 2D Image Analysis Software GEL IMAGING A P P L I C A T I O N N O T

More information

Weka Evaluation: Assessing the performance

Weka Evaluation: Assessing the performance Weka Evaluation: Assessing the performance Lab3 (in- class): 21 NOV 2016, 13:00-15:00, CHOMSKY ACKNOWLEDGEMENTS: INFORMATION, EXAMPLES AND TASKS IN THIS LAB COME FROM SEVERAL WEB SOURCES. Learning objectives

More information

Machine Learning Methods for RNA-seq-based Transcriptome Reconstruction

Machine Learning Methods for RNA-seq-based Transcriptome Reconstruction Machine Learning Methods for RNA-seq-based Transcriptome Reconstruction Gunnar Rätsch Friedrich Miescher Laboratory Max Planck Society, Tübingen, Germany NGS Bioinformatics Meeting, Paris (March 24, 2010)

More information

Modification Site Localization Scoring Integrated into a Search Engine

Modification Site Localization Scoring Integrated into a Search Engine Modification Site Localization Scoring Integrated into a Search Engine Peter R. Baker 1, Jonathan C. Trinidad 1, Katalin F. Medzihradszky 1, Alma L. Burlingame 1 and Robert J. Chalkley 1 1 Mass Spectrometry

More information

QUANLYNX APPLICATION MANAGER

QUANLYNX APPLICATION MANAGER QUANLYNX APPLICATION MANAGER OVERVIEW INTRODUCTION QuanLynx, an Application Manager included with Waters MassLynx Software, is designed for quantitative analysis. Simply acquiring mass spectrometry data

More information

Top-Down, Bottom-Up. The Merging of Two High-Performance Technologies

Top-Down, Bottom-Up. The Merging of Two High-Performance Technologies As featured in BioRadiations 129 Top-Down, Bottom-Up The Merging of Two High-Performance Technologies Authors: Enrique Dalmasso, Dominic Caseñas, and Shawn Miller Bio-Rad Laboratories, Inc. introduced

More information

Exam MOL3007 Functional Genomics

Exam MOL3007 Functional Genomics Faculty of Medicine Department of Cancer Research and Molecular Medicine Exam MOL3007 Functional Genomics Tuesday May 29 th 9.00-13.00 ECTS credits: 7.5 Number of pages (included front-page): 5 Supporting

More information

rapiflex Innovation with Integrity Designed for Molecules that Matter. MALDI TOF/TOF

rapiflex Innovation with Integrity Designed for Molecules that Matter. MALDI TOF/TOF rapiflex Designed for Molecules that Matter. Innovation with Integrity MALDI TOF/TOF rapiflex TM The first MALDI-TOF/TOF that adapts to your needs. The rapiflex is the most advanced MALDI TOF/TOF system

More information

Proteomics software at MSI. Pratik Jagtap Minnesota Supercomputing institute

Proteomics software at MSI. Pratik Jagtap Minnesota Supercomputing institute Proteomics software at MSI. Pratik Jagtap Minnesota Supercomputing institute http://www.mass.msi.umn.edu/ Proteomics software at MSI. proteomics : emerging technology proteomics workflow search algorithms

More information

TwitterRank: Finding Topicsensitive Influential Twitterers

TwitterRank: Finding Topicsensitive Influential Twitterers TwitterRank: Finding Topicsensitive Influential Twitterers Jianshu Weng, Ee-Peng Lim, Jing Jiang Singapore Management University Qi He Pennsylvania State University WSDM 2010 Feb 5, 2010 Outline Introduction

More information

Quality Control Assessment in Genotyping Console

Quality Control Assessment in Genotyping Console Quality Control Assessment in Genotyping Console Introduction Prior to the release of Genotyping Console (GTC) 2.1, quality control (QC) assessment of the SNP Array 6.0 assay was performed using the Dynamic

More information

Active Chemical Sensing with Partially Observable Markov Decision Processes

Active Chemical Sensing with Partially Observable Markov Decision Processes Active Chemical Sensing with Partially Observable Markov Decision Processes Rakesh Gosangi and Ricardo Gutierrez-Osuna* Department of Computer Science, Texas A & M University {rakesh, rgutier}@cs.tamu.edu

More information

Recent Advancements in Analytical Methods of Drug Detection

Recent Advancements in Analytical Methods of Drug Detection Recent Advancements in Analytical Methods of Drug Detection Mario Thevis Gene and Cell Doping Symposium Beijing, June 5/6, 2013 www.wada-ama.org Challenges at the time accepted by anti-doping authorities

More information

Real-time crop mask production using high-spatial-temporal resolution image times series

Real-time crop mask production using high-spatial-temporal resolution image times series Real-time crop mask production using high-spatial-temporal resolution image times series S.Valero and CESBIO TEAM 1 1 Centre d Etudes Spatiales de la BIOsphre, CESBIO, Toulouse, France Table of Contents

More information

How to view Results with. Proteomics Shared Resource

How to view Results with. Proteomics Shared Resource How to view Results with Scaffold 3.0 Proteomics Shared Resource An overview This document is intended to walk you through Scaffold version 3.0. This is an introductory guide that goes over the basics

More information

The Efficient Allocation of Individuals to Positions

The Efficient Allocation of Individuals to Positions The Efficient Allocation of Individuals to Positions by Aanund Hylland and Richard Zeckhauser Presented by Debreu Team: Justina Adamanti, Liz Malm, Yuqing Hu, Krish Ray Hylland and Zeckhauser consider

More information

Proteomic Pattern Recognition

Proteomic Pattern Recognition Proteomic Pattern Recognition Ilya Levner University of Alberta Abstract. This report overviews the Mass Spectrometry Data Classification and Feature Extraction problem. After reviewing previous research

More information

Advances in Machine Learning for Credit Card Fraud Detection

Advances in Machine Learning for Credit Card Fraud Detection Advances in Machine Learning for Credit Card Fraud Detection May 14, 2014 Alejandro Correa Bahnsen Introduction Europe fraud evolution Internet transactions (millions of euros) 800 700 600 500 2007 2008

More information

LTQ Orbitrap XL Hybrid FT Mass Spectrometer Unrivaled Performance and Flexibility

LTQ Orbitrap XL Hybrid FT Mass Spectrometer Unrivaled Performance and Flexibility m a s s s p e c t r o m e t r y LTQ Orbitrap XL Hybrid FT Mass Spectrometer Unrivaled Performance and Flexibility Part of Thermo Fisher Scientific LTQ Orbitrap XL OFFERING OUTSTANDING MASS ACCURACY, RESOLVING

More information

Determining NDMA Formation During Disinfection Using Treatment Parameters Introduction Water disinfection was one of the biggest turning points for

Determining NDMA Formation During Disinfection Using Treatment Parameters Introduction Water disinfection was one of the biggest turning points for Determining NDMA Formation During Disinfection Using Treatment Parameters Introduction Water disinfection was one of the biggest turning points for human health in the past two centuries. Adding chlorine

More information

03/08/2017. Advances and Challenges in Contour QA for Adaptive RT. Objective. Disclosures

03/08/2017. Advances and Challenges in Contour QA for Adaptive RT. Objective. Disclosures Advances and Challenges in Contour QA for Adaptive RT Kristy K Brock, PhD, DABR, FAAPM Professor, Department of Imaging Physics Director, Image Guided Cancer Therapy Program University of Texas MD Anderson

More information

Lifecycle Approach to Process Validation

Lifecycle Approach to Process Validation Lifecycle Approach to Process Validation Best Practices and Strategies July 19 th, 2016 Patrick Donohue, Drug Product Development, Janssen R&D Disclaimer The contents of this presentation are my personal

More information

Rapid Peptide Catabolite ID using the SCIEX Routine Biotransform Solution

Rapid Peptide Catabolite ID using the SCIEX Routine Biotransform Solution Rapid Peptide Catabolite ID using the SCIEX Routine Biotransform Solution Rapidly Identify Major Catabolites with the SCIEX X500R QTOF System and MetabolitePilot TM 2.0 Software Ian Moore and Jinal Patel

More information

Neural Networks and Applications in Bioinformatics. Yuzhen Ye School of Informatics and Computing, Indiana University

Neural Networks and Applications in Bioinformatics. Yuzhen Ye School of Informatics and Computing, Indiana University Neural Networks and Applications in Bioinformatics Yuzhen Ye School of Informatics and Computing, Indiana University Contents Biological problem: promoter modeling Basics of neural networks Perceptrons

More information

Examination of Cross Validation techniques and the biases they reduce.

Examination of Cross Validation techniques and the biases they reduce. Examination of Cross Validation techniques and the biases they reduce. Dr. Jon Starkweather, Research and Statistical Support consultant. The current article continues from last month s brief examples

More information

ipep User s Guide Proteomics

ipep User s Guide Proteomics Proteomics ipep User s Guide ipep has been designed to aid in designing sample preparation techniques around the detection of specific sites or motifs in proteins and proteomes. The first application,

More information

The Nottingham eprints service makes this work by researchers of the University of Nottingham available open access under the following conditions.

The Nottingham eprints service makes this work by researchers of the University of Nottingham available open access under the following conditions. Aickelin, Uwe (2003) Artificial Immune System and Intrusion Detection Tutorial. In: Introduction Tutorials in Optimization, Search and Decision Support Methodologies, Nottingham, UK. Access from the University

More information

Expand Your Research with Metabolomics and Proteomics. Christine Miller Omics Market Manager ASMS 2017

Expand Your Research with Metabolomics and Proteomics. Christine Miller Omics Market Manager ASMS 2017 Expand Your Research with Metabolomics and Proteomics Christine Miller Omics Market Manager ASMS 2017 New Additions to Agilent Omics Workflows Acquisition Ion Mobility Q-TOF IM All Ions MS/MS Find Features

More information

Database Searching for Protein Identification and Characterization

Database Searching for Protein Identification and Characterization Database Searching for Protein Identification and Characterization John Cottrell Matrix Science http://tinyurl.com/e4brg jcottrell@matrixscience.com 1 Topics Methods of database searching Practical tips

More information

Immune Programming. Payman Samadi. Supervisor: Dr. Majid Ahmadi. March Department of Electrical & Computer Engineering University of Windsor

Immune Programming. Payman Samadi. Supervisor: Dr. Majid Ahmadi. March Department of Electrical & Computer Engineering University of Windsor Immune Programming Payman Samadi Supervisor: Dr. Majid Ahmadi March 2006 Department of Electrical & Computer Engineering University of Windsor OUTLINE Introduction Biological Immune System Artificial Immune

More information

Proteomics Technology Note

Proteomics Technology Note Targeted Proteomics for the Identification of Nucleic Acid Binding Proteins in E. coli: Finding more low abundant proteins using the QSTAR LC/MS/MS System, Multi- Dimensional Liquid Chromatography, Pro

More information

Assembly of Ariolimax dolichophallus using SOAPdenovo2

Assembly of Ariolimax dolichophallus using SOAPdenovo2 Assembly of Ariolimax dolichophallus using SOAPdenovo2 Charles Markello, Thomas Matthew, and Nedda Saremi Image taken from Banana Slug Genome Project, S. Weber SOAPdenovo Assembly Tool Short Oligonucleotide

More information

A Stochastic AHP Method for Bid Evaluation Plans of Military Systems In-Service Support Contracts

A Stochastic AHP Method for Bid Evaluation Plans of Military Systems In-Service Support Contracts A Stochastic AHP Method for Bid Evaluation Plans of Military Systems In-Service Support Contracts Ahmed Ghanmi Defence Research and Development Canada Centre for Operational Research and Analysis Ottawa,

More information

Finding Misplaced Items in Retail by Clustering RFID Data

Finding Misplaced Items in Retail by Clustering RFID Data Finding Misplaced Items in Retail by Clustering RFID Data Leonardo Weiss Ferreira Chaves SAP Research CEC Karlsruhe Vincenz-Prießnitz-Str. 1 76131 Karlsruhe, Germany leonardo.weiss.f.chaves@sap.com Erik

More information

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Z.X. Wang, Felix T.S. Chan, and S.H. Chung Abstract Storage allocation and yard trucks scheduling

More information

A Unique LC-MS Assay for Host Cell Proteins(HCPs) ) in Biologics

A Unique LC-MS Assay for Host Cell Proteins(HCPs) ) in Biologics A Unique LC-MS Assay for Host Cell Proteins(HCPs) ) in Biologics Catalin Doneanu,, Ph.D. Biopharmaceutical Sciences, Waters September 16, 2009 Mass Spec 2009 2009 Waters Corporation Host Cell Proteins

More information

Laboratory Water Quality Affects Protein Separation by 2D Gel Electrophoresis

Laboratory Water Quality Affects Protein Separation by 2D Gel Electrophoresis Laboratory Water Quality Affects Protein Separation by 2D Gel Electrophoresis 2D gel electrophoresis remains a dominant technique in proteomics. Obtaining high quality gels requires careful and tedious

More information

Increasing MS Sensitivity for Proteomics

Increasing MS Sensitivity for Proteomics Increasing MS Sensitivity for Proteomics Discovery to Pathways Analysis: Using Agilent 6550 ifunnel Q-TOF Vadi Bhat, Ph.D. Senior Applications Scientist Agilent Technologies Wilmington, DE, USA 1 April

More information

IFAO-SIMO: A SPATIAL-SIMULATION BASED FACILITY NETWORK OPTIMIZATION FRAMEWORK. Ming Xie Wei Wang Wenjun Yin Jin Dong

IFAO-SIMO: A SPATIAL-SIMULATION BASED FACILITY NETWORK OPTIMIZATION FRAMEWORK. Ming Xie Wei Wang Wenjun Yin Jin Dong Proceedings of the 2007 Winter Simulation Conference S. G. Henderson, B. Biller, M.-H. Hsieh, J. Shortle, J. D. Tew, and R. R. Barton, eds. IFAO-SIMO: A SPATIAL-SIMULATION BASED FACILITY NETWORK OPTIMIZATION

More information

Churn Prediction for Game Industry Based on Cohort Classification Ensemble

Churn Prediction for Game Industry Based on Cohort Classification Ensemble Churn Prediction for Game Industry Based on Cohort Classification Ensemble Evgenii Tsymbalov 1,2 1 National Research University Higher School of Economics, Moscow, Russia 2 Webgames, Moscow, Russia etsymbalov@gmail.com

More information

3 Designing Primers for Site-Directed Mutagenesis

3 Designing Primers for Site-Directed Mutagenesis 3 Designing Primers for Site-Directed Mutagenesis 3.1 Learning Objectives During the next two labs you will learn the basics of site-directed mutagenesis: you will design primers for the mutants you designed

More information

ECONOMIC MACHINE LEARNING FOR FRAUD DETECTION

ECONOMIC MACHINE LEARNING FOR FRAUD DETECTION ECONOMIC MACHINE LEARNING FOR FRAUD DETECTION Maytal Saar-Tsechansky 2015 UT CID Report #1511 This UT CID research was supported in part by the following organizations: identity.utexas.edu ECONOMIC MACHINE

More information

Proudly serving laboratories worldwide since 1979 CALL for Refurbished & Certified Lab Equipment QTRAP 5500

Proudly serving laboratories worldwide since 1979 CALL for Refurbished & Certified Lab Equipment QTRAP 5500 www.ietltd.com Proudly serving laboratories worldwide since 1979 CALL +847.913.0777 for Refurbished & Certified Lab Equipment QTRAP 5500 Powerful synergy results when the world s most sensitive triple

More information

Kinetics Review. Tonight at 7 PM Phys 204 We will do two problems on the board (additional ones than in the problem sets)

Kinetics Review. Tonight at 7 PM Phys 204 We will do two problems on the board (additional ones than in the problem sets) Quiz 1 Kinetics Review Tonight at 7 PM Phys 204 We will do two problems on the board (additional ones than in the problem sets) I will post the problems with solutions on Toolkit for those that can t make

More information

Liver Mitochondria Proteomics Employing High-Resolution MS Technology

Liver Mitochondria Proteomics Employing High-Resolution MS Technology Liver Mitochondria Proteomics Employing High-Resolution MS Technology Jenny Ho, 1 Loïc Dayon, 2 John Corthésy, 2 Umberto De Marchi, 2 Antonio Núñez, 2 Andreas Wiederkehr, 2 Rosa Viner, 3 Michael Blank,

More information

A SIMULATION STUDY OF THE ROBUSTNESS OF THE LEAST MEDIAN OF SQUARES ESTIMATOR OF SLOPE IN A REGRESSION THROUGH THE ORIGIN MODEL

A SIMULATION STUDY OF THE ROBUSTNESS OF THE LEAST MEDIAN OF SQUARES ESTIMATOR OF SLOPE IN A REGRESSION THROUGH THE ORIGIN MODEL A SIMULATION STUDY OF THE ROBUSTNESS OF THE LEAST MEDIAN OF SQUARES ESTIMATOR OF SLOPE IN A REGRESSION THROUGH THE ORIGIN MODEL by THILANKA DILRUWANI PARANAGAMA B.Sc., University of Colombo, Sri Lanka,

More information

A comprehensive evaluation of popular proteomics software workflows for label-free proteome quantification and imputation

A comprehensive evaluation of popular proteomics software workflows for label-free proteome quantification and imputation Briefings in Bioinformatics, 2017, 1 12 doi: 10.1093/bib/bbx054 Paper A comprehensive evaluation of popular proteomics software workflows for label-free proteome quantification and imputation Tommi V alikangas,

More information

A shotgun introduction to sequence assembly (with Velvet) MCB Brem, Eisen and Pachter

A shotgun introduction to sequence assembly (with Velvet) MCB Brem, Eisen and Pachter A shotgun introduction to sequence assembly (with Velvet) MCB 247 - Brem, Eisen and Pachter Hot off the press January 27, 2009 06:00 AM Eastern Time llumina Launches Suite of Next-Generation Sequencing

More information

A Complete Workflow Solution for Intact Monoclonal Antibody Characterization Using a New High-Performance Benchtop Quadrupole- Orbitrap LC-MS/MS

A Complete Workflow Solution for Intact Monoclonal Antibody Characterization Using a New High-Performance Benchtop Quadrupole- Orbitrap LC-MS/MS A Complete Workflow Solution for Intact Monoclonal Antibody Characterization Using a New High-Performance Benchtop Quadrupole- Orbitrap LC-MS/MS Zhiqi Hao, 1 Yi Zhang, 1 David Horn, 1 Seema Sharma, 1 Shiaw-Lin

More information

Xevo G2-S QTof and TransOmics: A Multi-Omics System for the Differential LC/MS Analysis of Proteins, Metabolites, and Lipids

Xevo G2-S QTof and TransOmics: A Multi-Omics System for the Differential LC/MS Analysis of Proteins, Metabolites, and Lipids Xevo G2-S QTof and TransOmics: A Multi-Omics System for the Differential LC/MS Analysis of Proteins, Metabolites, and Lipids Ian Edwards, Jayne Kirk, and Joanne Williams Waters Corporation, Manchester,

More information

Tony Mire-Sluis Vice President, Corporate, Product and Device Quality Amgen Inc

Tony Mire-Sluis Vice President, Corporate, Product and Device Quality Amgen Inc The Regulatory Implications of the ever increasing power of Mass Spectrometry and its role in the Analysis of Biotechnology Products Where do we draw the line? Tony Mire-Sluis Vice President, Corporate,

More information

Leveraging the Social Breadcrumbs

Leveraging the Social Breadcrumbs Leveraging the Social Breadcrumbs 2 Social Network Service Important part of Web 2.0 People share a lot of data through those sites They are of different kind of media Uploaded to be seen by other people

More information

Ediscovery White Paper US. The Ultimate Predictive Coding Handbook. A comprehensive guide to predictive coding fundamentals and methods.

Ediscovery White Paper US. The Ultimate Predictive Coding Handbook. A comprehensive guide to predictive coding fundamentals and methods. Ediscovery White Paper US The Ultimate Predictive Coding Handbook A comprehensive guide to predictive coding fundamentals and methods. 2 The Ultimate Predictive Coding Handbook by KLDiscovery Copyright

More information

Machine learning applications in genomics: practical issues & challenges. Yuzhen Ye School of Informatics and Computing, Indiana University

Machine learning applications in genomics: practical issues & challenges. Yuzhen Ye School of Informatics and Computing, Indiana University Machine learning applications in genomics: practical issues & challenges Yuzhen Ye School of Informatics and Computing, Indiana University Reference Machine learning applications in genetics and genomics

More information

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand Song Zhaozheng 1,Jiang Yanjun 2, Jiang Qingzhe 1 1State Key Laboratory of Heavy

More information

Multi-objective optimization

Multi-objective optimization Multi-objective optimization Kevin Duh Bayes Reading Group Aug 5, 2011 The Problem Optimization of K objectives simultaneously: min x [F 1 (x), F 2 (x),..., F K (x)], s.t. x X (1) X = {x R n g j (x) 0,

More information

Source Characterization and Meteorology Retrieval Including Atmospheric Boundary Layer Depth Using a Genetic Algorithm

Source Characterization and Meteorology Retrieval Including Atmospheric Boundary Layer Depth Using a Genetic Algorithm Source Characteriation and Meteorology Retrieval Including Atmospheric Boundary Layer Depth Using a Genetic Algorithm Andrew J. Annunio*, Sue E Haupt, and George S. Young The Pennsylvania State University,

More information

Crowe Caliber. Using Technology to Enhance AML Model Risk Management Programs and Automate Model Calibration. Audit Tax Advisory Risk Performance

Crowe Caliber. Using Technology to Enhance AML Model Risk Management Programs and Automate Model Calibration. Audit Tax Advisory Risk Performance Crowe Caliber Using Technology to Enhance AML Model Risk Management Programs and Automate Model Calibration Audit Tax Advisory Risk Performance The Unique Alternative to the Big Four Crowe Caliber: Using

More information

RECOGNIZING USER INTENTIONS IN REAL-TIME

RECOGNIZING USER INTENTIONS IN REAL-TIME WHITE PAPER SERIES IPERCEPTIONS ACTIVE RECOGNITION TECHNOLOGY: RECOGNIZING USER INTENTIONS IN REAL-TIME Written by: Lane Cochrane, Vice President of Research at iperceptions Dr Matthew Butler PhD, Senior

More information

Pricing-based Energy Storage Sharing and Virtual Capacity Allocation

Pricing-based Energy Storage Sharing and Virtual Capacity Allocation Pricing-based Energy Storage Sharing and Virtual Capacity Allocation Dongwei Zhao, Hao Wang, Jianwei Huang, Xiaojun Lin Department of Information Engineering, The Chinese University of Hong Kong Department

More information

AB SCIEX TripleTOF 5600 SYSTEM. High-resolution quant and qual

AB SCIEX TripleTOF 5600 SYSTEM. High-resolution quant and qual AB SCIEX TripleTOF 5600 SYSTEM High-resolution quant and qual AB SCIEX TripleTOF 5600 SYSTEM AB SCIEX is a global leader in the development of life science analytical technologies that help answer complex

More information

1638 Molecular & Cellular Proteomics 6.9

1638 Molecular & Cellular Proteomics 6.9 Supplemental Material can be found at: http://www.mcponline.org/cgi/content/full/t600050-mcp200/ DC1 Technology The Paragon Algorithm, a Next Generation Search Engine That Uses Sequence Temperature Values

More information

DISCOVERY AND VALIDATION OF TARGETS AND BIOMARKERS BY MASS SPECTROMETRY-BASED PROTEOMICS. September, 2011

DISCOVERY AND VALIDATION OF TARGETS AND BIOMARKERS BY MASS SPECTROMETRY-BASED PROTEOMICS. September, 2011 DISCOVERY AND VALIDATION OF TARGETS AND BIOMARKERS BY MASS SPECTROMETRY-BASED PROTEOMICS September, 2011 1 CAPRION PROTEOMICS Leading proteomics-based service provider - Biomarker and target discovery

More information

VALUE OF SHARING DATA

VALUE OF SHARING DATA VALUE OF SHARING DATA PATRICK HUMMEL* FEBRUARY 12, 2018 Abstract. This paper analyzes whether advertisers would be better off using data that would enable them to target users more accurately if the only

More information

Implementation of Automated Sample Quality Control in Whole Exome Sequencing

Implementation of Automated Sample Quality Control in Whole Exome Sequencing Journal of Life Sciences 11 (2017) 261-268 doi: 10.17265/1934-7391/2017.06.001 D DAVID PUBLISHING Implementation of Automated Sample Quality Control in Whole Exome Sequencing Elisa Viering 1, Jana Molitor

More information

The Five Key Elements of a Successful Metabolomics Study

The Five Key Elements of a Successful Metabolomics Study The Five Key Elements of a Successful Metabolomics Study Metabolomics: Completing the Biological Picture Metabolomics is offering new insights into systems biology, empowering biomarker discovery, and

More information