Deliverable D2.1. Project Acronym: Grant agreement no.:

Size: px
Start display at page:

Download "Deliverable D2.1. Project Acronym: Grant agreement no.:"

Transcription

1 Deliverable D2.1 Project Title: Developing an efficient e-infrastructure, standards and dataflow for metabolomics and its interface to biomedical and life science e-infrastructures in Europe and world-wide Project Acronym: COSMOS Grant agreement no.: Research Infrastructures, FP7 Capacities Specific Programme; [INFRA ] Implementation of common solutions for a cluster of ESFRI infrastructures in the field of "Life sciences" Deliverable title: Completion of GC-MS for mzml WP No. 2 Lead Beneficiary: 8. MPG WP Title Standards Development Contractual delivery date: Actual delivery date: WP leader: Steffen Neumann IPB Contributing partner(s): Jan Hummel, MPG and Steffen Neumann IPB Authors: Authors: Jan Hummel, Steffen Neumann

2 Contents Executive summary Project objectives Detailed report on the deliverable Background Description of Work Collection of a diverse set of GC-MS data files in the wild Possible paths to generate mzml data from GC-MS data Next steps Publications Delivery and schedule Adjustments made Efforts for this deliverable... 7 Appendices... 8 Background information... 8

3 Executive summary Today, most GC-MS data is available either in non-open vendor formats or netcdf. Although netcdf is an open format, it cannot capture for all emerging hyphenated and combinatorial experiment setups, in particular advanced GC-MS experiments, such as Tandem-MS. The aim of this deliverable is to identify and address the limitations, which have so far slowed down the mzml adoption in metabolomics. 2 Project objectives With this deliverable, the project has reached or the deliverable has contributed to the following objectives: No. Objective Yes No 1 We will work with the PSI to extend existing exchange standards to technologies used in metabolomics, e.g. gas chromatography X 3 Detailed report on the deliverable 3.1 Background The Proteomics Standards initiative (PSI) has developed a number of XML based data exchange standards. The mzml standard can encode mass spectrometry (MS) raw data, and is widely in use in LC-MS based proteomics, and also increasingly in LC-MS based metabolomics.

4 4 12 However, in GC-MS based metabolomics experiments, data is so far often available as either a closed vendor format or as netcdf (also referred to as ANDIMS), which provides few metadata about the acquisition parameters, and which is unable to capture advanced mass spectrometric experiments such as tandem-ms, which is becoming increasingly popular. We have thus set out to augment the existing mzml and especially the underlying PSI-MS ontology of controlled vocabulary with terms and concepts required to capture GC-MS based metabolomics experiments, and to further the adoption on both the data producing side and the data processing software and projects 3.2 Description of Work Collection of a diverse set of GC-MS data files in the wild We have collected a range of GC-MS example data files from both the COSMOS project partners and external contributors. The collected data formats range from vendor files, netcdf to several mzxml and only few mzml files, and have been made available at The aim was to provide a broad range of data and Use Cases that need to be covered by the mzml standard before adoption can be recommended Possible paths to generate mzml data from GC-MS data Because mzml is not yet prevalent in the GC-MS based metabolomics world, there is little knowledge in the community how mzml files can be created. We collected the following possibilities: Agilent: For data in the vendor s MassHunter format, a conversion to mzml is possible with the open source proteowizard (pwiz) software LECO: the newest version of the vendor software can export mzml. Currently, this software version is not yet common among users. Pwiz is currently not able to convert LECO data, and the company has currently no plans to develop a standalone converter.

5 5 12 Bruker: The company offers several GC-APCI-TOF/MS based instruments. The raw data can readily be converted with both the vendor s CompassXport tool and the pwiz converter. Waters: Data from e.g. the GCT premier can be converted with the pwiz converter. Thermo: Data from e.g. the Trace-GC can be converted with the pwiz converter In some cases the metadata such as acquisition parameters do not exceed that contained in netcdf files Identification of existing and missing PSI-MS ontology concepts applicable to GC-MS mzml data, and submission of new ontology concepts to PSI-MS The mzml data standard uses controlled vocabulary terms from the PSI-MS ontology for specific information to keep the structure of the mzml format stable. We have created and submitted a number of concepts and terms to the PSI-MS ontology working group in the required OBO ontology format which are required to achieve or improve the annotation of MS data. Based on the collected raw data, we found that only a single vendor is adding additional metadata relevant to GC-MS in netcdf. Here is an example of information present in a LECO netcdf file, and the corresponding existing and recently proposed PSI-MS terms in brackets, if applicable. :test_separation_type = "Gas-Liquid Chromatography" NA; :test_ms_inlet = "Capillary Direct" [MS: ]; :test_ms_inlet_temperature = 250.f [MS: ]; :test_ionization_mode = "Electron Impact" [MS: ]; :test_ionization_polarity = "Positive Polarity" [MS: ]; :test_source_temperature = 250.f [MS: ]; :test_accelerating_potential = -600.f [MS: ]; :test_detector_type = "Electron Multiplier" [MS: ] ; :test_detector_potential = f [PROPOSED FOR ADDITION] ; :test_resolution_type = "Constant Resolution" [MS: ]; :test_scan_function = "Mass Scan" NA; :test_scan_direction = "Up" [MS: ]; :test_scan_law = "Linear" [MS: ]; :test_scan_time = f [MS: ];

