LC-MS. Pre-processing (xcms) W4M Core Team. 29/05/2017 v 1.0.0

Size: px
Start display at page:

Download "LC-MS. Pre-processing (xcms) W4M Core Team. 29/05/2017 v 1.0.0"

Transcription

1 LC-MS Pre-processing (xcms) W4M Core Team 29/05/2017 v 1.0.0

2 Acquisition files upload and pre-processing with xcms: extraction, alignment and retention time drift correction. SECTION 1 2

3 LC-MS Data What is provided by the mass spectrometers What we want for data analysis

4 Extraction with XCMS R based software, Free A lot of parameters to tune, No graphical interface Need to write a R script Web for documentation: Forums :

5 Extraction with XCMS Extraction Extraction of ions in each sample independantly. Grouping alignment Each ion is aligned across all samples Retention time correction (optional) Fill peaks Replace missing data with baseline value CAMERA Annotation Statistics and visualisation (optionals) CAMERA For annotation of adducts, neutral loss and isotopes

6 Extraction with XCMS CAMERA Annotation of Adduct Fragments and isotopes

7 DATA 7

8 Data Raw data: mzxml, mzml, mzdata and netcdf samplemetadata HU_neg_011_b2 HU_neg_014_b2 Blank04 Blank05 bio bio blank blank Add some informations for further steps 8

9 Data Raw data: mzxml, mzml, mzdata and netcdf samplemetadata samples class sampletype subset full injectionorder batch age HU_neg_011_b2 bio sample ne1 19 HU_neg_014_b2 bio sample ne2 22 Blank04 blank blank ne2 NA Blank05 blank blank ne1 NA Add some informations for further steps 9

10 Two strategies 10

11 Two strategies 11 The "old" system -> files are nested in folders for their groups within a zip file + The folders set the group of the files for xcms.group + Only one import and one step - xcmsset is limited to 6 CPUs - The files aren't integrated into the history and can't be visualized (one day)

12 Two strategies The "brand new" system -> files are uploaded individually and processed in parallel - The xcmsset outputs have to be merged before using group - A samplemetadata file must be used to set the group (but you need one for some further steps anyway) + One xcmsset job is launch for each input file. It is highly parallelizable + The files are completely integrated in Galaxy and can be one day vizualized + A better transparency 12

13 Dataset Collection Dataset collection allow to group N datasets in 1 wrap / collection A Dataset collection depending of the tool will process nested datasets In one step tool In parallel xcmsset xcmsset xcmsset 13

14 Dataset Collection 14

15 Dataset Collection 15

16 Dataset Collection 1 16

17 Dataset collection XCMSSET 17

18 Dataset Collection Dataset collection allow to group N datasets in 1 wrap / collection A Dataset collection depending of the tool will process nested datasets In one step tool In parallel xcmsset xcmsset xcmsset 18

19 Dataset Collection 19

20 Dataset Collection 20

21 Dataset Collection 1 21

22 RUN! XCMSSET 22

23 mzxml raw file mzxml in a text editor 1 scan 23

24 mzxml raw file informations Real life example : m/z 187 fichier HU_neg_091.mzXML scan # RetTime (sec) basepeakmz int TIC %TIC delta ppm delta dalton E E+07 42% E E+07 62% E E+07 65% E E+07 67% E E+08 68% E E+08 68% E E+08 69% E E+08 67% E E+07 66% E E+07 65% E E+07 65% E E+07 63% E E+07 62% E E+07 58% E E+07 50% E E+07 39% E E+07 35% E E+07 29% m/z deviation RT range m/z median Scan to scan m/z deviation

25 mzxml raw file informations Real life example : m/z 187 fichier HU_neg_091.mzXML scan # RetTime (sec) basepeakmz int TIC %TIC delta ppm delta dalton E E+07 42% E E+07 62% E E+07 65% E E+07 67% E E+08 68% E E+08 68% E E+08 69% E E+08 67% E E+07 66% E E+07 65% E E+07 65% E E+07 63% E E+07 62% E E+07 58% E E+07 50% E E+07 39% E E+07 35% E E E+07 29% E+07 RT range m/z median E E E E E E E+07 peak width = E

26 xcms Extraction centwave algorithm The algorithm aims detecting «Mass traces» or «region of interest» (ROI) which are defined as regions with less than a defined deviation of m/z in consecutive scans. This deviation must be lower than the value of the parameter «ppm» The value (unit ppm) has to be set according to mass spectrometer accuracy. ROI mass intensities are then used to define the chomatographic peak with continuous wavelet transform algorithm. peakwidth (min, max) has to be set for this step. 20,50 for HPLC 5,12 for UPLC Tautenhahn R. BMC Bioinformtics 2008

27 xcms Extraction algorithms MatchedFilter is dedicated to centroid or profile low resolution MS data Centwave is dedicated to centroid high resolution MS data 27

28 xcms Extraction centwave algorithm Centwave chromatographic peaks detection. Tautenhahn R., BioInformatics, 2008

29 xcms Extraction centwave algorithm Centwave chromatographic peaks detection. Tautenhahn R., BioInformatics, 2008

30 centwave basic parameters CAMERA Annotation of Adduct Fragments and isotopes

31 centwave noise and coeluted peaks CAMERA Annotation of Adduct Fragments and isotopes

32 xcms centwave parameters xcms forum : How to choose peakwidth? "The main purpose of the peakwidth parameter is to roughly estimate the peak width range, this parameter is not a threshold. The wavelets used for peak detection are calculated from this parameter. If you use HPLC and your peaks are normally s wide (base peak with), just go with that, i.e. peakwidth=c(20,60) centwave will still detect peaks that are 15s or 80 s wide! Important: Do not choose the minimum peak width too small, it will not increase sensitivity, but cause peaks to be split." Example: peak width ~ 45 s Using peakwidth = c(20,60) the peak will be split in three peaks, each detected as a ~10s wide separate peak (since they are separated by a local minimum) : using peakwidth = c(20,120) will keep the peak intact :

33 xcms extraction output CAMERA Annotation of Adduct Fragments and isotopes

34 xcms extraction output CAMERA Annotation of Adduct Fragments and isotopes When a zip file of is used a samplemetadata.tsv is created at this step. It must contains all informations needed for further analyses: batch correction and statistical analyses. This file must be downloaded in order to add all these informations and then uploaded.

35 xcms extraction output CAMERA Annotation of Adduct Fragments and isotopes