6 6 12 To obtain a set of official vocabulary for the GC-MS instrument models, we contacted all major vendors (LECO, Waters, Thermo, Agilent and Bruker), to provide us with lists and definitions of their products. Those who already responded have been converted to the ontology format used by the PSI, and have also been submitted to the PSI-MS group for inclusion. Together with the proposed terms, all of this information can now be captured with mzml. In addition, MPG has extracted a number of concepts and terms, which are used in the Golm Metabolome Database (GMD). They were collected in the COSMOS tracking system at Sourceforge ( and discussed among the project partners Communication with the Bioinformatics and GC-MS development communities to improve mzml adoption Currently there is a chicken-and-egg problem in the adoption of mzml in metabolomics: few experimentalists convert to mzml (if that is possible in first place) because there is little mzml support in GC-MS specific software, and software developers have little incentive to add mzml import, because few experimentalists produce mzml data. We have contacted several maintainers of software packages that are able to process GC-MS data, and offered suggestions how to implement the mzml import. A key factor is the availability of I/O libraries for the popular software development frameworks, which can then be used by specific data processing projects. For R / Bioconductor can read mzml via mzr: Packages that are mzml-enabled this way include: TargetSearch flagme XCMS MSeasy Software developed in Python can use the pymzml library [ /bioinformatics/bts066] at We have contacted Sean O'Callaghan, one of the maintainers of PyMS and he intends to implement mzml in PyMS.

7 7 12 Developers in Java can use jmzml at while C++ users can use either or to read mzml files. 3.3 Next steps With this deliverable we have added the required terms and concepts, such that mzml can capture all information contained in today s netcdf files. With this step completed, we have paved the way for further adoption of the PSI-MS data standard in the GC-MS community. We will continue to support and monitor the adoption of mzml for GC-MS data. 4 Publications In progress 5 Delivery and schedule The delivery is delayed: Yes! No The last agreement with Waters Company took place in mid April. 6 Adjustments made N/A 7 Efforts for this deliverable Institute Person-months (PM) Period

8 actual estimated MPG IPB 1 (+2 in kind contribution) UOXF 2 in kind contribution Total Appendices 1. N/A Background information This deliverable relates to WP2; background information on this WP as originally indicated in the description of work (DoW) is included below. WP2 Title: Standards Development Lead: Steffen Neumann, IPB Participants: EBI-EMBL, LU-NMC, MRC, IMPERIAL, TNO and VTT This work package will deliver the exchange formats and terminological artifacts needed to describe, exchange and query both the metabolomics data and the contextual information ( experimental metadata e.g., provenance of study materials, technology and measurement types, sample-to-data relationships). We will ensure that these standards are widely accepted and used by involving all major global players in the development process. The consortium represented by COSMOS already contains the majority of players in Metabolomics in Europe and other global players in the field have provided letters of support. Those and others will be invited both the work meetings as well as the regular stakeholder meetings. As the open standards developed here are supported by open source tools, they can be easily put to work which will aid adoption. Work package number Work package title Activity Type WP2 Start date or starting event: Standards Development COORD Month 1

9 9 12 Participant number 1: EMBL/EBI 2: LU/NMC 3:MRC 4: Imperial 5: TNO 6: VTT 7:UB 8:MPG 9:UNIMAN 10:CIRMMP 11:IPB 12:UB2 13:UBHAM 14:UOXF Person-months per participant Objectives 1. We will develop and maintain exchange formats for raw data and processed information (identification, quantification), building on experience from standards development within the Proteomics Standards Initiative (PSI). We will develop the missing open standard NMR Markup Language (NMR-ML) for capturing and disseminating Nuclear Magnetic Resonance spectroscopy data in metabolomics. This is urgently needed as long-term archival format if metabolomic databases are to capture all the formats of metabolomic data, as well as supporting developments in cheminformatics and structural biology. For mass spectrometry, we will work with the PSI to extend existing exchange standards to technologies used in metabolomics, e.g. gas chromatography, imaging mass spectrometry and the identification tools and databases. 2. In addition to the raw data formats, we will need to continue the development of standards for experimental metadata and results, independent of the analytical technologies. We will review, maintain and, where needed, extend reporting requirements and terminological artefacts developed by Metabolomics Standards Initiative (MSI). We need to represent quantification options in MS and NMR, and the semantics of data matrices used to summarize experimental results, key information which often is only available in PDF tables associated to manuscripts. As research in biomedical and life sciences is increasingly moving towards multi-omics studies, metabolomics must not be an island. The Investigation/Study/Assay ISA-Tab format was developed to represent experimental metadata independently from the assay technology used. We will use ISA-Tab to standardize metabolomics reporting requirements and terminologies through customized configurations. 3. Finally, we will explore semantic web standards that facilitate linked open data (LOD) throughout the biomedical and life science realms, and demonstrate their use for metabolomics data. While the technical standards already exist, we will need to develop the inventory of terms and concepts required to express facts about metabolomics, capturing the data to characterize studies and digital objects in metabolomics to facilitate the data flow in biomedical e-

10 infrastructures Description of work and role of participants Task 1: Development of data exchange formats for Metabolomics data To capture and exchange raw- and processed mass spectrometry data, we will extend existing open standard (such as mzml, mzidentml and mzquantml developed by the PSI) to meet the requirements specific to metabolomics experiments. The MPG will add features missing to handle GC/MS, and the IPB work to represent metabolite identification and -quantitation. MRC will work to promote imzml into an MSI approved exchange format for MS based imaging (MALDI, DESI, SIMS). A new data exchange standard is required for the exchange of NMR spectroscopy based metabolomics data. Building on the excellent experience with XML based formats we will develop the NMR-ML format, a corresponding controlled vocabulary and coordinate the implementation of parsers and tools for validation. Instrument vendors and authors of NMR tools and -databases will be invited to the initiative. The IPB will contribute their expertise from mzml, CIRMMP, including the University of Florence as a third party of CIRMMP, EBI, UBHam and MRC are already involved in discussion with David Wishart from HMDB about NMR-ML. Task 2: Common representation for Minimum Information Standards for Metabolomics In this WP, we will build on the BioSharing and the ISA- Tab efforts to harmonize representation of the metadata recommendations with other -omics communities, and use automated tests to ensure the interoperability of the metadata between the involved data producers, -consumers and -repositories. The EBI, IPB and MRC will be working with the UOXF to create both core and extended configurations (specific to the research discipline and technologies) suitable for metabolomics, in compliance with the annotation manual created in WP4. This will include a component to report stable isotope labelling and its detection by both mass spectrometry and NMR spectroscopy, required by the metabolomics community carrying out fluxomic studies. Task 3: Enabling the integration of metabolomics data into large e-science infrastructures. The technologies around the Resource Description Framework (RDF) are used to represent and link the information stored in databases by interconnecting them, relying on a strict semantics for distributed data. Several ontologies of terms and concepts exist for the biological and biomedical domain. In this task we will collect and if necessary extend this inventory to describe metabolomics facts with contributions to existing vocabulary efforts. IPB and UOXF will contribute to e.g. the Ontology for Biomedical Investigations (OBI) and PSI-MS to ensure complete coverage of the key areas of metabolomics technology as a community efforts, leveraging existing, proven infrastructures, in a good citizenship frame of mind to avoid duplication of effort. To connect different sources of data and knowledge, the Semantic Web for Health Care and Life Sciences Interest Group

11 No (HCLSIG) has started work to represent ISA-Tab metadata as RDF, in compliance with the recommendations of the international Linked Data community ( which will allow to expose any ISA- Tab data set to the semantic web. To demonstrate the feasibility, we will create exemplary semantic query endpoints. The EBI, MPG and IPB will augment their MetaboLights, GMD and MassBank databases. We will also jointly create metabolomics-specific guideline documents for semantic annotation, to maximise the interoperability and link ability of e-resources in the biomedical and life sciences. Data standards will be described by a set of documents, including 1) the description of use cases, architecture design, and the detailed description of the standard 2) the machine readable standard definition, required for the automatic validation of the content expressed in a standard format 3) several example documents covering the use cases and finally 4) one or more reference implementations. These prototype implementations help to 1) identify shortcomings of the standard definition during the design phase that only crop up during the implementation and practical use, and 2) speed up the adoption in the bioinformatics community that develops metabolomics related software. The standards defining documents will be discussed during regular phone conferences and at the regular meetings, and developed using open and public repositories. Before they are adopted as MSI standards, they will be sent out to the wider community for a public discussion period. In WP4 we will ensure that international societies and journals make recommendations to use the standards defined in WP2. Deliverables Name Due month D2.1 Completion of GC-MS for mzml 6 D2.2 Data exchange format for metabolite identification 12 D2.3 Data exchange format for metabolite quantitation 12 D2.4 Definition of NMR-ML Schema, initial MSI-NMR ontology, example files D2.5 Real data, Converters, Validators and Parsers for NMR-ML 24 D2.6 Collection of ISA configurations for metabolomics studies 27 D2.7 Test infrastructure for the validation of ISA datasets D2.8 Guideline document on RDF and SPARQL for metabolomics resources D2.9 Public availability of query endpoints for linked data from EBI, MPG, IPB 24 36

12 12 12

Deliverable D Project Acronym: Grant agreement no.: FP7-INFRASTRUCTURES Report about training workshops. Deliverable title:

Deliverable D Project Acronym: Grant agreement no.: FP7-INFRASTRUCTURES Report about training workshops. Deliverable title: Deliverable D7.5.1 Project Title: Developing an efficient e-infrastructure, standards and dataflow for metabolomics and its interface to biomedical and life science e-infrastructures in Europe and world-wide

More information

Deliverable A comprehensive and standardised e-infrastructure for analysing medical metabolic phenotype data. 1st September 2015

Deliverable A comprehensive and standardised e-infrastructure for analysing medical metabolic phenotype data. 1st September 2015 Project ID 654241 Deliverable 9.2.1 Project Title Project Acronym Start Date of the Project Duration of the Project A comprehensive and standardised e-infrastructure for analysing medical metabolic phenotype

More information

Metabolomics data analysis with Bioconductor

Metabolomics data analysis with Bioconductor Metabolomics data analysis with Bioconductor Johannes Rainer (Eurac Research, Italy) 1 June 12, 2017 @CSAMA2017 1 email: johannes.rainer@eurac.edu, github/twitter: jotsetung Talk content Very short introduction

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

AGILENT S BIOINFORMATICS ANALYSIS SOFTWARE

AGILENT S BIOINFORMATICS ANALYSIS SOFTWARE ACCELERATING PROGRESS IS IN OUR GENES AGILENT S BIOINFORMATICS ANALYSIS SOFTWARE GENESPRING GENE EXPRESSION (GX) MASS PROFILER PROFESSIONAL (MPP) PATHWAY ARCHITECT (PA) See Deeper. Reach Further. BIOINFORMATICS

More information

SDMX architecture for data sharing and interoperability

SDMX architecture for data sharing and interoperability Distr. GENERAL WP.10 15 April 2010 ENGLISH ONLY UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE (UNECE) CONFERENCE OF EUROPEAN STATISTICIANS EUROPEAN COMMISSION STATISTICAL OFFICE OF THE EUROPEAN UNION (EUROSTAT)

More information

Henning Hermjakob Proteomics Services Team European Bioinformatics Institute. From Integrating Standards to Integrating Data: BioMAP and MIBBI

Henning Hermjakob Proteomics Services Team European Bioinformatics Institute. From Integrating Standards to Integrating Data: BioMAP and MIBBI Henning Hermjakob Proteomics Services Team European Bioinformatics Institute From Integrating Standards to Integrating Data: BioMAP and MIBBI BioMAP Background CacinoGenomics (EU IP) project EU directives

More information

Towards standard, accessible and reproducible Metabolomics

Towards standard, accessible and reproducible Metabolomics Towards standard, accessible and reproducible Metabolomics Reza Salek PhD Metabolism and Molecular Informatics The European Bioinformatics Institute (EMBL-EBI) Email: Reza.salek@ebi.ac.uk The 1st International

More information

Deliverable 9.1. A comprehensive and standardised e-infrastructure for analysing medical metabolic type data.

Deliverable 9.1. A comprehensive and standardised e-infrastructure for analysing medical metabolic type data. Deliverable 9.1 Project ID 654241 Project Title Project Acronym Start Date of the Project Duration of the Project Work Package Number Work Package Title Deliverable Title Delivery Date Work Package leader

More information

Collaborative Ontology Management

Collaborative Ontology Management Deep Dives into TopBraid EVN, Part 2: Collaborative Ontology Management February 25, 2016 Copyright 2015 TopQuadrant Inc. Slide 1 Collaborative Ontology Management Today s Program I. What can TopBraid

More information

From Algal Biomass to Bioenergy via Semantic Web and Linked data

From Algal Biomass to Bioenergy via Semantic Web and Linked data From Algal Biomass to Bioenergy via Semantic Web and Linked data Monika Solanki* 1 and Johannes Skarka 2 1 Aston Business School Aston University, Birmingham, UK m.solanki@aston.ac.uk 2 Karlsruhe Institute

More information

thermo scientific Find out more at thermofisher.com/lims TECHNICAL INFORMATION BULLETIN

thermo scientific Find out more at thermofisher.com/lims TECHNICAL INFORMATION BULLETIN thermo scientific TECHNICAL INFORMATION BULLETIN Thermo Scientific SampleManager LIMS and Thermo Scientific Chromeleon CDS Link Key Words Integrated LIMS and CDS, Secure & Compliant Interface, Workflows