36 extraction parameters summary xcms steps xcms parameters related to description examples Extraction ppm m/z fluctuation of m/z value (ppm) from scan to scan. 5 (xcmsset) Depends on the mass spectrometer resolution peakwidth retention time range of chromatographic peak width (second) UPLC 5,20 HPLC 10,40 mzdiff m/z and retention time Minimum difference of mz for peaks with overlapping retention time (coeluting peak). Must be negative to allow overlap or 0.05 Prefilter Intensity A peak must be present in n scans with an intensity n=3,k=1000 greater than k. snthresh Intensity Ratio signal/noise threshold 3 noise Intensity Each centroid must be greater than "noise" value.

37 xcmsset 37

38 «Grouping» step Independant peaklists pool1b1 pool1b2 pool1b3 mz rt int mz rt int mz rt int Group ions by m/z Group by retention time mz rt int mz rt int mz rt int mz rt int mz rt int mz rt int Resulting matrix mz rt pool1b1 pool1b2 pool1b

39 xcms alignment group First step, a binning of mass domain is performed. The size of the bin is defined by mzwid parameter. Then for each mz bin, all ions of all samples are taken into account for all retention times. Kernel density estimator method is used to detect region of retention time with high density of ions. mzwid

40 xcms alignment group A gaussian model group together peaks with simillar retention time. The inclusivness of ions in a group is defined by the the standard deviation of the gaussian model (bandwith) corresponding to of the bw parameter xcms. This parameter can be interpreted as a retention time window. Vertical dash lines indicates that the feature is valid and will be retain in the data Matrix To be valid, the number of peaks in a group must be greater than the a percentage of the total number of samples. This threshold is defined by the minfrac parameter. mzwid Problem bw = 30 sec

41 xcms alignment group mzwid bw = 30 sec Problem Solved bw = 10 sec Decreasing bw allows to separate these 2 groups. The resulting m/z and retention time of the feature correspond to the median of m/z and RT of all ions grouped together as a single feature.

42 Minfrac parameter for group Minfrac = samples in each group m/z Minfrac = minimum sample detected in at least one class to be considered as a group RT m/z RT 42

43 Minfrac parameter for group Minfrac = samples in each group m/z RT

44 group interface CAMERA Annotation of Adduct Fragments and isotopes

45 xcms group output mzwid define the intervals of m/z CAMERA Annotation of Adduct Fragments and isotopes bw define the width of the gaussian curve

46 xcms group output Two distinct m/z merge as one group. Mzwid and bw too large

47 xcms group output Two distinct m/z are separated by decreasing bandwith value.

48 grouping parameters summary xcms steps Alignment (group) xcms parameters related to definition examples mzwid m/z Size of mz slices (bins). Range of m/z to be included in a group. Depends on mass spectrometer accuracy. bw retention standart deviation of the gaussian metapeak that group time together peaks minfrac samples A group to be valid must be found in minfrac*total n=10, number of samples in each subfolder of datafiles. minfrac=0.5 minfrac=0.5 correspond to 50%. found in at least 5 max number of ions Maximum number of groups detected in a single mz slices. 10 or 50

49 xcms workflow retcor CAMERA Annotation of Adduct Fragments and isotopes

50 xcms retcor output CAMERA Annotation of Adduct Fragments and isotopes retcor improving retention time must be followed by a second group step.

51 xcms retcor output Modification of the degre of smoothing Span = 0.8 CAMERA Annotation of Adduct Fragments and isotopes

52 Parameters for retcor Missing = 1 4 samples in each group m/z RT Extra = 1 m/z RT 52

53 xcms retcor obiwarp 53

54 retcor parameters summary xcms steps Retention time correction (retcor) xcms parameters smooth method related to description examples retention time Regression model to model time deviation among samples (linear or loess) linear or loess span degree of smoothing of the loess model. 0.2 to 1 extra samples number of "extra" peaks use to define reference peaks default=1 (or well behaved peaks) for modeling time deviation. Number of Peaks > number of samples. missing samples number of samples without reference peaks. If blank samples are used, missing = number of blanks. ploytype retention time Define the graphical visualistion of the effect of the model on retention time correction. number of blank samples deviation

55 Second grouping As retcor improved retention drift among samples a new grouping is mandatory to take advantage of this correction. bw parameter can thus be set to a smaller value than in the first group step. CAMERA Annotation of Adduct Fragments and isotopes

56 xcms fillpeaks Filling method: «chrom» for LCMS «MSW» for direct injection. CAMERA Annotation of Adduct Fragments and isotopes

57 MS data processing Report creation and Annotations Yann GUITTON 29/05/2017 v 1.0.0

Unsupervised Identification of Isotope-Labeled Peptides

Unsupervised Identification of Isotope-Labeled Peptides Unsupervised Identification of Isotope-Labeled Peptides Joshua E Goldford 13 and Igor GL Libourel 124 1 Biotechnology institute, University of Minnesota, Saint Paul, MN 55108 2 Department of Plant Biology,

More information

SimLipid 3.5. Manual PREMIER. Biosoft International Corina Way, Palo Alto, CA Tel: (650) FAX: (650)

SimLipid 3.5. Manual PREMIER. Biosoft International Corina Way, Palo Alto, CA Tel: (650) FAX: (650) SimLipid 3.5 Manual PREMIER Biosoft International 3786 Corina Way, Palo Alto, CA 94303-4504 Tel: (650) 856-2703 FAX: (650) 843-1250 E-mail: sales@premierbiosoft.com Copyright 2003 by PREMIER Biosoft International.

More information

MS/MS Library Creation of Q-TOF LC/MS Data for MassHunter PCDL Manager

MS/MS Library Creation of Q-TOF LC/MS Data for MassHunter PCDL Manager MS/MS Library Creation of Q-TOF LC/MS Data for MassHunter PCDL Manager Quick Start Guide Step 1. Calibrate the Q-TOF LC/MS for low m/z ratios 2 Step 2. Set up a Flow Injection Analysis (FIA) method for

More information

Metabolite identification in metabolomics: Database and interpretation of MSMS spectra

Metabolite identification in metabolomics: Database and interpretation of MSMS spectra Metabolite identification in metabolomics: Database and interpretation of MSMS spectra Jeevan K. Prasain, PhD Department of Pharmacology and Toxicology, UAB jprasain@uab.edu utline Introduction Putative

More information

SimGlycan. A high-throughput glycan and glycopeptide data analysis tool for LC-, MALDI-, ESI- Mass Spectrometry workflows.

SimGlycan. A high-throughput glycan and glycopeptide data analysis tool for LC-, MALDI-, ESI- Mass Spectrometry workflows. PREMIER Biosoft SimGlycan A high-throughput glycan and glycopeptide data analysis tool for LC-, MALDI-, ESI- Mass Spectrometry workflows SimGlycan software processes and interprets the MS/MS and higher

More information