More information

Capabilities & Services

Capabilities & Services Capabilities & Services Accelerating Research & Development Table of Contents Introduction to DHMRI 3 Services and Capabilites: Genomics 4 Proteomics & Protein Characterization 5 Metabolomics 6 In Vitro

More information

Semantic Technology for Information Management. Gilbane Conference

Semantic Technology for Information Management. Gilbane Conference Semantic Technology for Information Management Gilbane Conference November 29, 2007 Discussion Agenda Case Study - A Global Pharma s R&D Information Challenge Enterprise Semantic Architecture and Strategies

More information

DATA Act Information Model Schema (DAIMS) Overview. U.S. Department of the Treasury

DATA Act Information Model Schema (DAIMS) Overview. U.S. Department of the Treasury DATA Act Information Model Schema (DAIMS) Overview U.S. Department of the Treasury September 22, 2017 Table of Contents 1. Introduction... 1 2. Scope... 2 3. Value of the DAIMS... 3 4. Consensus-based

More information

Research Centre. Post title. Level on Framework Level 3. Post duration. Research Career Framework. Background & Role

Research Centre. Post title. Level on Framework Level 3. Post duration. Research Career Framework. Background & Role Research Centre Post title ADAPT Centre for Digital Content Technology at DCU (Affiliate Project) Research Fellow in Industrial Applications of Knowledge Engineering Level on Framework Level 3 Post duration

More information

2.2 SEMANTIC INTEROPERABILITY FOR REPRESENTATION POWERS AND MANDATES ( )

2.2 SEMANTIC INTEROPERABILITY FOR REPRESENTATION POWERS AND MANDATES ( ) 2.2 SEMANTIC INTEROPERABILITY FOR REPRESENTATION POWERS AND MANDATES (2016.12) 2.2.1 IDENTIFICATION OF THE ACTION Type of Activity Service in charge Associated Services Common frameworks and reusable generic

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

Minimum Information About a Microarray Experiment (MIAME) Successes, Failures, Challenges

Minimum Information About a Microarray Experiment (MIAME) Successes, Failures, Challenges Opinion TheScientificWorldJOURNAL (2009) 9, 420 423 TSW Development & Embryology ISSN 1537-744X; DOI 10.1100/tsw.2009.57 Minimum Information About a Microarray Experiment (MIAME) Successes, Failures, Challenges

More information

October, Integration and Implementation of CDISC Standards

October, Integration and Implementation of CDISC Standards Integration and Implementation of CDISC Standards October, 2008 Barbara Lentz, Associate Director, Electronic Data Management Standards, Processes & Training Pat Majcher, Statistical Reporting Services

More information

TurboMass GC/MS Software

TurboMass GC/MS Software TurboMass GC/MS Software GAS CHROMATOGRAPHY / MASS SPECTROMETRY P R O D U C T N O T E Today s demanding laboratory requires software that is easy to learn yet offers sophisticated instrument control, robust

More information

MRC-NIHR National Phenome Centre

MRC-NIHR National Phenome Centre MRC-NIHR National Phenome Centre PROFESSOR JEREMY NICHOLSON Director of the MRC-NIHR National Phenome Centre OUR PHILOSOPHY Disease risk at the individual and population level is determined by complex

More information

Agilent Software Tools for Mass Spectrometry Based Multi-omics Studies

Agilent Software Tools for Mass Spectrometry Based Multi-omics Studies Agilent Software Tools for Mass Spectrometry Based Multi-omics Studies Technical Overview Introduction The central dogma for biological information flow is expressed as a series of chemical conversions

More information

OpenLAB and Kalablie ELN Overview

OpenLAB and Kalablie ELN Overview OpenLAB and Kalablie ELN Overview Michael Burke June 25, 2008 Agilent s Software & Informatics Data Systems Directions Yesterday Today Tomorrow Future Attributes Special Purpose 1:1 Instrument / data system

More information

e-prior Facilitating interoperable electronic procurement across Europe Technical Overview

e-prior Facilitating interoperable electronic procurement across Europe Technical Overview e-prior Facilitating interoperable electronic procurement across Europe Technical Overview Contents What is Open e-prior? 3 Main Open e-prior features 3 Main Open e-prior components 5 Interaction between

More information

8.13 STANDARD-BASED ARCHIVAL DATA MANAGEMENT, EXCHANGE AND PUBLICATION ( )

8.13 STANDARD-BASED ARCHIVAL DATA MANAGEMENT, EXCHANGE AND PUBLICATION ( ) 8.13 STANDARD-BASED ARCHIVAL DATA MANAGEMENT, EXCHANGE AND PUBLICATION (2017.01) 8.13.1 IDENTIFICATION OF THE ACTION Service in charge Associated Services OIB.OS.1.002 DIGIT.B2 and SG.B1 8.13.2 EXECUTIVE

More information

NDIA th Annual Systems Engineering Conference. MBSE to Address Logical Text-Based Requirements Issues. Saulius Pavalkis, PhD, No Magic, Inc.

NDIA th Annual Systems Engineering Conference. MBSE to Address Logical Text-Based Requirements Issues. Saulius Pavalkis, PhD, No Magic, Inc. NDIA 2017 20th Annual Systems Engineering Conference MBSE to Address Logical Text-Based Requirements Issues Saulius Pavalkis, PhD, No Magic, Inc. About Me Saulius Pavalkis Chief MBSE Solutions Architect,

More information

CATALOGUE OF SERVICES ( ) IDENTIFICATION OF THE ACTION EXECUTIVE SUMMARY

CATALOGUE OF SERVICES ( ) IDENTIFICATION OF THE ACTION EXECUTIVE SUMMARY CATALOGUE OF SERVICES (2016.29) IDENTIFICATION OF THE ACTION Type of Activity Service in charge Associated Services Common frameworks DG DIGIT.B6 DG GROW.R4 E3 and R3 EXECUTIVE SUMMARY A large number of

More information

The Open2Dprot Proteomics Project for n-dimensional Protein Expression Data Analysis. The Open2Dprot Project. Introduction

The Open2Dprot Proteomics Project for n-dimensional Protein Expression Data Analysis. The Open2Dprot Project. Introduction The Open2Dprot Proteomics Project for n-dimensional Protein Expression Data Analysis http://open2dprot.sourceforge.net/ Revised 2-05-2006 * (cf. 2D-LC) Introduction There is a need for integrated proteomics

More information

The Agilent Metabolomics Dynamic MRM Database and Method

The Agilent Metabolomics Dynamic MRM Database and Method The Agilent Metabolomics Dynamic MRM Database and Method White Paper Author Mark Sartain Agilent Technologies, Inc. Santa Clara, California, USA Introduction A major challenge in metabolomics is achieving

More information

Artificial Intelligence Exploration (AIE) Opportunity DARPA-PA Automating Scientific Knowledge Extraction (ASKE)

Artificial Intelligence Exploration (AIE) Opportunity DARPA-PA Automating Scientific Knowledge Extraction (ASKE) Artificial Intelligence Exploration (AIE) Opportunity DARPA-PA-18-02-01 Automating Scientific Knowledge Extraction (ASKE) I. Opportunity Description The Defense Advanced Research Projects Agency (DARPA)

More information

The 150+ Tomato Genome (re-)sequence Project; Lessons Learned and Potential

The 150+ Tomato Genome (re-)sequence Project; Lessons Learned and Potential The 150+ Tomato Genome (re-)sequence Project; Lessons Learned and Potential Applications Richard Finkers Researcher Plant Breeding, Wageningen UR Plant Breeding, P.O. Box 16, 6700 AA, Wageningen, The Netherlands,

More information

Data representation for clinical data and metadata

Data representation for clinical data and metadata Data representation for clinical data and metadata WP1: Data representation for clinical data and metadata Inconsistent terminology creates barriers to identifying common clinical entities in disparate

More information

MassHunter Profinder: Batch Processing Software for High Quality Feature Extraction of Mass Spectrometry Data

MassHunter Profinder: Batch Processing Software for High Quality Feature Extraction of Mass Spectrometry Data MassHunter Profinder: Batch Processing Software for High Quality Feature Extraction of Mass Spectrometry Data Technical Overview Introduction LC/MS metabolomics workflows typically involve the following

More information

TEXT MINING: THE NEXT DATA FRONTIER

TEXT MINING: THE NEXT DATA FRONTIER TEXT MINING: THE NEXT DATA FRONTIER An infrastructural approach for mining scientific content Natalia Manola Athena Research & Innovation Center OpenMinTeD OUTLINE Text mining on scientific content What

More information

Mass spectrometry Proteomics and MIAPE

Mass spectrometry Proteomics and MIAPE Mass spectrometry Proteomics and MIAPE Florian Breitwieser - Research Center of Molecular Medicine, Vienna, Austria Nov 18, 2010 Outline BioC-devel meeting Europe 17.-18. 11. 2010 MS-MS Proteomics Standard

More information

CODE of PLM Openness

CODE of PLM Openness CODE of PLM Openness CPO Statement of GeometricEDGE Date: Feb 2018 CPO Statement of GeometricEDGE Following the prerequisites of ProSTEP ivip s Code of PLM Openness (CPO) GTS shall determine and provide

More information

CA Aion Business Rules Expert r11

CA Aion Business Rules Expert r11 PRODUCT sheet: CA AION BUSINESS RULES EXPERT r11 CA Aion Business Rules Expert r11 CA Aion Business Rules Expert r11 (CA Aion BRE) is an industry-leading system that automates and streamlines business

More information

Lecture 23: Metabolomics Technology

Lecture 23: Metabolomics Technology MBioS 478/578 Bioinformatics Mark Lange Lecture 23: Metabolomics Technology Definitions and Background Technologies Nuclear Magnetic Resonance Mass Spectrometry General Introduction Fourier-Transform Mass

More information

Diagnostic visualizations for normalization of gene expression microarray data. Visualization of LC-MS/MS data and quality scores

Diagnostic visualizations for normalization of gene expression microarray data. Visualization of LC-MS/MS data and quality scores nature methods Visualization of omics data for systems biology Nils Gehlenborg, Seán I O Donoghue, Nitin S Baliga, Alexander Goesmann, Matthew A Hibbs, Hiroaki Kitano, Oliver Kohlbacher, Heiko Neuweger,

More information

Applying machine intelligence to network management

Applying machine intelligence to network management ericsson.com/ mobility-report Applying machine intelligence to network management Extract from the Ericsson Mobility Report June 2018 2 Articles Applying machine intelligence to network management Advances

More information

Metabolomics S.M.Shotorbani, V. A. Suliman

Metabolomics S.M.Shotorbani, V. A. Suliman 13 International Journal of Advance Research, IJOAR.org Volume 1, Issue 1, January 2013, Online: Metabolomics S.M.Shotorbani, V. A. Suliman ABSTRACT A brief review on metabolomics, a new field being explored,

More information

Semantic building block convergence to support e-government in Europe. Muriel Foulonneau

Semantic building block convergence to support e-government in Europe. Muriel Foulonneau Semantic building block convergence to support e-government in Europe Muriel Foulonneau muriel.foulonneau@tudor.lu The Digital Agenda for Europe Too many barriers still block the free flow of online services

More information

Analytical Methods Development and Validation

Analytical Methods Development and Validation Understanding and Implementing Efficient Analytical Methods Development and Validation Jay Breaux, Kevin Jones, and Pierre Boulas Analytical methods development and validation play important roles in the

More information

Product Portfolio. CASU SW Marketing February 19, 2009

Product Portfolio. CASU SW Marketing February 19, 2009 Introduction ti to Agilent s Informatics Product Portfolio Edward d Guthrie CASU SW Marketing February 19, 2009 Agenda Agilent Informatics Portfolio Overview Kalabie ELN OpenLAB ECM EZChrom Elite ChemStation

More information

ANNUAL SUMMARY PROGRESS REPORT ON YEAR 2 OF THE E-ARK PROJECT

ANNUAL SUMMARY PROGRESS REPORT ON YEAR 2 OF THE E-ARK PROJECT ANNUAL SUMMARY PROGRESS REPORT ON YEAR 2 OF THE E-ARK PROJECT Each year, EU Research Projects must submit to the European Commission a detailed report of their activities during the preceding 12 months.

More information

Q4. WORK STREAMS Discovery, Cloud, Large Scale Genomics. DRIVER PROJECTS ELIXIR Beacon, EVA/EGA/ENA. WORK STREAMS Discovery