AB Sciex QStar XL. AIMS Instrumentation & Sample Report Documentation. chemistry

AB Sciex QStar XL. AIMS Instrumentation & Sample Report Documentation. chemistry Mass Spectrometry Laboratory AIMS Instrumentation & Sample Report Documentation AB Sciex QStar XL chemistry UNIVERSITY OF TORONTO AIMS Mass Spectrometry Laboratory Department of Chemistry, University of

More information

Sample Preparation is Key

Sample Preparation is Key PLOS ONE DOI: 10.1371/journal.pone.0117232 February 6, 2015 Presented by Katie Gibbs Sample Preparation is Key Sample extraction and instrumental analysis methods are well documented in metabolomics. Understanding

More information

Metabolite identification in metabolomics: Metlin Database and interpretation of MSMS spectra

Metabolite identification in metabolomics: Metlin Database and interpretation of MSMS spectra Metabolite identification in metabolomics: Metlin Database and interpretation of MSMS spectra Jeevan K. Prasain, PhD Department of Pharmacology and Toxicology, UAB jprasain@uab.edu Outline Introduction

More information

Moving from targeted towards non-targeted approaches

Moving from targeted towards non-targeted approaches Gesundheitsdirektion Moving from targeted towards non-targeted approaches Anton Kaufmann Official Food Control Authority of the Canton of Zurich () Switzerland 2 Overview I From single residue to multi

More information

Targeted and untargeted metabolic profiling by incorporating scanning FAIMS into LC-MS. Kayleigh Arthur

Targeted and untargeted metabolic profiling by incorporating scanning FAIMS into LC-MS. Kayleigh Arthur Targeted and untargeted metabolic profiling by incorporating scanning FAIMS into LC-MS Kayleigh Arthur K.Arthur@lboro.ac.uk Introduction LC-MS is a highly used technique for untargeted profiling analyses

More information

Primary Structure Analysis. Automated Evaluation. LC-MS Data Sets

Primary Structure Analysis. Automated Evaluation. LC-MS Data Sets Primary Structure Analysis by Automated Evaluation of LC-MS Data Sets Mass Spec 29 Dr. Wozny, MassMap GmbH & Co. KG 1 LC-MS Peptide Mapping Origin of Signals Peptides with and without post-translational

More information

Databehandling. 3. Mark e.g. the first fraction (1: 0-45 min, 2: min, 3; min, 4: min, 5: min, 6: min).

Databehandling. 3. Mark e.g. the first fraction (1: 0-45 min, 2: min, 3; min, 4: min, 5: min, 6: min). Databehandling Data analysis 1. Choose Open in the Data analysis window. 2. Press the Open folder and choose the desired analysis. Click the + button, so that the Chromatograms line appears. Click the

More information

The Analysis of Isotopically Labeled Propylene Glycol in ecigarettes

The Analysis of Isotopically Labeled Propylene Glycol in ecigarettes The Analysis of Isotopically Labeled Propylene Glycol in ecigarettes Raymond H. Farmen, Ph.D. The Coolest ecigarette Clinical Study Using Isotopically Labeled Propylene Glycol Raymond H. Farmen, Ph.D.

More information

J. A. Mayfield et al. FIGURE S1. Methionine Salvage. Methylthioadenosine. Methionine. AdoMet. Folate Biosynthesis. Methylation SAH.

J. A. Mayfield et al. FIGURE S1. Methionine Salvage. Methylthioadenosine. Methionine. AdoMet. Folate Biosynthesis. Methylation SAH. FIGURE S1 Methionine Salvage Methionine Methylthioadenosine AdoMet Folate Biosynthesis Methylation SAH Homocysteine Homocystine CBS Cystathionine Cysteine Glutathione Figure S1 Biochemical pathway of relevant

More information

Data Independent MALDI Imaging HDMS E for Visualization and Identification of Lipids Directly from a Single Tissue Section

Data Independent MALDI Imaging HDMS E for Visualization and Identification of Lipids Directly from a Single Tissue Section Data Independent MALDI Imaging HDMS E for Visualization and Identification of Lipids Directly from a Single Tissue Section Emmanuelle Claude, Mark Towers, and Kieran Neeson Waters Corporation, Manchester,

More information

MSSimulator. Simulation of Mass Spectrometry Data. Chris Bielow, Stephan Aiche, Sandro Andreotti, Knut Reinert FU Berlin, Germany

MSSimulator. Simulation of Mass Spectrometry Data. Chris Bielow, Stephan Aiche, Sandro Andreotti, Knut Reinert FU Berlin, Germany Chris Bielow Algorithmic Bioinformatics, Institute for Computer Science MSSimulator Chris Bielow, Stephan Aiche, Sandro Andreotti, Knut Reinert FU Berlin, Germany Simulation of Mass Spectrometry Data Motivation

More information

A NOVEL METHOD OF M/Z DRIFT CORRECTION FOR OA-TOF MASS SPECTROMETERS BASED ON CONSTRUCTION OF LIBRARIES OF MATRIX COMPONENTS.

A NOVEL METHOD OF M/Z DRIFT CORRECTION FOR OA-TOF MASS SPECTROMETERS BASED ON CONSTRUCTION OF LIBRARIES OF MATRIX COMPONENTS. A NOVEL METHOD OF M/Z DRIFT CORRECTION FOR OA-TOF MASS SPECTROMETERS BASED ON CONSTRUCTION OF LIBRARIES OF MATRIX COMPONENTS. Martin R Green*, Keith Richardson, John Chipperfield, Nick Tomczyk, Martin

More information

[ APPLICATION NOTE ] High Sensitivity Intact Monoclonal Antibody (mab) HRMS Quantification APPLICATION BENEFITS INTRODUCTION WATERS SOLUTIONS KEYWORDS

[ APPLICATION NOTE ] High Sensitivity Intact Monoclonal Antibody (mab) HRMS Quantification APPLICATION BENEFITS INTRODUCTION WATERS SOLUTIONS KEYWORDS Yun Wang Alelyunas, Henry Shion, Mark Wrona Waters Corporation, Milford, MA, USA APPLICATION BENEFITS mab LC-MS method which enables users to achieve highly sensitive bioanalysis of intact trastuzumab

More information

Feature selection methods for early predictive biomarker discovery using untargeted metabolomic data

Feature selection methods for early predictive biomarker discovery using untargeted metabolomic data Feature selection methods for early predictive biomarker discovery using untargeted metabolomic data Dhouha Grissa, Mélanie Pétéra, Marion Brandolini, Amedeo Napoli, Blandine Comte and Estelle Pujos-Guillot

More information