Q4. WORK STREAMS Discovery, Cloud, Large Scale Genomics. DRIVER PROJECTS ELIXIR Beacon, EVA/EGA/ENA. WORK STREAMS Discovery 2018 - Q4 Search The GA4GH Search API enables a search engine for genomic and clinical data by providing specification for query language across genomic, phenotypic, and clinical data that can be used

More information

USE OF MASS SPECTROMETRY FOR METABOLITE PROFILING AND METABOLOMICS

USE OF MASS SPECTROMETRY FOR METABOLITE PROFILING AND METABOLOMICS USE OF MASS SPECTROMETRY FOR METABOLITE PROFILING AND METABOLOMICS Joel Gummer 1, Michael Banazis 2, Garth Maker 3, Peter Solomon 4, Richard Oliver 1 and Robert Trengove 2,5 * 1 Australian Centre for Necrotrophic

More information

HIGHER IMPACT LC/MS DIAGNOSTICS AGILENT IN VITRO DIAGNOSTIC MEDICAL DEVICES FOR CLINICAL LABORATORIES

HIGHER IMPACT LC/MS DIAGNOSTICS AGILENT IN VITRO DIAGNOSTIC MEDICAL DEVICES FOR CLINICAL LABORATORIES HIGHER IMPACT LC/MS DIAGNOSTICS AGILENT IN VITRO DIAGNOSTIC MEDICAL DEVICES FOR CLINICAL LABORATORIES 2 AGILENT IN THE CLINIC THE PARTNER YOU TRUST Agilent s commitment to quality When a diagnosis is on

More information

IBM WebSphere Service Registry and Repository V6.1 optimizes the business value of SOA governance

IBM WebSphere Service Registry and Repository V6.1 optimizes the business value of SOA governance IBM Europe Announcement ZP07-0401, dated October 9, 2007 IBM WebSphere Service Registry and Repository V6.1 optimizes the business value of SOA governance Description...2 Product positioning... 4 At a

More information

How to Design a Successful Data Lake

How to Design a Successful Data Lake KNOWLEDGENT WHITE PAPER How to Design a Successful Data Lake Information through Innovation Executive Summary Business users are continuously envisioning new and innovative ways to use data for operational

More information

ESSnet on SDMX. Technical issues. Workshop on ESSnets 31/5 1/6 2010, Stockholm

ESSnet on SDMX. Technical issues. Workshop on ESSnets 31/5 1/6 2010, Stockholm ESSnet on SDMX Technical issues Workshop on ESSnets 31/5 1/6 2010, Stockholm ESSnet on SDMX Technical issues Technical coordination Work packages Dissemination (wiki, web site) ESSnet on SDMX Technical

More information

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

Center for Mass Spectrometry and Proteomics Phone (612) (612) Welcome to the Center for Mass Spectrometry & Proteomics Workshop Department of Biochemistry, Molecular Biology and Biophysics College of Biological Sciences University of Minnesota http://cbs.umn.edu/cmsp/

More information

CLEARER SIGNALS. Building an Employer-Led Job Registry for Talent Pipeline Management

CLEARER SIGNALS. Building an Employer-Led Job Registry for Talent Pipeline Management CLEARER SIGNALS Building an Employer-Led Job Registry for Talent Pipeline Management The U.S. Chamber of Commerce is the world s largest business federation representing the interests of more than 3 million

More information

Glycomics Project Overview

Glycomics Project Overview Wright State University CORE Scholar Kno.e.sis Publications The Ohio Center of Excellence in Knowledge- Enabled Computing (Kno.e.sis) 2007 Glycomics Project Overview Satya S. Sahoo Wright State University

More information

Automated Service Builder

Automated Service Builder 1 Overview ASB is a platform and application agnostic solution for implementing complex processing chains over globally distributed processing and data ASB provides a low coding solution to develop a data

More information

The Genomic Standards Consortium (GSC)

The Genomic Standards Consortium (GSC) The Genomic Standards Consortium (GSC) Dawn Field1/Peter Sterk1,2 Oxford Centre for Ecology and Hydrology 1 2 Wellcome Trust Sanger Institute On behalf of the GSC Thanks to so many in the GSC for the slides

More information

Agilent 6000 Series LC/MS Solutions. Confidence in Quantitative and Qualitative Analysis

Agilent 6000 Series LC/MS Solutions. Confidence in Quantitative and Qualitative Analysis Agilent 6000 Series LC/MS Solutions Confidence in Quantitative and Qualitative Analysis Agilent 6000 Series LC/MS Solutions SOLUTIONS THAT SET THE STANDARD Your work with Agilent instruments benefits from

More information

CountryData Technologies for Data Exchange. SDMX Markup Language (SDMX-ML)

CountryData Technologies for Data Exchange. SDMX Markup Language (SDMX-ML) CountryData Technologies for Data Exchange SDMX Markup Language (SDMX-ML) SDMX-ML Implementation of SDMX Information Model Uses extensible Markup Language (XML) Another implementation is based on GESMES/TS

More information

DDI - A Metadata Standard for the Community

DDI - A Metadata Standard for the Community DDI - A Metadata Standard for the Community Mary Vardigan ICPSR Inter-university Consortium for Political and Social Research Joachim Wackerow GESIS Leibniz Institute for the Social Sciences 1 st North

More information

Deliverable 1.2 Detailed risk management plan

Deliverable 1.2 Detailed risk management plan Deliverable 1.2 Detailed risk management plan Date: November 2016 HORIZON 2020 - INFRADEV Implementation and operation of cross-cutting services and solutions for clusters of ESFRI Page 1 of 16 Grant agreement

More information

Core Public Organisation Vocabulary Draft 1

Core Public Organisation Vocabulary Draft 1 Core Public Organisation Vocabulary Draft 1 Document Metadata Property Value Date 25/1/2016 Status Internal Version 0.01 Phil Archer, W3C Authors Nikolaos Loutas PwC EU Services Brecht Wyns PwC EU Services

More information

European Genome phenome Archive at the European Bioinformatics Institute. Helen Parkinson Head of Molecular Archives

European Genome phenome Archive at the European Bioinformatics Institute. Helen Parkinson Head of Molecular Archives European Genome phenome Archive at the European Bioinformatics Institute Helen Parkinson Head of Molecular Archives What is EMBL-EBI? International, non-profit research institute Part of the European Molecular