INTRODUCTION CH 3 CH CH 3 3. C 37 H 48 N 6 O 5 S 2, molecular weight Figure 1. The Xevo QTof MS System.

INTRODUCTION CH 3 CH CH 3 3. C 37 H 48 N 6 O 5 S 2, molecular weight Figure 1. The Xevo QTof MS System. Fast and Sensitive in vitro Metabolism Study of Rate and Routes of Clearance for Ritonavir using UPLC CUPLED with the Xevo QTof MS System Jose Castro-Perez, Kate Yu, John Shockcor, Henry Shion, Emma Marsden-Edwards,

More information

LC/QTOF Discovery of Previously Unreported Microcystins in Alberta Lake Waters

LC/QTOF Discovery of Previously Unreported Microcystins in Alberta Lake Waters LC/QTOF Discovery of Previously Unreported Microcystins in Alberta Lake Waters Ralph Hindle Vogon Laboratory Services Ltd. Cochrane, Alberta, Canada Xu Zhang David W. Kinniburgh Alberta Centre for Toxicology

More information

UPLC-HRMS: A tool for multi-residue veterinary drug methods

UPLC-HRMS: A tool for multi-residue veterinary drug methods AOAC, Paris, November 23-24, 2009 UPLC-HRMS: A tool for multi-residue veterinary drug methods Anton Kaufmann Official Food Control Authority of the Canton of Zurich (Kantonales Labor Zürich) The challenge

More information

Workflows in SIEVE and LipidSearch

Workflows in SIEVE and LipidSearch Workflows in SIEVE and LipidSearch I Orbi 5-2014 1 The world leader in serving science SIEVE v2.1 S tatistical I terative E xploratory V isualization E nvironment 2 The world leader in serving science

More information

SIEVE 2.1 Proteomics Example

SIEVE 2.1 Proteomics Example SIEVE 2.1 Proteomics Example Software Overview What is SIEVE? SIEVE is Thermo Scientific s differential software solution. SIEVE will continue to enhance our current product for label-free differential

More information

Thermo Scientific LipidSearch Software for Lipidomics Workflows. Automated Identification and Relative. Quantitation of Lipids by LC/MS

Thermo Scientific LipidSearch Software for Lipidomics Workflows. Automated Identification and Relative. Quantitation of Lipids by LC/MS Thermo Scientific LipidSearch Software for Lipidomics Workflows Automated Identification and Relative of Lipids by LC/MS The promise of lipidomics Lipidomics is a new field of study crucial for understanding

More information

General Single Ion Calibration. Pete 14-May-09

General Single Ion Calibration. Pete 14-May-09 General Single Ion Calibration Pete 14-May-09 Purpose of SI calibration Measure the instrument response of a single ion. Necessary for understanding of error in instrument (counting statistics) Calculation

More information

CEU MASS MEDIATOR USER'S MANUAL Version 2.0, 31 st July 2017

CEU MASS MEDIATOR USER'S MANUAL Version 2.0, 31 st July 2017 CEU MASS MEDIATOR USER'S MANUAL Version 2.0, 31 st July 2017 1. Introduction... 2 1.1. System Requirements... 2 2. Peak search... 3 2.1. Simple Search... 3 2.2. Advanced Search... 5 2.3. Batch Search...

More information

Comprehensive Forensic Toxicology Screening in Serum using On-Line SPE LC-MS/MS

Comprehensive Forensic Toxicology Screening in Serum using On-Line SPE LC-MS/MS Comprehensive Forensic Toxicology Screening in Serum using On-Line SPE LC-MS/MS SCIEX QTRAP 4500 LC-MS/MS System and Spark Holland PICO Adrian M. Taylor 1, Peter Ringeling 2, Martin Sibum 2, Stefan Sturm

More information

NON TARGETED SEARCHING FOR FOOD

NON TARGETED SEARCHING FOR FOOD NON TARGETED SEARCHING FOR FOOD CONTAMINANTS USING ORBITRAP HIGH RESOLUTION MASS SPECTROMETRY Michal Godula 1, Adrian Charlton 2 and Klaus Mittendorf 1 1 Thermo Fisher Scientific, Dreieich, Germany 2 Food

More information

Ultra High Definition Optimizing all Analytical Dimensions

Ultra High Definition Optimizing all Analytical Dimensions Ultra High Definition Optimizing all Analytical Dimensions Sensitivity Dynamic Range Signal Response Linearity Separation Speed Peak Capacity Chromatogram Mass Spectrum Mass Accuracy Resolving Power Acquisition

More information

Robust Peak Detection and Alignment of nanolc-ft Mass Spectrometry Data

Robust Peak Detection and Alignment of nanolc-ft Mass Spectrometry Data Robust Peak Detection and Alignment of nanolc-ft Mass Spectrometry Data Marius C. Codrea 1, Connie R. Jiménez 2, Sander Piersma 2, Jaap Heringa 1, and Elena Marchiori 1 1 Centre for Integrative Bioinformatics

More information

How to Use TOF and Q-TOF Mass Spectrometers

How to Use TOF and Q-TOF Mass Spectrometers How to Use TOF and Q-TOF Mass Spectrometers October 2011 What do TOF and Q-TOF offer? TOF Fast scanning of full spectrum High resolution full scan spectra Accurate mass measurements Q-TOF Fast scanning

More information

Don t miss a thing on your peptide mapping journey How to get full coverage peptide maps using high resolution accurate mass spectrometry

Don t miss a thing on your peptide mapping journey How to get full coverage peptide maps using high resolution accurate mass spectrometry Don t miss a thing on your peptide mapping journey How to get full coverage peptide maps using high resolution accurate mass spectrometry Kai Scheffler, PhD BioPharma Support Expert,LSMS Europe The world

More information

Lipid annotation with MS2Analyzer. Yan Ma 10/24/2013

Lipid annotation with MS2Analyzer. Yan Ma 10/24/2013 Lipid annotation with MS2Analyzer Yan Ma 10/24/2013 Checklist before you start You need to have: 1.A computer with Java environment and Office(2003 or higher) 2.MS/MS spectra in MGF files 3.Latest version

More information

For personal use only. Please do not reuse or reproduce

For personal use only. Please do not reuse or reproduce DATA ANALYSIS IN MASS SPECTROMETRY BASED METABOLOMICS Pavel Aronov Stanford Mass Spectrometry Users Meeting September 26, 2011 Presented at the 2011 Stanford Mass Spectrometry t Users Meeting For personal

More information

Figure S6. A-J) Annotated UVPD mass spectra for top ten peptides found among the peptides identified by Byonic but not SEQUEST + Percolator.

Figure S6. A-J) Annotated UVPD mass spectra for top ten peptides found among the peptides identified by Byonic but not SEQUEST + Percolator. Extending Proteome Coverage by Combining MS/MS Methods and a Modified Bioinformatics Platform adapted for Database Searching of Positive and Negative Polarity 193 nm Ultraviolet Photodissociation Mass

More information

CSDplotter user guide Klas H. Pettersen

CSDplotter user guide Klas H. Pettersen CSDplotter user guide Klas H. Pettersen [CSDplotter user guide] [0.1.1] [version: 23/05-2006] 1 Table of Contents Copyright...3 Feedback... 3 Overview... 3 Downloading and installation...3 Pre-processing

More information

Impurity Identification using a Quadrupole - Time of Flight Mass Spectrometer QTOF

Impurity Identification using a Quadrupole - Time of Flight Mass Spectrometer QTOF Impurity Identification using a Quadrupole - Time of Flight Mass Spectrometer QTOF PUSHER TOF DETECTOR ZSPRAY TM Ion Source SAMPLING CONE SKIMMER RF HEXAPOLE RF HEXAPOLE QUADRUPOLE IN NARROW BANDPASS MODE

More information

Advancing your Forensic Toxicology Analyses; Adopting the Latest in Mass Spectrometry Innovations

Advancing your Forensic Toxicology Analyses; Adopting the Latest in Mass Spectrometry Innovations Advancing your Forensic Toxicology Analyses; Adopting the Latest in Mass Spectrometry Innovations For Research Use Only. Not for use in diagnostic procedures. 1 2015 AB Sciex RUO-MKT-11-1018-A For research

More information

Automating Mass Spectrometry-Based Quantitative Glycomics using Tandem Mass Tag (TMT) Reagents with SimGlycan

Automating Mass Spectrometry-Based Quantitative Glycomics using Tandem Mass Tag (TMT) Reagents with SimGlycan PREMIER Biosoft Automating Mass Spectrometry-Based Quantitative Glycomics using Tandem Mass Tag (TMT) Reagents with SimGlycan Ne uaca2-3galb1-4glc NAcb1 6 Gal NAca -Thr 3 Ne uaca2-3galb1 Ningombam Sanjib

More information

Automated Lipid Identification Using UPLC/HDMS E in Combination with SimLipid

Automated Lipid Identification Using UPLC/HDMS E in Combination with SimLipid Automated Lipid Identification Using UPLC/HDMS E in Combination with SimLipid Giorgis Isaac, Stephen McDonald, Giuseppe Astarita Waters Corporation, Milford, MA, USA A P P L I C AT ION B E N E F I T S

More information

Improving Coverage of the Plasma Lipidome Using Iterative MS/MS Data Acquisition Combined with Lipid Annotator Software and 6546 LC/Q-TOF

Improving Coverage of the Plasma Lipidome Using Iterative MS/MS Data Acquisition Combined with Lipid Annotator Software and 6546 LC/Q-TOF Application Note Lipidomics Improving Coverage of the Plasma Lipidome Using Iterative MS/MS Data Acquisition Combined with Lipid Annotator Software and 6546 LC/Q-TOF Authors Jeremy Koelmel Department of

More information

Application of LC/Electrospray Ion Trap Mass Spectrometry for Identification and Quantification of Pesticides in Complex Matrices

Application of LC/Electrospray Ion Trap Mass Spectrometry for Identification and Quantification of Pesticides in Complex Matrices Application ote #LCMS-2 esquire series Application of LC/Electrospray Ion Trap Mass Spectrometry for Identification and Quantification of Pesticides in Complex Matrices Introduction The simple monitoring

More information

Lipididentifizierung in der LC-MS-basierten Lipidomik mittels einer Kombination aus SWATH und DMS

Lipididentifizierung in der LC-MS-basierten Lipidomik mittels einer Kombination aus SWATH und DMS Lipididentifizierung in der LC-MS-basierten Lipidomik mittels einer Kombination aus SWATH und DMS Michael Witting, et al. Helmholtz Zentrum München Research Unit Analytical BioGeoChemistry Berlin, 14/3/17

More information

Measuring Lipid Composition LC-MS/MS

Measuring Lipid Composition LC-MS/MS Project: Measuring Lipid Composition LC-MS/MS Verification of expected lipid composition in nanomedical controlled release systems by liquid chromatography tandem mass spectrometry AUTHORED BY: DATE: Sven

More information

Impact of Chromatography on Lipid Profiling of Liver Tissue Extracts

Impact of Chromatography on Lipid Profiling of Liver Tissue Extracts Impact of Chromatography on Lipid Profiling of Liver Tissue Extracts Application Note Clinical Research Authors Mark Sartain and Theodore Sana Agilent Technologies, Inc. Santa Clara, California, USA Introduction

More information

Proteomics of body liquids as a source for potential methods for medical diagnostics Prof. Dr. Evgeny Nikolaev

Proteomics of body liquids as a source for potential methods for medical diagnostics Prof. Dr. Evgeny Nikolaev Proteomics of body liquids as a source for potential methods for medical diagnostics Prof. Dr. Evgeny Nikolaev Institute for Biochemical Physics, Rus. Acad. Sci., Moscow, Russia. Institute for Energy Problems

More information

Lipidomic Analysis by UPLC-QTOF MS

Lipidomic Analysis by UPLC-QTOF MS Lipidomic Analysis by UPLC-QTOF MS Version: 1 Edited by: Oliver Fiehn Summary Reagents and Materials Protocol Summary:Lipidomic analysis by UPLC-QTOF mass spectrometry Reagents and Materials: Reagent/Material

More information

Towards High Resolution MS in Regulated Bioanalysis

Towards High Resolution MS in Regulated Bioanalysis Towards High Resolution MS in Regulated Bioanalysis Benno Ingelse MSD 3 rd EB focus meeting June 12 th 13 th Brussels, Belgium Contributors Gary Adamson Ken Anderson Kevin Bateman Cynthia Chavez-Eng Inhou

More information

Identification of Haemoglobinopathies by LC/MS

Identification of Haemoglobinopathies by LC/MS Identification of Haemoglobinopathies by LC/ Mark Harrison; Senior Scientist, ThermoFisher Scientific Sarah Battle; Senior Biomedical Scientist, Royal Hallamshire Hospital Introduction There are over 2

More information

Dividing up the data