More information

Profiling Structured Product Labeling with NDF-RT and RxNorm

Profiling Structured Product Labeling with NDF-RT and RxNorm Profiling Structured Product Labeling with NDF-RT and RxNorm Qian Zhu, PhD, Guoqian Jiang, MD, PhD and Christopher G. Chute, MD, Dr. PH Mayo Clinic College of Medicine, Rochester, MN, USA ICBO VDOSME 2012,

More information

Towards Smart Cache Management for Ontology Based, History-Aware Stream Reasoning

Towards Smart Cache Management for Ontology Based, History-Aware Stream Reasoning Towards Smart Cache Management for Ontology Based, History-Aware Stream Reasoning Rui Yan, Deborah L. McGuinness Tetherless World Constellation Department of Computer Science Rensselaer Polytechnic Institute

More information

Experimental Design and MS Workflows for Omics Applications. David A. Weil, Ph.D. Senior Application Scientist Schaumburg, IL

Experimental Design and MS Workflows for Omics Applications. David A. Weil, Ph.D. Senior Application Scientist Schaumburg, IL Experimental Design and MS Workflows for Omics Applications David A. Weil, Ph.D. Senior Application Scientist Schaumburg, IL David_Weil@agilent.com 1 Acknowledgements: Support Team AFO Metabolomics Team

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

IBM Business Automation Content Analyzer

IBM Business Automation Content Analyzer Solution brief IBM Business Automation Content Analyzer What it is, what it does, why it matters IBM Content Analyzer in 10 seconds IBM Content Analyzer is an intelligent Capture-as-a-Service (CaaS) system

More information

Linked Data for Professional Education (LD4PE) An IMLS funded Project

Linked Data for Professional Education (LD4PE) An IMLS funded Project Linked Data for Professional Education (LD4PE) An IMLS funded Project What Is LD4PE? Linked Data for Professional Education (LD4PE) is a project under the jurisdiction of the DCMI Education & Outreach

More information

EDM Council Memorandum

EDM Council Memorandum 1 EDM Council Memorandum TO: RE: Financial Conduct Authority RegTech & Advanced Analytics (regtech@fca.org.uk) Using Technology to Achieve Smarter Regulatory Reporting FR: John Bottega, Executive Director,

More information

OpenO&M For Manufacturing Overview. OpenO&M for Manufacturing. OpenO&M

OpenO&M For Manufacturing Overview. OpenO&M for Manufacturing. OpenO&M OpenO&M for Manufacturing OpenO&M for Manufacturing is a Joint Working Group within OpenO&M that serves as an umbrella organization of like minded standards and industry consortiums working to enable the

More information

CIM Forum Charter Dated

CIM Forum Charter Dated CIM Forum Charter Dated 2018-12-18 The information provided below is subject to change and reflects the current state of the CIM Forum charter within the DMTF. Management Problem(s) and Environment The

More information

Windchill Service Information Manager Curriculum Guide

Windchill Service Information Manager Curriculum Guide Windchill Service Information Manager 10.2 Curriculum Guide Live Classroom Curriculum Guide Introduction to Windchill Service Information Manager 10.2 Building Information Structures with Windchill Service

More information

UNIFI: an innovative enabling platform Ken Eglinton Nordic User Training, September 2013

UNIFI: an innovative enabling platform Ken Eglinton Nordic User Training, September 2013 UNIFI: an innovative enabling platform Ken Eglinton Nordic User Training, September 2013 2013 Waters Corporation 1 Waters Laboratory Informatics Product Portfolio MassLynx Mass Spectrometry Software NuGenesis

More information

Executive Committee Meeting

Executive Committee Meeting Executive Committee Meeting To hear the meeting, you must call in Toll-free phone number: 1-866-740-1260 Access Code: 2201876 For international call in numbers, please visit: https://www.readytalk.com/account-administration/international-numbers

More information

User-friendly framework for metadata and microdata documentation based on international standards and PCBS Experience

User-friendly framework for metadata and microdata documentation based on international standards and PCBS Experience New Techniques and Technologies for Statistics (NTTS) 2015 (Conference in Brussels, 10-12 March 2015) 1 User-friendly framework for metadata and microdata documentation based on international standards

More information

D Core Public Organisation Vocabulary Draft 2

D Core Public Organisation Vocabulary Draft 2 D02.01.01.03. Core Public Organisation Vocabulary Draft 2 Document Metadata Property Value Date 11/2/2016 Status For review by the Working Group Version Draft 2, v0.02 Phil Archer, W3C Authors Nikolaos

More information

INCREASING YOUR LABORATORY PRODUCTIVITY

INCREASING YOUR LABORATORY PRODUCTIVITY Networked Agilent OpenLAB Chromatography Data Systems (CDS), Reporting and Data Management Solutions: INCREASING YOUR LABORATORY PRODUCTIVITY Whitepaper Introduction Today s laboratories seek to increase

More information

DISCOVER DEFINE- XML PRACTICAL USES END-TO-END TODAY Mark Wheeldon CEO Formedix Bay Area User Group May 23, 2013

DISCOVER DEFINE- XML PRACTICAL USES END-TO-END TODAY Mark Wheeldon CEO Formedix Bay Area User Group May 23, 2013 DISCOVER DEFINE- XML PRACTICAL USES END-TO-END TODAY Mark Wheeldon CEO Formedix Bay Area User Group May 23, 2013 AGENDA Introduction Your Clinical Trials Automated. Everywhere. Define Driven Dataset Libraries

More information

Software Lifecycle Integration Buyer s Guide. Betty Zakheim, VP of Industry Strategy

Software Lifecycle Integration Buyer s Guide. Betty Zakheim, VP of Industry Strategy Betty Zakheim, VP of Industry Strategy Table of Contents Introduction 1 Vendor Criteria 2 Product Capabilities 3 Professional Services and Support 7 Total Cost of Solution 8 Introduction As the leading

More information

Agilent Solutions for Metabolomics YOUR PATH TO SUCCESS

Agilent Solutions for Metabolomics YOUR PATH TO SUCCESS Agilent Solutions for Metabolomics YOUR PATH TO SUCCESS UNDERSTANDING METABOLOMICS Agilent is the leading global metabolomics vendor, offering our customers a broad array of cutting-edge instrumentation