Dividing up the data Dividing up the data Stephen Barnes Analysis of the control genistein data The Excel download from the XCMS analysis contained 7840 ion features Too many to load them onto MetaboAnalyst (restricted to

More information

Introduction to the Oligo HTCS Systems. Novatia, LLC

Introduction to the Oligo HTCS Systems. Novatia, LLC Introduction to the Oligo HTCS Systems Novatia, LLC What is the Oligo HTCS and what can it do? Automated ESI/MS system that can analyze up to 14 oligonucleotide samples/day (>3/day with twin autosampler)

More information

Package LipidMS. July 12, 2018

Package LipidMS. July 12, 2018 Type Package Package LipidMS July 12, 2018 Title Lipid Annotation for LC-MS/MS using Data Independent Acquisition Version 0.1.0 Author M Isabel Alcoriza-Balaguer, J Carlos Garcia-Canaveras Maintainer M

More information

DNA Sequence Bioinformatics Analysis with the Galaxy Platform

DNA Sequence Bioinformatics Analysis with the Galaxy Platform DNA Sequence Bioinformatics Analysis with the Galaxy Platform University of São Paulo, Brazil 28 July - 1 August 2014 Dave Clements Johns Hopkins University Robson Francisco de Souza University of São

More information

Agilent 6410 Triple Quadrupole LC/MS. Sensitivity, Reliability, Value

Agilent 6410 Triple Quadrupole LC/MS. Sensitivity, Reliability, Value Agilent 64 Triple Quadrupole LC/MS Sensitivity, Reliability, Value Sensitivity, Reliability, Value Whether you quantitate drug metabolites, measure herbicide levels in food, or determine contaminant levels

More information

Biological Mass Spectrometry. April 30, 2014

Biological Mass Spectrometry. April 30, 2014 Biological Mass Spectrometry April 30, 2014 Mass Spectrometry Has become the method of choice for precise protein and nucleic acid mass determination in a very wide mass range peptide and nucleotide sequencing

More information

Latest Innovations in LC/MS/MS from Waters for Metabolism and Bioanalytical Applications

Latest Innovations in LC/MS/MS from Waters for Metabolism and Bioanalytical Applications Latest Innovations in LC/MS/MS from Waters for Metabolism and Bioanalytical Applications Ignatius J. Kass Senior Field Marketing Manager Pharmaceutical MS Challenges in Pharmaceutical Sample Analysis Quantitative

More information

Summary of Analytical Method for Quantitative Estimation of Fingolimod and Fingolimod Phosphate from Human Whole Blood Samples

Summary of Analytical Method for Quantitative Estimation of Fingolimod and Fingolimod Phosphate from Human Whole Blood Samples Fingolimod Whole Blood Analysis Summary of Analytical Method for Quantitative Estimation of Fingolimod and Fingolimod Phosphate from Human Whole Blood Samples Study Detail: - Determination of Fingolimod

More information

Chemical Analysis Business Operations Waters Corporation Milford MA

Chemical Analysis Business Operations Waters Corporation Milford MA The Detection and Identification of Unknown Contaminants During ToF Screening and Structural Elucidation for Pesticides in River Water Using an Integrated Software Approach Chemical Analysis Business Operations

More information

Analysis of Testosterone, Androstenedione, and Dehydroepiandrosterone Sulfate in Serum for Clinical Research

Analysis of Testosterone, Androstenedione, and Dehydroepiandrosterone Sulfate in Serum for Clinical Research Analysis of Testosterone, Androstenedione, and Dehydroepiandrosterone Sulfate in Serum for Clinical Research Dominic Foley, Michelle Wills, and Lisa Calton Waters Corporation, Wilmslow, UK APPLICATION

More information

Rapid, Simple Impurity Characterization with the Xevo TQ Mass Spectrometer

Rapid, Simple Impurity Characterization with the Xevo TQ Mass Spectrometer Robert Plumb, Michael D. Jones, and Marian Twohig Waters Corporation, Milford, MA, USA INTRODUCTION The detection and characterization of impurities and degradation products of an active pharmaceutical

More information

CHARACTERIZATION AND DETECTION OF OLIVE OIL ADULTERATIONS USING CHEMOMETRICS

CHARACTERIZATION AND DETECTION OF OLIVE OIL ADULTERATIONS USING CHEMOMETRICS CHARACTERIZATION AND DETECTION OF OLIVE OIL ADULTERATIONS USING CHEMOMETRICS Paul Silcock and Diana Uria Waters Corporation, Manchester, UK AIM To demonstrate the use of UPLC -TOF to characterize and detect

More information

SYNAPT G2-S High Definition MS (HDMS) System

SYNAPT G2-S High Definition MS (HDMS) System SYNAPT G2-S High Definition MS (HDMS) System High performance, versatility, and workflow efficiency of your MS system all play a crucial role in your ability to successfully reach your scientific and business

More information

Bioanalytical Quantitation of Biotherapeutics Using Intact Protein vs. Proteolytic Peptides by LC-HR/AM on a Q Exactive MS

Bioanalytical Quantitation of Biotherapeutics Using Intact Protein vs. Proteolytic Peptides by LC-HR/AM on a Q Exactive MS Bioanalytical Quantitation of Biotherapeutics Using Intact Protein vs. Proteolytic Peptides by LC-HR/AM on a Q Exactive MS Jenny Chen, Hongxia Wang, Zhiqi Hao, Patrick Bennett, and Greg Kilby Thermo Fisher

More information

Michal Godula Thermo Fisher Scientific. The world leader in serving science

Michal Godula Thermo Fisher Scientific. The world leader in serving science Resolving the food authenticity challenges using advanced isotopic ratio and Thermo Scientific Orbitrap high resolution mass spectrometry tools in practice Michal Godula Thermo Fisher Scientific The world

More information

Automatic Lung Cancer Detection Using Volumetric CT Imaging Features

Automatic Lung Cancer Detection Using Volumetric CT Imaging Features Automatic Lung Cancer Detection Using Volumetric CT Imaging Features A Research Project Report Submitted To Computer Science Department Brown University By Dronika Solanki (B01159827) Abstract Lung cancer

More information

Profiling Analysis of Polysulfide Silane Coupling Agent

Profiling Analysis of Polysulfide Silane Coupling Agent C146-E154 Profiling Analysis of Polysulfide lane Coupling Agent Technical Report vol.42 1. Introduction Recently, in line with the oil-conservation movement, silica, as a non-petroleum resource, is increasingly

More information

LC/MS/MS SOLUTIONS FOR LIPIDOMICS. Biomarker and Omics Solutions FOR DISCOVERY AND TARGETED LIPIDOMICS

LC/MS/MS SOLUTIONS FOR LIPIDOMICS. Biomarker and Omics Solutions FOR DISCOVERY AND TARGETED LIPIDOMICS LC/MS/MS SOLUTIONS FOR LIPIDOMICS Biomarker and Omics Solutions FOR DISCOVERY AND TARGETED LIPIDOMICS Lipids play a key role in many biological processes, such as the formation of cell membranes and signaling

More information

Exercises: Differential Methylation

Exercises: Differential Methylation Exercises: Differential Methylation Version 2018-04 Exercises: Differential Methylation 2 Licence This manual is 2014-18, Simon Andrews. This manual is distributed under the creative commons Attribution-Non-Commercial-Share

More information

Supporting Information. Lysine Propionylation to Boost Proteome Sequence. Coverage and Enable a Silent SILAC Strategy for

Supporting Information. Lysine Propionylation to Boost Proteome Sequence. Coverage and Enable a Silent SILAC Strategy for Supporting Information Lysine Propionylation to Boost Proteome Sequence Coverage and Enable a Silent SILAC Strategy for Relative Protein Quantification Christoph U. Schräder 1, Shaun Moore 1,2, Aaron A.

More information

Discovering Meaningful Cut-points to Predict High HbA1c Variation

Discovering Meaningful Cut-points to Predict High HbA1c Variation Proceedings of the 7th INFORMS Workshop on Data Mining and Health Informatics (DM-HI 202) H. Yang, D. Zeng, O. E. Kundakcioglu, eds. Discovering Meaningful Cut-points to Predict High HbAc Variation Si-Chi

More information

Cannabinoid Profiling and Quantitation in Hemp Extracts using the Agilent 1290 Infinity II/6230B LC/TOF system

Cannabinoid Profiling and Quantitation in Hemp Extracts using the Agilent 1290 Infinity II/6230B LC/TOF system Cannabinoid Profiling and Quantitation in Hemp Extracts using the Agilent 9 Infinity II/63B LC/TOF system Application Brief Authors Mike Adams, Karen Kaikaris, and A. Roth CWC Labs Joan Stevens, Sue D

More information

High resolution mass spectrometry for bioanalysis at Janssen. Current experiences and future perspectives

High resolution mass spectrometry for bioanalysis at Janssen. Current experiences and future perspectives High resolution mass spectrometry for bioanalysis at Janssen. Current experiences and future perspectives Lieve Dillen Drug Safety Sciences Analytical Sciences, Non-regulated Bioanalysis Presentation outline

More information

Gene Expression Analysis Web Forum. Jonathan Gerstenhaber Field Application Specialist

Gene Expression Analysis Web Forum. Jonathan Gerstenhaber Field Application Specialist Gene Expression Analysis Web Forum Jonathan Gerstenhaber Field Application Specialist Our plan today: Import Preliminary Analysis Statistical Analysis Additional Analysis Downstream Analysis 2 Copyright

More information

Increased Identification Coverage and Throughput for Complex Lipidomes

Increased Identification Coverage and Throughput for Complex Lipidomes Increased Identification Coverage and Throughput for Complex Lipidomes Reiko Kiyonami, David Peake, Yingying Huang, Thermo Fisher Scientific, San Jose, CA USA Application Note 607 Key Words Q Exactive

More information

Early Learning vs Early Variability 1.5 r = p = Early Learning r = p = e 005. Early Learning 0.

Early Learning vs Early Variability 1.5 r = p = Early Learning r = p = e 005. Early Learning 0. The temporal structure of motor variability is dynamically regulated and predicts individual differences in motor learning ability Howard Wu *, Yohsuke Miyamoto *, Luis Nicolas Gonzales-Castro, Bence P.

More information

Ultra Performance Liquid Chromatography Coupled to Orthogonal Quadrupole TOF MS(MS) for Metabolite Identification

Ultra Performance Liquid Chromatography Coupled to Orthogonal Quadrupole TOF MS(MS) for Metabolite Identification 22 SEPARATION SCIENCE REDEFINED MAY 2005 Ultra Performance Liquid Chromatography Coupled to Orthogonal Quadrupole TOF MS(MS) for Metabolite Identification In the drug discovery process the detection and

More information

New Mass Spectrometry Tools to Transform Metabolomics and Lipidomics

New Mass Spectrometry Tools to Transform Metabolomics and Lipidomics New Mass Spectrometry Tools to Transform Metabolomics and Lipidomics July.3.13 Ken Miller Vice President of Marketing, Life Sciences Mass Spectrometry 1 The world leader in serving science Omics & the

More information

Quantification of PtdInsP 3 molecular species in cells and tissues by mass spectrometry

Quantification of PtdInsP 3 molecular species in cells and tissues by mass spectrometry Nature Methods Quantification of PtdInsP 3 molecular species in cells and tissues by mass spectrometry Jonathan Clark, Karen E Anderson, Veronique Juvin, Trevor S Smith, Fredrik Karpe, Michael J Wakelam,

More information

Phospholipid characterization by a TQ-MS data based identification scheme

Phospholipid characterization by a TQ-MS data based identification scheme P-CN1716E Phospholipid characterization by a TQ-MS data based identification scheme ASMS 2017 MP-406 Tsuyoshi Nakanishi 1, Masaki Yamada 1, Ningombam Sanjib Meitei 2, 3 1 Shimadzu Corporation, Kyoto, Japan,

More information

Hour 2: lm (regression), plot (scatterplots), cooks.distance and resid (diagnostics) Stat 302, Winter 2016 SFU, Week 3, Hour 1, Page 1

Hour 2: lm (regression), plot (scatterplots), cooks.distance and resid (diagnostics) Stat 302, Winter 2016 SFU, Week 3, Hour 1, Page 1 Agenda for Week 3, Hr 1 (Tuesday, Jan 19) Hour 1: - Installing R and inputting data. - Different tools for R: Notepad++ and RStudio. - Basic commands:?,??, mean(), sd(), t.test(), lm(), plot() - t.test()

More information

Comparison of Relative Quantification of Monoclonal Antibody N-glycans Using Fluorescence and MS Detection

Comparison of Relative Quantification of Monoclonal Antibody N-glycans Using Fluorescence and MS Detection Comparison of Relative Quantification of Monoclonal ntibody N-glycans Using Fluorescence and MS Detection pplication Note iotherapeutics & iologics uthors scar Potter and Gregory Staples gilent Technologies,

More information

Supporting information

Supporting information Supporting information A novel lipidomics workflow for improved human plasma identification and quantification using RPLC-MSn methods and isotope dilution strategies Evelyn Rampler 1,2,3, Angela Criscuolo

More information

High Resolution Glycopeptide Mapping of EPO Using an Agilent AdvanceBio Peptide Mapping Column

High Resolution Glycopeptide Mapping of EPO Using an Agilent AdvanceBio Peptide Mapping Column High Resolution Glycopeptide Mapping of EPO Using an Agilent AdvanceBio Peptide Mapping Column Application Note BioPharma Authors James Martosella, Phu Duong, and Alex Zhu Agilent Technologies, Inc. Abstract

More information

Group-Wise FMRI Activation Detection on Corresponding Cortical Landmarks

Group-Wise FMRI Activation Detection on Corresponding Cortical Landmarks Group-Wise FMRI Activation Detection on Corresponding Cortical Landmarks Jinglei Lv 1,2, Dajiang Zhu 2, Xintao Hu 1, Xin Zhang 1,2, Tuo Zhang 1,2, Junwei Han 1, Lei Guo 1,2, and Tianming Liu 2 1 School

More information

Small Molecule Science: Experimental designs for achieving ultra trace analysis

Small Molecule Science: Experimental designs for achieving ultra trace analysis Small Molecule Science: Experimental designs for achieving ultra trace analysis Michael P. Balogh Principal scientist Waters Corporation 211 Waters Corporation 1 www.cosmoscience.org The Society for Small

More information

Data mining with Ensembl Biomart. Stéphanie Le Gras

Data mining with Ensembl Biomart. Stéphanie Le Gras Data mining with Ensembl Biomart Stéphanie Le Gras (slegras@igbmc.fr) Guidelines Genome data Genome browsers Getting access to genomic data: Ensembl/BioMart 2 Genome Sequencing Example: Human genome 2000:

More information

for new contaminants at ultra trace level by using high resolution mass spectrometry

for new contaminants at ultra trace level by using high resolution mass spectrometry Non-targeted screening for new contaminants at ultra trace level by using high resolution mass spectrometry Dr Igor Fochi LSMS Product Specialist Thermo Fisher Scientific What is Environmental Analysis

More information

Titrations in Cytobank

Titrations in Cytobank The Premier Platform for Single Cell Analysis (1) Titrations in Cytobank To analyze data from a titration in Cytobank, the first step is to upload your own FCS files or clone an experiment you already

More information

Amadeo R. Fernández-Alba

Amadeo R. Fernández-Alba % of compounds % of compounds % of compounds % of compounds Amadeo R. Fernández-Alba LC-Orbitrap QExactive Focus Instrumental LOQ 1% 9% 8% 7% 6% 5% 4% 3% 2% 1% %.1 mg/g.2 mg/g Tomato.5 mg/g ddms2 Target

More information

Use Case 9: Coordinated Changes of Epigenomic Marks Across Tissue Types. Epigenome Informatics Workshop Bioinformatics Research Laboratory

Use Case 9: Coordinated Changes of Epigenomic Marks Across Tissue Types. Epigenome Informatics Workshop Bioinformatics Research Laboratory Use Case 9: Coordinated Changes of Epigenomic Marks Across Tissue Types Epigenome Informatics Workshop Bioinformatics Research Laboratory 1 Introduction Active or inactive states of transcription factor

More information

Comparison of mass spectrometers performances

Comparison of mass spectrometers performances Comparison of mass spectrometers performances Instrument Mass Mass Sensitivity resolution accuracy Quadrupole 1 x 10 3 0.1 Da* 0.5-1.0 pmol DE-MALDI 2 x 10 4 20 ppm 1-10 fmol peptide 1-5 pmol protein Ion

More information

Bioactivity Based Molecular Networking for the Discovery of Drug Lead in Natural Product Bioassay-Guided Fractionation

Bioactivity Based Molecular Networking for the Discovery of Drug Lead in Natural Product Bioassay-Guided Fractionation Bioactivity Based Molecular Networking for the Discovery of Drug Lead in Natural Product Bioassay-Guided Fractionation Louis-Félix Nothias,,, Mélissa Nothias-Esposito,, # Ricardo da Silva,, Mingxun Wang,,,

More information

Extended Mass Range Triple Quadrupole for Routine Analysis of High Mass-to-charge Peptide Ions

Extended Mass Range Triple Quadrupole for Routine Analysis of High Mass-to-charge Peptide Ions Extended Mass Range Triple Quadrupole for Routine Analysis of High Mass-to-charge Peptide Ions Application Note Targeted Proteomics Authors Linfeng Wu, Christine A. Miller, Jordy Hsiao, Te-wei Chu, Behrooz

More information

Outlier Analysis. Lijun Zhang

Outlier Analysis. Lijun Zhang Outlier Analysis Lijun Zhang zlj@nju.edu.cn http://cs.nju.edu.cn/zlj Outline Introduction Extreme Value Analysis Probabilistic Models Clustering for Outlier Detection Distance-Based Outlier Detection Density-Based

More information

Quantitative Analysis of -Hydroxybutyrate in Hair Using Target Analyte Finding Processing of Comprehensive GC-HRT Data

Quantitative Analysis of -Hydroxybutyrate in Hair Using Target Analyte Finding Processing of Comprehensive GC-HRT Data Quantitative Analysis of -Hydroxybutyrate in Hair Using Target Analyte Finding Processing of Comprehensive GC-HRT Data LECO Corporation; Saint Joseph, Michigan USA Key Words: Pegasus GC-HRT, GHB, Hair,

More information

Characterization of an Unknown Compound Using the LTQ Orbitrap

Characterization of an Unknown Compound Using the LTQ Orbitrap Characterization of an Unknown Compound Using the LTQ rbitrap Donald Daley, Russell Scammell, Argenta Discovery Limited, 8/9 Spire Green Centre, Flex Meadow, Harlow, Essex, CM19 5TR, UK bjectives unknown

More information

What You Can t See Can Hurt You. How MS/MS Specificity Can Bite Your Backside

What You Can t See Can Hurt You. How MS/MS Specificity Can Bite Your Backside What You Can t See Can Hurt You How MS/MS Specificity Can Bite Your Backside Johan van den Heever, Tom Thompson, and Don Noot Agri-Food Laboratories Branch Advances in Trace rganic Residue Analysis early

More information

Identification & Confirmation of Structurally Related Degradation Products of Simvastatin

Identification & Confirmation of Structurally Related Degradation Products of Simvastatin Identification & Confirmation of Structurally Related Degradation Products of Simvastatin Power of QTRAP Systems for Identification and Confirmation of Degradation Products Dilip Reddy 1, Chandra Sekar

More information

Comprehensive Two-Dimensional HPLC and Informative Data Processing for Pharmaceuticals and Lipids

Comprehensive Two-Dimensional HPLC and Informative Data Processing for Pharmaceuticals and Lipids PO-CON1576E Comprehensive Two-Dimensional HPLC and Informative Data Processing for Pharmaceuticals and Lipids HPLC 2015 PSB-MULTI-06 Yoshiyuki WATABE, Tetsuo IIDA, Daisuke NAKAYAMA, Kanya TSUJII, Saki

More information