More information

The knowledge-driven exploration of integrated biomedical knowledge sources facilitates the generation of new hypotheses

The knowledge-driven exploration of integrated biomedical knowledge sources facilitates the generation of new hypotheses The knowledge-driven exploration of integrated biomedical knowledge sources facilitates the generation of new hypotheses Vinh Nguyen 1, Olivier Bodenreider 2, Todd Minning 3, and Amit Sheth 1 1 Kno.e.sis

More information

ATML Demo Phase II Executive & Technical Summary February 2010

ATML Demo Phase II Executive & Technical Summary February 2010 ATML Demo Phase II - Executive Summary ATML Demo Phase II Executive & Technical Summary February 2010 1 Executive Summary... 2 2 Conclusions & Recommendations... 4 2.1 Recommendation #1... 5 2.2 Recommendation

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 4,000 116,000 120M Open access books available International authors and editors Downloads Our

More information

Agenda. Project Overview. Workgroups. Outlook. Goals, Motivation, Background Organization, Members, Industry Use

Agenda. Project Overview. Workgroups. Outlook. Goals, Motivation, Background Organization, Members, Industry Use Agenda Project Overview Goals, Motivation, Background Organization, Members, Industry Use Workgroups Domains and current Scope Interaction with other Activities Outlook LOTAR 2015 All rights reserved 14

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

Pellucid Agent Architecture for Administration Based Processes

Pellucid Agent Architecture for Administration Based Processes Pellucid Agent Architecture for Administration Based Processes M. Laclavik, Z. Balogh, L. Hluchy, G. T. Nguyen, I. Budinska, T. T. Dang Institute of Informatics, SAS, Dubravska cesta 9, Bratislava 84237,

More information

SDMX Technical Working Group Activity Report

SDMX Technical Working Group Activity Report SDMX Technical Working Group Activity Report Sami Airo 7th Meeting of the Expert Group on SDMX 27-30 October 2014, Seoul, Korea 2014-10-10 SDMX Technical Working Group 1 Background & composition Provides

More information

SOA Maturity Assessment using OSIMM

SOA Maturity Assessment using OSIMM SOA Maturity Assessment using OSIMM Presented by: Andras R. Szakal IBM Distinguished Engineer VP & CTO, IBM US Federal SWG SOA Tutorial - Architecture Slide 1 of 28 What You Will Learn The Open Group SOA

More information

SDMX self-learning package No. 8 Student book. SDMX Architecture Using the Pull Method for Data Sharing

SDMX self-learning package No. 8 Student book. SDMX Architecture Using the Pull Method for Data Sharing No. 8 Student book SDMX Architecture Using the Pull Method for Data Sharing Produced by Eurostat, Directorate B: Statistical Methodologies and Tools Unit B-5: Statistical Information Technologies Last

More information

Metabolomics: Sifting Through Complex Samples

Metabolomics: Sifting Through Complex Samples Metabolomics: Sifting Through Complex Samples Thursday, March 14, 2013 Print Jeffrey M. Perkel Look between the covers of any biochemistry textbook and you ll likely find an illustration outlining the

More information

Improving Productivity with Applied Biosystems GPS Explorer

Improving Productivity with Applied Biosystems GPS Explorer Product Bulletin TOF MS Improving Productivity with Applied Biosystems GPS Explorer Software Purpose GPS Explorer Software is the application layer software for the Applied Biosystems 4700 Proteomics Discovery

More information

The Perspective of B2MML Based on Implementation Feng Wang1, a, FuCheng Pan1, b, Peng Li1, c

The Perspective of B2MML Based on Implementation Feng Wang1, a, FuCheng Pan1, b, Peng Li1, c 2nd International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2017) The Perspective of B2MML Based on Implementation Feng Wang1, a, FuCheng Pan1, b, Peng Li1, c 1

More information

From Proteomics to Systems Biology. Integration of omics - information

From Proteomics to Systems Biology. Integration of omics - information From Proteomics to Systems Biology Integration of omics - information Outline and learning objectives Omics science provides global analysis tools to study entire systems How to obtain omics - data What

More information

Increase throughput: spend less time cutting and. any CDS into Agilent's ELN

Increase throughput: spend less time cutting and. any CDS into Agilent's ELN Increase throughput: spend less time cutting and pasting. Smart Import your results directly from any CDS into Agilent's ELN e-seminar, November 18 th, 2009 Agenda Introduction on Agilent Software and

More information

12) MARK GLIKSON. Deploying a Semantic Operating System in a small financial services company

12) MARK GLIKSON. Deploying a Semantic Operating System in a small financial services company 6. Next Steps We are exploring several possibilities to bring contextual discovery to the next level: Cross-institution. With NAS coming under NLB, we now have an expanded collection of digital resources

More information

ossso The Technical Basis for the Austrian VCD-Implementation

ossso The Technical Basis for the Austrian VCD-Implementation ossso The Technical Basis for the Austrian VCD-Implementation PEPPOL workshop, 7th Eastern European e Gov Days Josef Makolm [BMF] Doris Ipsmiller [m2n] Austrian VCD Implementation Team Agenda Objectives

More information

CDISC End-to-End UK User Group Meeting GSK, Stockley Park 24 th October 2007 Dave Iberson-Hurst CDISC VP Technical Strategy CDISC 2007 Dave Iberson-Hurst CDISC VP Technical Strategy Co-lead Technical Advisory

More information

MEMORANDUM FOR THE HEADS OF EXECUTIVE DEPARTMENTS AND AGENCIES

MEMORANDUM FOR THE HEADS OF EXECUTIVE DEPARTMENTS AND AGENCIES EXECUTIVE OFFICE OF THE PRESIDENT OFFICE OF MANAGEMENT AND BUDGET WASHINGTON, D.C. 20503 DEPUTY DIRECTOR FOR MANAGEMENT M-06-02 December 16, 2005 MEMORANDUM FOR THE HEADS OF EXECUTIVE DEPARTMENTS AND AGENCIES

More information

FP7-HEALTH-2012-INNOVATION-1

FP7-HEALTH-2012-INNOVATION-1 G.A. nº 306000 User-driven development of Statistical methods for Experimental Planning, Data Gathering, and Integrative Analysis of Next generation Sequencing, Proteomics and Metabolomics data Collaborative

More information