in Biomedicine A Gentle Introduction to Support Vector Machines Volume 1: Theory and Methods

Size: px
Start display at page:

Download "in Biomedicine A Gentle Introduction to Support Vector Machines Volume 1: Theory and Methods"

Transcription

1 A Gentle Introduction to Support Vector Machines in Biomedicine Volume 1: Theory and Methods

2 This page intentionally left blank

3 A Gentle Introduction to Support Vector Machines in Biomedicine Volume 1: Theory and Methods Alexander Statnikov New York University, USA Constantin F Aliferis New York University, USA Douglas P Hardin Vanderbilt University, USA Isabelle Guyon ClopiNet, USA World Scientific NEW JERSEY 7922tp.indd 2 LONDON SINGAPORE BEIJING SHANGHAI HONG KONG TA I P E I CHENNAI 1/19/11 11:07 AM

4 Published by World Scientific Publishing Co. Pte. Ltd. 5 Toh Tuck Link, Singapore USA office: 27 Warren Street, Suite , Hackensack, NJ UK office: 57 Shelton Street, Covent Garden, London WC2H 9HE British Library Cataloguing-in-Publication Data A catalogue record for this book is available from the British Library. A GENTLE INTRODUCTION TO SUPPORT VECTOR MACHINES IN BIOMEDICINE Volume 1: Theory and Methods Copyright 2011 by World Scientific Publishing Co. Pte. Ltd. All rights reserved. This book, or parts thereof, may not be reproduced in any form or by any means, electronic or mechanical, including photocopying, recording or any information storage and retrieval system now known or to be invented, without written permission from the Publisher. For photocopying of material in this volume, please pay a copying fee through the Copyright Clearance Center, Inc., 222 Rosewood Drive, Danvers, MA 01923, USA. In this case permission to photocopy is not required from the publisher. ISBN ISBN Typeset by Stallion Press enquiries@stallionpress.com Printed in Singapore.

5 Contents Preface... About the Authors Introduction... 1 Classes of Data-Analytic Problems Considered in This Book... 1 Basic Principles of Classification... 6 Main Ideas of the Support Vector Machine (SVM) Classification Algorithm History of SVMs and Their Use in the Literature Necessary Mathematical Concepts Geometrical Representation of Objects Basic Operations on Vectors Hyperplanes as Decision Surfaces Basics of Optimization Support Vector Machines (SVMs) for Binary Classification: Classical Formulation Hard-Margin Linear SVM for Linearly Separable Data Soft-Margin Linear SVM for Data That is not Exactly Linearly Separable Due to Noise or Outliers Non-Linear SVM and Kernel Trick For Linearly Non-Separable Data ix xiii 4. Basic Principles of Statistical Machine Learning Generalization and Overfitting Loss + Penalty Paradigm for Learning to Avoid Overfitting and Ensure Generalization v

6 vi A Gentle Introduction to SVMs in Biomedicine, Volume 1: Theory and Methods 5. Model Selection for SVMs Motivation of Model Selection Strategy Commonly Used Parameters/Kernels of SVM Classifiers Cross-Validation for Accuracy Estimation Cross-Validation for Accuracy Estimation and Model Selection Statistical Considerations SVMs for Multi-Category Classification One-Versus-Rest SVMs One-Versus-One SVMs Methods by Crammer and Singer and by Weston and Watkins Support Vector Regression (SVR) Hard-Margin Linear ε-insensitive SVR for Modeling Linear Relations Soft-Margin Linear ε-insensitive SVR for Modeling Almost Linear Relations Non-Linear ε-insensitive SVR for Modeling Non-Linear Relations Comparing ε-insensitive SVR with Other Popular Regression Methods On Model Selection for ε-insensitive SVR Novelty Detection with SVM-Based Methods Hard-Margin Linear One-Class SVM Soft-Margin Linear One-Class SVM Non-Linear One-Class SVM On Model Selection for One-Class SVM Support Vector Clustering (Contributed by Nikita I. Lytkin) The Minimal Enclosing Hyper-Sphere Cluster Assignment in SVC Dealing with Noise in the Data Relationship Between the Minimal Enclosing Hyper-Sphere and One-Class SVM SVM-Based Variable Selection Understanding the SVM Weight Vector Simple SVM-Based Variable Selection Algorithm

7 Contents vii SVM-RFE Variable Selection Algorithm Variable Selection and Estimation of Generalization Accuracy Computing Posterior Class Probabilities for SVM Classifiers Simple Binning Method for Posterior Probability Estimation Platt s Method for Posterior Probability Estimation Conclusions Appendix Bibliography Index

8 This page intentionally left blank

9 Preface Recent breakthroughs in molecular biology methods including both structural assays (e.g., sequencing) and functional ones (e.g., gene expression) combined with an explosive proliferation of electronically accessible medical data offer remarkable opportunities for new discoveries that are already revolutionizing the biomedical research and patient care landscapes. These discoveries are directly relevant to improved patient management (e.g., enhanced diagnostic modeling, as well as personalized treatment modeling), and to more foundational scientific discoveries (e.g., understanding the molecular mechanisms of diseases and devising targeted new therapies to prevent or cure them). Closing the gap between the massive amounts of biomedical knowledge that is hidden inside raw data waiting to be discovered on the one hand, and the next generation of diagnostics, personalized treatments and new drugs, on the other hand, completely relies on sophisticated data analytics. Fortunately in parallel with the development of new powerful ways to measure microscopic and macroscopic phenotypes, the scientific community has been working hard at and has witnessed the emergence of many powerful analytics that can measure up to the challenge. The purpose of the present book is to disseminate conceptually clear and operationally useful information about a cutting edge class of data analysis tools, the family of Support Vector Machines ( SVMs ) learning methods. SVMs are very important because they can handle well datasets and modeling tasks that are very problematic for other analysis methods. For example: (i) SVMs work well in datasets that have a very large number of variables and a relatively small sample size; (ii) SVMs can learn both simple and highly complex models; (iii) SVMs have strong built-in protections against a phenomenon that is deleterious to modern high-dimensional modeling, known as overfitting (intuitively, when models work well in discovery datasets but fail subsequently in application or validation data). Because of these properties, SVMs have documented superior performance compared to other algorithms in many, if not the majority of, types of biomedical data to date. ix

10 x A Gentle Introduction to SVMs in Biomedicine, Volume 1: Theory and Methods However, biomedical researchers often experience difficulties grasping both the theory and applications of these important methods. This is, we believe, primarily due to the lack of necessary technical background in mathematics, computer science and machine learning. A consequence of this situation is the observed significant lag in the adoption of SVMs in the biomedical scientific community compared to the general sciences. The purpose of this book is to help alleviate this problem by introducing SVMs and their extensions, thus allowing biomedical researchers to understand them and apply them effectively in real-life research, education, and possibly clinical practice. We acknowledge that many excellent books have been written on SVMs, and we ourselves have been beneficiaries of their teachings. However, in our experience as educators, the majority of biomedical researchers cannot fully benefit from the current literature on SVMs because of the advanced level of mathematical sophistication it requires. Our work aims to circumvent these prerequisites and to be accessible to the full spectrum of biomedical researchers assuming only a rudimentary prior knowledge of mathematics and computation (roughly high-school or first-year college level). Given the stated focus, we use terminology which is familiar to biomedical researchers and healthcare professionals. The book consists of two parts: in volume I we cover basic theory; in volume II we present several application and validation case studies. As the reader will quickly discover, volume I (theory) follows the approach of programmed learning whereby material is presented in short sections ( frames ). Each frame consists of a very small amount of information to be learned, a problem, and answers to the problem. The reader proceeds to the next frame after verifying that he/she gave (or understands the) correct answers to the current frame. We chose this method because it is particularly effective for breaking down technically complex concepts and making them easily digestible. Volume II with case studies follows a conventional narrative approach since it does not involve hard-to-grasp technical material. Over the years we have taught SVMs (at different levels of depth) to a variety of audiences that include: graduate students and post-doctoral fellows in Biomedical Informatics, Computer Science, Clinical Investigation, Clinical Pathology and professional statisticians, medical informaticians, biological researchers, etc. We have taught aspects of SVMs in graduate school courses, professional society seminars, and pathology residents (due to the relevancy of SVMs to molecular profiling of diseases). In a research context, authors of this book have contributed to the invention of the core SVM methods; they have produced theorems and empirical results for understanding the behavior of SVMs; they have applied SVMs to solve real-life scientific and industrial projects; they have guided students M.S. and Ph.D. theses with a heavy SVM emphasis; and they have authored software that uses SVMs to perform complex analytic tasks. We hope that these theoretical and applied contributions and experiences will be adequately

11 Preface xi reflected in making this book both technically accurate and up-to-date as well as grounding it on state-of-the-art research. We wish to emphasize that in writing this book we were very careful to point out both the strengths and the weaknesses of SVMs and to not create the impression that SVMs are a one solution fits all data analysis paradigm (or that we advocate them as such). Toward that goal we have dedicated considerable space in making comparisons of SVMs with other important statistical and machine learning models, showing current limitations of SVMs whenever they exist, and pointing out theoretical and empirical evidence for appropriate use of the right tool for the job. The measure of success of this book is whether it will empower researchers, educators and practitioners in the health sciences in both academic and industry settings to advance science and patient care through the understanding and use of a very powerful class of computational methods. The book is accompanied by a website that provides errata and many useful updated links on SVM software, interactive demonstrations and animations: In closing, we would like to acknowledge: Nikita Lytkin for contributing a chapter on SVM-based clustering and valuable advice on presentation of various concepts in the book; Zhiguo Li for help with proofreading this book; Discovery Holdings, LLC for permission to use proprietary materials and information. Alexander Statnikov My colleagues and students at Vanderbilt University and New York University for working with me over the years on numerous exciting projects that involved SVMs; I would not have been involved in SVM research in particular without the mentoring of my good friend Doug Hardin (a co-author to this book) and this is a good place to express my great gratitude for this; Discovery Holdings, LLC for permission to use proprietary materials and information. Constantin Aliferis

12 This page intentionally left blank

13 About the Authors Alexander Statnikov is Assistant Professor in the Department of Medicine and Center for Health Informatics and Bioinformatics at New York University Langone Medical Center, Director of the Computational Causal Discovery Laboratory, and Benchmarking Director of the Best Practices Integrative Informatics Consultation Service. He is an author of more than 40 peer-reviewed publications (books, book chapters, journal papers, conference papers, etc.) and a co-inventor of 4 pending patents in machine learning and biomedical informatics. Most of his papers and research rely on the use of Support Vector Machines (SVM) algorithms. Dr. Statnikov is a co-inventor and a primary developer of the SVM-based software system GEMS for automated development of molecular signatures and biomarker discovery from microarray gene expression data that has more than 1000 registered users all over the world. The primary publication about the GEMS system has received more than 300 publications so far. Dr. Statnikov has also made a significant contribution to the development of the SVM-based system FAST-AIMS for automated analysis of mass-spectrometry data. In addition to the above, Dr. Statnikov designed many algorithms, conducted their empirical evaluations, and made other important contributions to the fields of machine learning and pattern recognition, analaysis of high-throughput biomedical data, computational causal discovery, and biomedical informatics. xiii

14 xiv A Gentle Introduction to SVMs in Biomedicine, Volume 1: Theory and Methods Constantin Aliferis is the Director of the Center for Health Informatics and Bioinformatics at New York University, the Director of Informatics for the NYU Clinical and Translational Science Institute, Director of the Molecular Signatures Laboratory, Scientific Director of the Best Practices Integrative Informatics Consultation Service at NYULMC, and an elected Fellow of the American College of Medical Informatics (ACMI). He is an Associate Professor in the Department of Pathology of NYU School of Medicine, and has adjunct appointments in Biomedical Informatics and Biostatistics at Vanderbilt University. In the past, he has also held faculty appointments in Computer Science and Cancer Biology at Vanderbilt. Dr. Aliferis has made methodological and applied contributions to the fields of machine learning and pattern recognition, analysis of high-throughput biomedical data, computational causal discovery, biomedical information retrieval, and biomedical informatics. He is an author of 100 peer-reviewed publications and principal investigator, co-principal investigator and co-investigator in 20 federal grants. He has 9 pending and granted patents in machine learning and biomedical informatics. In addition, Dr. Aliferis is a co-inventor of two SVM-based software systems (GEMS and FAST-AIMS). Dr. Aliferis and his lab have used extensively SVMs for academic and commercial projects in a variety of biomedical application domains. Douglas Hardin is Professor in the Departments of Mathematics and Biomedical Informatics at Vanderbilt University. He is an author of more than 60 peer-reviewed publications and investigator in 11 grants. One of his primary research directions is variable selection with SVMs. Dr. Hardin has designed a course for biomedical informatics students and fellows that teaches SVMs without requiring extensive mathematical background. This course was offered at Vanderbilt University for the last 7 years and was very successful in educating dozens of students and fellows about SVMs. Isabelle Guyon is a researcher and consultant in pattern recognition, machine learning, statistical data analysis, and data mining. She is a co-inventor of the support vector machine (SVM) method and the SVM-RFE variable selection method. These contributions have thousands of citations. For the past 10 years, she has been involved in analysis of high-throughput molecular data (for DNA microarrays, antibody arrays, and mass-spectrometers) and development of

15 About the Authors xv predictive models/signatures for many complex diseases and phenotypes. Her application of SVMs to prostate cancer DNA microarray data has led to the development of a diagnosis test for prostate cancer which is in the process of commercialization. She organized several challenges in machine learning involving biological high-throughput molecular data in an effort to benchmark methods and identify the most effective ones. She co-authored and edited several books.

DNA Microarray Technology and Data Analysis in Cancer Research Downloaded from

DNA Microarray Technology and Data Analysis in Cancer Research Downloaded from This page intentionally left blank Shaoguang Li University of Massachusetts Medical School, USA Dongguang Li Edith Cowan University, Australia World Scientific N E W J E R S E Y L O N D O N S I N G A P

More information

China s Energy. Industrial Map of. Industrial Map of China's Energy Downloaded from

China s Energy. Industrial Map of. Industrial Map of China's Energy Downloaded from Industrial Map of China s Energy This page intentionally left blank Industrial Map of China s Energy China Industrial Map Editorial Committee China Economic Monitoring & Analysis Center World Scientific

More information

The Entropy Crisis Downloaded from by on 04/25/18. For personal use only.

The Entropy Crisis Downloaded from  by on 04/25/18. For personal use only. This page intentionally left blank Guy Deutscher Tel Aviv University, Israel World Scientific NEW JERSEY LONDON SINGAPORE B E I J I N G SHANGHAI HONG KONG TA I P E I CHENNAI Published by World Scientific

More information

Construction Technology for Tall Buildings

Construction Technology for Tall Buildings Construction Technology for Tall Buildings (3rd Edition) This page intentionally left blank Construction Technology for Tall Buildings (3rd Edition) CHEW Yit Lin, Michael Department of Building National

More information

AN INTROOUCTION TO THE BASICS

AN INTROOUCTION TO THE BASICS An Introduction to the Basics of Reliability and Risk Analysis Downloaded from www.worldscientific.com AN INTROOUCTION TO THE BASICS OF RElABlTY RHO RISK ANALYSIS SERIES ON QUALITY, RELIABILITY AND ENGINEERING

More information

Methods for Multi-Category Cancer Diagnosis from Gene Expression Data: A Comprehensive Evaluation to Inform Decision Support System Development

Methods for Multi-Category Cancer Diagnosis from Gene Expression Data: A Comprehensive Evaluation to Inform Decision Support System Development 1 Methods for Multi-Category Cancer Diagnosis from Gene Expression Data: A Comprehensive Evaluation to Inform Decision Support System Development Alexander Statnikov M.S., Constantin F. Aliferis M.D.,

More information

Disposable and Flexible Chemical Sensors and Biosensors Made with Renewable Materials

Disposable and Flexible Chemical Sensors and Biosensors Made with Renewable Materials Disposable and Flexible Chemical Sensors and Biosensors Made with Renewable Materials This page intentionally left blank Disposable and Flexible Chemical Sensors and Biosensors Made with Renewable Materials

More information

DESIGN OF PILE FOUNDATIONS IN LIQUEFIABLE SOILS

DESIGN OF PILE FOUNDATIONS IN LIQUEFIABLE SOILS DESIGN OF PILE FOUNDATIONS IN LIQUEFIABLE SOILS This page intentionally left blank DESIGN OF PILE FOUNDATIONS IN LIQUEFIABLE SOILS Gopal Madabhushi University of Cambridge, UK Jonathan Knappett University

More information

Data Mining and Applications in Genomics

Data Mining and Applications in Genomics Data Mining and Applications in Genomics Lecture Notes in Electrical Engineering Volume 25 For other titles published in this series, go to www.springer.com/series/7818 Sio-Iong Ao Data Mining and Applications

More information

Predictive and Causal Modeling in the Health Sciences. Sisi Ma MS, MS, PhD. New York University, Center for Health Informatics and Bioinformatics

Predictive and Causal Modeling in the Health Sciences. Sisi Ma MS, MS, PhD. New York University, Center for Health Informatics and Bioinformatics Predictive and Causal Modeling in the Health Sciences Sisi Ma MS, MS, PhD. New York University, Center for Health Informatics and Bioinformatics 1 Exponentially Rapid Data Accumulation Protein Sequencing

More information

Gene Environment Interaction Analysis. Methods in Bioinformatics and Computational Biology. edited by. Sumiko Anno

Gene Environment Interaction Analysis. Methods in Bioinformatics and Computational Biology. edited by. Sumiko Anno Gene Environment Interaction Analysis Methods in Bioinformatics and Computational Biology edited by Sumiko Anno Gene Environment Interaction Analysis Gene Environment Interaction Analysis Methods in

More information

Study on the Application of Data Mining in Bioinformatics. Mingyang Yuan

Study on the Application of Data Mining in Bioinformatics. Mingyang Yuan International Conference on Mechatronics Engineering and Information Technology (ICMEIT 2016) Study on the Application of Mining in Bioinformatics Mingyang Yuan School of Science and Liberal Arts, New

More information

Alexander Statnikov, Ph.D.

Alexander Statnikov, Ph.D. Alexander Statnikov, Ph.D. Director, Computational Causal Discovery Laboratory Benchmarking Director, Best Practices Integrative Informatics Consultation Service Assistant Professor, Department of Medicine,

More information

OPERATIONAL REVIEW WORKBOOK Case Studies, Forms, and Exercises Rob Reider John Wiley & Sons, Inc. New York Chichester Weinheim Brisbane Toronto Singap

OPERATIONAL REVIEW WORKBOOK Case Studies, Forms, and Exercises Rob Reider John Wiley & Sons, Inc. New York Chichester Weinheim Brisbane Toronto Singap OPERATIONAL REVIEW WORKBOOK Case Studies, Forms, and Exercises Rob Reider John Wiley & Sons, Inc. New York Chichester Weinheim Brisbane Toronto Singapore OPERATIONAL REVIEW WORKBOOK OPERATIONAL REVIEW

More information

Management Accounting

Management Accounting Management Accounting MANAGEMENT ACCOUNTING A Review of Contemporary Developments Second Edition Robert W. Sea pens ~ MACMILLAN Robert W. Scapens 1985, 1991 All rights reserved. No reproduction, copy or

More information

ESSENTIAL BIOINFORMATICS

ESSENTIAL BIOINFORMATICS ESSENTIAL BIOINFORMATICS Essential Bioinformatics is a concise yet comprehensive textbook of bioinformatics that provides a broad introduction to the entire field. Written specifically for a life science

More information

Bioinformatics A Practical Handbook of Next Generation Sequencing and Its Applications

Bioinformatics A Practical Handbook of Next Generation Sequencing and Its Applications Bioinformatics A Practical Handbook of Next Generation Sequencing and Its Applications This page intentionally left blank Bioinformatics A Practical Handbook of Next Generation Sequencing and Its Applications

More information

LIFE CYCLE RELIABILITY ENGINEERING

LIFE CYCLE RELIABILITY ENGINEERING LIFE CYCLE RELIABILITY ENGINEERING Life Cycle Reliability Engineering. Guangbin Yang Copyright 2007 John Wiley &Sons, Inc. ISBN: 978-0-471-71529-0 LIFE CYCLE RELIABILITY ENGINEERING Guangbin Yang Ford

More information

DATA MINING AND BUSINESS ANALYTICS WITH R

DATA MINING AND BUSINESS ANALYTICS WITH R DATA MINING AND BUSINESS ANALYTICS WITH R DATA MINING AND BUSINESS ANALYTICS WITH R Johannes Ledolter Department of Management Sciences Tippie College of Business University of Iowa Iowa City, Iowa Copyright

More information

BIOINFORMATICS THE MACHINE LEARNING APPROACH

BIOINFORMATICS THE MACHINE LEARNING APPROACH 88 Proceedings of the 4 th International Conference on Informatics and Information Technology BIOINFORMATICS THE MACHINE LEARNING APPROACH A. Madevska-Bogdanova Inst, Informatics, Fac. Natural Sc. and

More information

How to Estimate with. RSMeans Data

How to Estimate with. RSMeans Data How to Estimate with RSMeans Data How to Estimate with RSMeans Data Basic Skills for Building Construction Fourth Edition RSMeans and Saleh A. Mubarak, Ph.D. Barbara Balboni, Technical Editor RSMeans

More information

Commonsense Talent Management

Commonsense Talent Management Commonsense Talent Management Commonsense Talent Management USING STRATEGIC HUMAN RESOURCES TO IMPROVE COMPANY PERFORMANCE Steven T. Hunt Copyright 2014 by John Wiley & Sons, Inc. All rights reserved.

More information

Our website:

Our website: Biomedical Informatics Summer Internship Program (BMI SIP) The Department of Biomedical Informatics hosts an annual internship program each summer which provides high school, undergraduate, and graduate

More information

Value Management of Construction Projects

Value Management of Construction Projects Value Management of Construction Projects Value Management of Construction Projects John Kelly Steven Male Drummond Graham # 2004 by Blackwell Science Ltd, a Blackwell Publishing Company Editorial Offices:

More information

Diagnosing and Changing Organizational Culture

Diagnosing and Changing Organizational Culture Diagnosing and Changing Organizational Culture To download PDFs of the OCAI (Organizational Culture Assessment Instrument) and the MSAI (Management Skills Assessment Instrument) please go to www.josseybass.com/go/cameron.

More information

Meta-heuristic Algorithms for Optimal Design of Real-Size Structures

Meta-heuristic Algorithms for Optimal Design of Real-Size Structures Meta-heuristic Algorithms for Optimal Design of Real-Size Structures Ali Kaveh Majid Ilchi Ghazaan Meta-heuristic Algorithms for Optimal Design of Real-Size Structures 123 Ali Kaveh Department of Civil

More information

CENTER FOR BIOTECHNOLOGY

CENTER FOR BIOTECHNOLOGY CENTER FOR BIOTECHNOLOGY Keith A. McGee, Ph.D., Program Director Math and Science Building, 3 rd Floor 1000 ASU Drive #870 Phone: 601-877-6198 FAX: 601-877-2328 Degree Offered Required Admission Test M.

More information

This place covers: Methods or systems for genetic or protein-related data processing in computational molecular biology.

This place covers: Methods or systems for genetic or protein-related data processing in computational molecular biology. G16B BIOINFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR GENETIC OR PROTEIN-RELATED DATA PROCESSING IN COMPUTATIONAL MOLECULAR BIOLOGY Methods or systems for genetic

More information

Bridge Design and Evaluation

Bridge Design and Evaluation Bridge Design and Evaluation Bridge Design and Evaluation LRFD and LRFR Gongkang Fu John Wiley & Sons, Inc. Cover Design: Michael Rutkowski Cover Photograph: Courtesy of Alamy Creativity/Alamy This book

More information

Microarrays in Diagnostics and Biomarker Development

Microarrays in Diagnostics and Biomarker Development Microarrays in Diagnostics and Biomarker Development . Editor Microarrays in Diagnostics and Biomarker Development Current and Future Applications Editor CoReBio PACA Luminy Science Park 13288 Marseille

More information

Streetsmart Financial Basics for Nonprofit Managers

Streetsmart Financial Basics for Nonprofit Managers Streetsmart Financial Basics for Nonprofit Managers Third Edition Thomas A. McLaughlin John Wiley & Sons, Inc. Streetsmart Financial Basics for Nonprofit Managers Streetsmart Financial Basics for Nonprofit

More information

COMPLYING WITH. SECTION 404 A Guide for Small Publicly Held Companies SARBANES- OXLEY LYNFORD GRAHAM

COMPLYING WITH. SECTION 404 A Guide for Small Publicly Held Companies SARBANES- OXLEY LYNFORD GRAHAM COMPLYING WITH SARBANES- OXLEY SECTION 404 A Guide for Small Publicly Held Companies LYNFORD GRAHAM Complying with Sarbanes-Oxley Section 404 Complying with Sarbanes-Oxley Section 404 A Guide for Small

More information

advanced analysis of gene expression microarray data aidong zhang World Scientific State University of New York at Buffalo, USA

advanced analysis of gene expression microarray data aidong zhang World Scientific State University of New York at Buffalo, USA advanced analysis of gene expression microarray data aidong zhang State University of New York at Buffalo, USA World Scientific NEW JERSEY LONDON SINGAPORE BEIJING SHANGHAI HONG KONG TAIPEI CHENNAI Contents

More information

The Procurement and Supply Manager s Desk Reference

The Procurement and Supply Manager s Desk Reference The Procurement and Supply Manager s Desk Reference The Procurement and Supply Manager s Desk Reference Second Edition FRED SOLLISH, MS JOHN SEMANIK, MBA John Wiley & Sons, Inc. Copyright 2012 by John

More information

Short Course Instructors

Short Course Instructors Short Course Instructors Andrew Allen, Ph.D., Professor of Biostatistics and Bioinformatics and Director of the new Duke Center of Statistical Genetics and Genomics, Duke University, has expertise in statistical

More information

Following text taken from Suresh Kumar. Bioinformatics Web - Comprehensive educational resource on Bioinformatics. 6th May.2005

Following text taken from Suresh Kumar. Bioinformatics Web - Comprehensive educational resource on Bioinformatics. 6th May.2005 Bioinformatics is the recording, annotation, storage, analysis, and searching/retrieval of nucleic acid sequence (genes and RNAs), protein sequence and structural information. This includes databases of

More information

Women in Bioinformatics Panelists

Women in Bioinformatics Panelists ACM Bioinformatics, Computational Biology, Health Informatics (ACM BCB 2016) Bio+Med Study Distinguished Panelists: Bioinformatics and Health Informatics Discovery & Development Challenge, Solution, and

More information

life science data mining

life science data mining life science data mining SCIENCE, ENGINEERING, AND BIOLOGY INFORMATICS Series Editor: Jason T. L. Wang (New Jersey Institute of Technology, USA) Published: Vol. 1: Advanced Analysis of Gene Expression

More information

STRATEGIC MARKETING FOR HEALTH CARE ORGANIZATIONS

STRATEGIC MARKETING FOR HEALTH CARE ORGANIZATIONS STRATEGIC MARKETING FOR HEALTH CARE ORGANIZATIONS Building a Customer-Driven Health System PHILIP KOTLER, JOEL SHALOWITZ, AND ROBERT J. STEVENS STRATEGIC MARKETING FOR HEALTH CARE ORGANIZATIONS STRATEGIC

More information

Effective CRM Using Predictive Analytics

Effective CRM Using Predictive Analytics Effective CRM Using Predictive Analytics Effective CRM Using Predictive Analytics Antonios Chorianopoulos This edition first published 2016 2016 John Wiley & Sons, Ltd Registered Office John Wiley & Sons,

More information

THE MICRO-FOUNDATIONS OF DYNAMIC CAPABILITIES, MARKET TRANSFORMATION AND FIRM PERFORMANCE. Tung-Shan Liao

THE MICRO-FOUNDATIONS OF DYNAMIC CAPABILITIES, MARKET TRANSFORMATION AND FIRM PERFORMANCE. Tung-Shan Liao THE MICRO-FOUNDATIONS OF DYNAMIC CAPABILITIES, MARKET TRANSFORMATION AND FIRM PERFORMANCE Tung-Shan Liao Thesis submitted to the Business School, The University of Adelaide, in fulfilment of the requirements

More information

Table of Contents The School of Biomedical Engineering, Science and Health Systems: Undergraduate Programs

Table of Contents The School of Biomedical Engineering, Science and Health Systems: Undergraduate Programs Table of The School of Biomedical Engineering, Science and Health Systems: Undergraduate Programs About the School...2 Undergraduate Major Biomedical Engineering...4 About the Major Concentrations Biomaterials

More information

Computational Biology

Computational Biology 3.3.3.2 Computational Biology Today, the field of Computational Biology is a well-recognised and fast-emerging discipline in scientific research, with the potential of producing breakthroughs likely to

More information

Short summary of the main features

Short summary of the main features Michael, D., and Yarden, A. (2007). Genetic engineering: from principles and methods to research and applications (A student text, and an internet site http://stwww.weizmann.ac.il/g-bio/geneengine/animations.html,

More information

Introduction to Bioinformatics

Introduction to Bioinformatics Introduction to Bioinformatics If the 19 th century was the century of chemistry and 20 th century was the century of physic, the 21 st century promises to be the century of biology...professor Dr. Satoru

More information

GENOME ANALYSIS AND BIOINFORMATICS

GENOME ANALYSIS AND BIOINFORMATICS GENOME ANALYSIS AND BIOINFORMATICS GENOME ANALYSIS AND BIOINFORMATICS A Practical Approach T.R. Sharma Principal Scientist (Biotechnology) National Research Centre on Plant Biotechnology IARI Campus, Pusa,

More information

Territory Account Manager (MD, NC or TX based)

Territory Account Manager (MD, NC or TX based) Territory Account Manager (MD, NC or TX based) Looking for bilingual Chinese-English young professionals with passion in selling genomics services. The Territory Account Manager's role is to ensure achievement

More information

Forensic Accounting and Fraud Investigation for Non-Experts

Forensic Accounting and Fraud Investigation for Non-Experts Forensic Accounting and Fraud Investigation for Non-Experts Forensic Accounting and Fraud Investigation for Non-Experts Third Edition HOWARD SILVERSTONE MICHAEL SHEETZ STEPHEN PEDNEAULT FRANK RUDEWICZ

More information

Credit Risk Scorecards

Credit Risk Scorecards Credit Risk Scorecards Developing and Implementing Intelligent Credit Scoring Naeem Siddiqi John Wiley & Sons, Inc. Additional praise for Credit Risk Scorecards... An essential book for anyone interested

More information

JOHN BASCHAB JON PIOT

JOHN BASCHAB JON PIOT T H E PROFESSIONAL SERVICES FIRM BIBLE JOHN BASCHAB JON PIOT John Wiley & Sons, Inc. T H E PROFESSIONAL SERVICES FIRM BIBLE T H E PROFESSIONAL SERVICES FIRM BIBLE JOHN BASCHAB JON PIOT John Wiley & Sons,

More information

EFFECTIVE MARKETING LOGISTICS

EFFECTIVE MARKETING LOGISTICS EFFECTIVE MARKETING LOGISTICS EFFECTIVE MARKETING LOGISTICS The Analysis, Planning and Control of Distribution Operations Graham Buxton M Graham Buxton 1975 Softcover reprint of the hardcover 1st edition

More information

NANOTHERAPEUTICS. Drug Delivery Concepts in Nanoscience

NANOTHERAPEUTICS. Drug Delivery Concepts in Nanoscience NANOTHERAPEUTICS Drug Delivery Concepts in Nanoscience This page intentionally left blank NANOTHERAPEUTICS Drug Delivery Concepts in Nanoscience edited by Alf Lamprecht of France PAN STANFORD PUBLISHING

More information

Salford Predictive Modeler. Powerful machine learning software for developing predictive, descriptive, and analytical models.

Salford Predictive Modeler. Powerful machine learning software for developing predictive, descriptive, and analytical models. Powerful machine learning software for developing predictive, descriptive, and analytical models. The Company Minitab helps companies and institutions to spot trends, solve problems and discover valuable

More information

DRUG SAFETY EVALUATION

DRUG SAFETY EVALUATION DRUG SAFETY EVALUATION DRUG SAFETY EVALUATION SHAYNE C. GAD A John Wiley & Sons, Inc., Publication This book is printed on acid-free paper. Copyright # 2002 by John Wiley and Sons, Inc., New York. All

More information

Learning theory: SLT what is it? Parametric statistics small number of parameters appropriate to small amounts of data

Learning theory: SLT what is it? Parametric statistics small number of parameters appropriate to small amounts of data Predictive Genomics, Biology, Medicine Learning theory: SLT what is it? Parametric statistics small number of parameters appropriate to small amounts of data Ex. Find mean m and standard deviation s for

More information

Support Vector Machines (SVMs) for the classification of microarray data. Basel Computational Biology Conference, March 2004 Guido Steiner

Support Vector Machines (SVMs) for the classification of microarray data. Basel Computational Biology Conference, March 2004 Guido Steiner Support Vector Machines (SVMs) for the classification of microarray data Basel Computational Biology Conference, March 2004 Guido Steiner Overview Classification problems in machine learning context Complications

More information

DYNAMICS IN THE PRACTICE OF STRUCTURAL DESIGN

DYNAMICS IN THE PRACTICE OF STRUCTURAL DESIGN DYNAMICS IN THE PRACTICE OF STRUCTURAL DESIGN WIT Press publishes leading books in Science and Technology. Visit our website for the current list of titles. www.witpress.com WITeLibrary Home of the Transactions

More information

ROAD TO STATISTICAL BIOINFORMATICS CHALLENGE 1: MULTIPLE-COMPARISONS ISSUE

ROAD TO STATISTICAL BIOINFORMATICS CHALLENGE 1: MULTIPLE-COMPARISONS ISSUE CHAPTER1 ROAD TO STATISTICAL BIOINFORMATICS Jae K. Lee Department of Public Health Science, University of Virginia, Charlottesville, Virginia, USA There has been a great explosion of biological data and

More information

RESEARCH METHODOLOGY

RESEARCH METHODOLOGY RESEARCH METHODOLOGY Dr. Ram Prasad Khatiwada Associate Professor Central Department of Statistics Kirtipur Tribhuvan University Bijaya Lal Pradhan Lecturer Birendra Multiple Campus Chitwan Tribhuvan University

More information

Alexander Chizhik Julian Gonzalez

Alexander Chizhik Julian Gonzalez Alexander Chizhik Julian Gonzalez Magnetic Microwires Alexander Chizhik Julian Gonzalez Magnetic Microwires A Magneto- Optical Study Published by Pan Stanford Publishing Pte. Ltd. Penthouse Level, Suntec

More information

High Temperature Component Life Assessment

High Temperature Component Life Assessment High Temperature Component Life Assessment High Temperature Component Life Assessment G.A. Webster Professor of Engineering Materials Department of Mechanical Engineering Imperial College of Science, Technology

More information

BIOMEDICAL ENGINEERING ACADEMIC PRESS SERIES IN BIOMEDICAL ENGINEERING ELSEVIER ACADEMIC PRESS. "mmmmmm

BIOMEDICAL ENGINEERING ACADEMIC PRESS SERIES IN BIOMEDICAL ENGINEERING ELSEVIER ACADEMIC PRESS. mmmmmm ACADEMIC PRESS SERIES IN BIOMEDICAL ENGINEERING ELSEVIER ACADEMIC PRESS "mmmmmm vmnkmmwmmm'''mmmmmmmmmimmmmmmmmiinivmiv INTRODUCTION TO BIOMEDICAL ENGINEERING SECOND EDITION JOHN SUSAN foseph END ERIE

More information

Lecture Notes in Management and Industrial Engineering

Lecture Notes in Management and Industrial Engineering Lecture Notes in Management and Industrial Engineering Volume 1 Series Editor: Adolfo López-Paredes Valladolid, Spain This bookseries provides a means for the dissemination of current theoretical and applied

More information

Addressing challenges in Drug Development and Quality Control with innovative solutions

Addressing challenges in Drug Development and Quality Control with innovative solutions Addressing challenges in Drug Development and Quality Control with innovative solutions SYNOPSIS 16 May 2013, 9:30 am 3:00 pm Gd. Titan Centre (Theater Room) This seminar is designed for scientists in

More information

Financial Accounting, Reporting and Analysis

Financial Accounting, Reporting and Analysis 027370253X_COVER 18/10/05 10:40 AM Page 1 The fully updated International Edition of Elliott and Elliott s market-leading Financial Accounting and Reporting uses the latest International Accounting Standards

More information

JOHN WILEY & SONS, INC.

JOHN WILEY & SONS, INC. Consultation Skills for Mental Health Professionals Richard W. Sears John R. Rudisill Carrie Mason-Sears JOHN WILEY & SONS, INC. Consultation Skills for Mental Health Professionals Consultation Skills

More information

BUSINESS DATA MINING (IDS 572) Please include the names of all team-members in your write up and in the name of the file.

BUSINESS DATA MINING (IDS 572) Please include the names of all team-members in your write up and in the name of the file. BUSINESS DATA MINING (IDS 572) HOMEWORK 4 DUE DATE: TUESDAY, APRIL 10 AT 3:20 PM Please provide succinct answers to the questions below. You should submit an electronic pdf or word file in blackboard.

More information

Data Mining Applications with R

Data Mining Applications with R Data Mining Applications with R Yanchang Zhao Senior Data Miner, RDataMining.com, Australia Associate Professor, Yonghua Cen Nanjing University of Science and Technology, China AMSTERDAM BOSTON HEIDELBERG

More information

Predicting Corporate Influence Cascades In Health Care Communities

Predicting Corporate Influence Cascades In Health Care Communities Predicting Corporate Influence Cascades In Health Care Communities Shouzhong Shi, Chaudary Zeeshan Arif, Sarah Tran December 11, 2015 Part A Introduction The standard model of drug prescription choice

More information

Biomedical Informatics Graduate Program (PhD, MS with thesis, MS without thesis)

Biomedical Informatics Graduate Program (PhD, MS with thesis, MS without thesis) Biomedical Informatics Graduate Program (PhD, MS with thesis, MS without thesis) Learning Objectives for the BMI Health and Clinical Informatics Training Programs: Graduate Certificate Health and Clinical

More information

THE STUDY OF EMPLOYEES PERSONALITY AND ITS RELATIONSHIP WITH ABSENTEEISM IN TERTIARY EDUCATION

THE STUDY OF EMPLOYEES PERSONALITY AND ITS RELATIONSHIP WITH ABSENTEEISM IN TERTIARY EDUCATION THE STUDY OF EMPLOYEES PERSONALITY AND ITS RELATIONSHIP WITH ABSENTEEISM IN TERTIARY EDUCATION BY CHAH HONG TENG FOO SHI YING LOW PAI CHENG OOI LEE PENG WONG SIEW MING A research submitted in partial fulfillment

More information

A New Cellular and Molecular Engineering Curriculum at Rice University

A New Cellular and Molecular Engineering Curriculum at Rice University Session A New Cellular and Molecular Engineering Curriculum at Rice University Ka-Yiu San, Larry V. McIntire, Ann Saterbak Department of Bioengineering, Rice University Houston, Texas 77005 Abstract The

More information

MediSapiens Ltd. Because data is not knowledge. 4th of November Sami Kilpinen, Ph.D Co-founder, CEO MediSapiens Ltd

MediSapiens Ltd. Because data is not knowledge. 4th of November Sami Kilpinen, Ph.D Co-founder, CEO MediSapiens Ltd 4th of November 2014 MediSapiens Ltd Because data is not knowledge Sami Kilpinen, Ph.D Co-founder, CEO MediSapiens Ltd Copyright 2014 MediSapiens Ltd. All rights reserved. medisapiens.com MediSapiens Brief

More information

Leadership for the Common Good

Leadership for the Common Good Leadership for the Common Good Tackling Public Problems in a Shared-Power World Second Edition Barbara C. Crosby John M. Bryson Leadership for the Common Good Leadership for the Common Good Tackling

More information

DIAMOND NANOTECHNOLOGY. Syntheses and Applications

DIAMOND NANOTECHNOLOGY. Syntheses and Applications DIAMOND NANOTECHNOLOGY Syntheses and Applications DIAMOND NANOTECHNOLOGY Syntheses and Applications James C Sung Kinik Company, National Taiwan University & National Taipei University of Technology, Taiwan

More information

Quality Costing. Barrie G. Dale Senior Lecturer and Director UMISI Quality Management Centre Manchester. and

Quality Costing. Barrie G. Dale Senior Lecturer and Director UMISI Quality Management Centre Manchester. and Quality Costing Quality Costing Barrie G. Dale Senior Lecturer and Director UMISI Quality Management Centre Manchester and James J. Plunkett Late Iotal Quality Management Project Officer UMISI Quality

More information

The Learning Pharmacovigilance System

The Learning Pharmacovigilance System The Learning Pharmacovigilance System From Concept to Reality In pharmacovigilance, intelligent should be able to identify new & previously unknown drug safety issues early enough to prevent significant

More information

STATISTICAL SAMPLING AND RISK ANALYSIS IN AUDITING

STATISTICAL SAMPLING AND RISK ANALYSIS IN AUDITING STATISTICAL SAMPLING AND RISK ANALYSIS IN AUDITING Other books for auditors by Peter Jones: Combating Fraud and Corruption in the Public Sector, 1993, Chapman&Hall, London, ISBN 0412 46370 9 P C Jones

More information

COUPLED BIOLUMINESCENT ASSAYS

COUPLED BIOLUMINESCENT ASSAYS COUPLED BIOLUMINESCENT ASSAYS Methods, Evaluations, and Applications MICHAEL J. COREY A John Wiley & Sons, Inc., Publication COUPLED BIOLUMINESCENT ASSAYS COUPLED BIOLUMINESCENT ASSAYS Methods, Evaluations,

More information

Systems Biology and Systems Medicine

Systems Biology and Systems Medicine CHAPTER 5 Systems Biology and Systems Medicine INTRODUCTION A new approach to biology, termed systems biology, has emerged over the past 15 years or so an approach that looks - - have transformed systems

More information

Cover Page. The handle holds various files of this Leiden University dissertation.

Cover Page. The handle   holds various files of this Leiden University dissertation. Cover Page The handle http://hdl.handle.net/1887/22550 holds various files of this Leiden University dissertation. Author: Yan, Kuan Title: Image analysis and platform development for automated phenotyping

More information

Headquarters and Subsidiaries in Multinational Corporations

Headquarters and Subsidiaries in Multinational Corporations Headquarters and Subsidiaries in Multinational Corporations This page intentionally left blank Headquarters and Subsidiaries in Multinational Corporations Strategies, Tasks and Coordination Stewart Johnston

More information

Visit our Career Flowchart to get more information on some of these career paths.

Visit our Career Flowchart to get more information on some of these career paths. Visit our Career Flowchart to get more information on some of these career paths. Academic Research Faculty: This career path consists of university or college professors who conduct research. They select

More information

STRUCTURAL STABILITY OF STEEL: CONCEPTS AND APPLICATIONS FOR STRUCTURAL ENGINEERS

STRUCTURAL STABILITY OF STEEL: CONCEPTS AND APPLICATIONS FOR STRUCTURAL ENGINEERS STRUCTURAL STABILITY OF STEEL: CONCEPTS AND APPLICATIONS FOR STRUCTURAL ENGINEERS Structural Stability of Steel: Concepts and Applications for Structural Engineers Theodore V. Galambos Andrea E. Surovek

More information

MANAGEMENT OF TECHNOLOGY

MANAGEMENT OF TECHNOLOGY MANAGEMENT OF TECHNOLOGY MANAGEMENT OF TECHNOLOGY Managing Effectively in Technology-Intensive Organizations Hans J. Thamhain This book is printed on acid-free paper. Copyright 2005 by John Wiley & Sons,

More information

Genomic Clinical Trials and Predictive Medicine

Genomic Clinical Trials and Predictive Medicine Genomic Clinical Trials and Predictive Medicine Genomics is having a major impact on therapeutics development in medicine. This book contains up-to-date information on the use of genomics in the design

More information

Biomedical Sciences Graduate Program

Biomedical Sciences Graduate Program 1 of 6 Graduate School 250 University Hall 230 North Oval Mall Columbus, OH 43210-1366 January 11, 2013 Phone (614) 292-6031 Fax (614) 292-3656 Jeff Parvin, Joanna Groden Co-Graduate Studies Chairs Biomedical

More information

About This Book. Why is this topic important? What can you achieve with this book? How is this book organized?

About This Book. Why is this topic important? What can you achieve with this book? How is this book organized? About This Book Why is this topic important? Trainers sometimes fail to ask enough questions or the right question prior to designing, redesigning, or presenting a training program as the solution to a

More information

Laboratory Procedures in Clinical Microbiology

Laboratory Procedures in Clinical Microbiology Laboratory Procedures in Clinical Microbiology Laboratory Procedures in Clinical Microbiology Edited by John A. Washington With Contributions by Members of the Section of Clinical Microbiology Department

More information

John Wiley & Sons, Inc.

John Wiley & Sons, Inc. Corporate Fraud Case Studies in Detection and Prevention JOHN D. O GARA John Wiley & Sons, Inc. Corporate Fraud Corporate Fraud Case Studies in Detection and Prevention JOHN D. O GARA John Wiley & Sons,

More information

A. McDermott R. H. Burdon A. E. Smith C. Jones P. Cohen R. Denton, C. I. Pogson D. M. Moore L. M. Cook H. H. Rees

A. McDermott R. H. Burdon A. E. Smith C. Jones P. Cohen R. Denton, C. I. Pogson D. M. Moore L. M. Cook H. H. Rees LIST OF TITLES Already published Cell Differentiation Functions of Biological Membranes Cellular Development Brain Biochemistry Immunochemistry The Selectivity of Drugs Biomechanics Molecular Virology

More information

Software Metrics. Practical Approach. A Rigorous and. Norman Fenton. James Bieman THIRD EDITION. CRC Press CHAPMAN & HALIVCRC INNOVATIONS IN

Software Metrics. Practical Approach. A Rigorous and. Norman Fenton. James Bieman THIRD EDITION. CRC Press CHAPMAN & HALIVCRC INNOVATIONS IN CHAPMAN & HALIVCRC INNOVATIONS IN SOFTWARE ENGINEERING AND SOFTWARE DEVELOPMENT Software Metrics A Rigorous and Practical Approach THIRD EDITION Norman Fenton Queen Mary University of London. UK James

More information

- OMICS IN PERSONALISED MEDICINE

- OMICS IN PERSONALISED MEDICINE SUMMARY REPORT - OMICS IN PERSONALISED MEDICINE Workshop to explore the role of -omics in the development of personalised medicine European Commission, DG Research - Brussels, 29-30 April 2010 Page 2 Summary

More information

and Technology of Thin Films

and Technology of Thin Films An Introduction to Physics and Technology of Thin Films This page is intentionally left blank An Introduction to Physics and Technology of Thin Films Alfred Wagendriste1 Institute of Applied and Technical

More information

Entrepreneurial Marketing for SMEs

Entrepreneurial Marketing for SMEs Entrepreneurial Marketing for SMEs This page intentionally left blank Entrepreneurial Marketing for SMEs Luca Cacciolatti University of Westminster, UK and Soo Hee Lee University of Kent, UK Luca Cacciolatti

More information

BGEN Laboratory Methods in Human and Medical Genetics

BGEN Laboratory Methods in Human and Medical Genetics BMG COURSES BGEN 7000 - Research Seminar MSc Consists of presentations of the student's current research. For Master s students only. 1.0 credit hours. BGEN 7020 Proteins (Formerly 137.702) Three hours

More information

BIOINFORMATICS AND SYSTEM BIOLOGY (INTERNATIONAL PROGRAM)

BIOINFORMATICS AND SYSTEM BIOLOGY (INTERNATIONAL PROGRAM) BIOINFORMATICS AND SYSTEM BIOLOGY (INTERNATIONAL PROGRAM) PROGRAM TITLE DEGREE TITLE Master of Science Program in Bioinformatics and System Biology (International Program) Master of Science (Bioinformatics

More information

Review of Biomedical Image Processing

Review of Biomedical Image Processing BOOK REVIEW Open Access Review of Biomedical Image Processing Edward J Ciaccio Correspondence: ciaccio@columbia. edu Department of Medicine, Columbia University, New York, USA Abstract This article is

More information

Exercises in Environmental Physics

Exercises in Environmental Physics Exercises in Environmental Physics Valerio Faraoni Exercises in Environmental Physics Valerio Faraoni Physics Department Bishop s University Lennoxville, Quebec J1M 1Z7 Canada vfaraoni@cs-linux.ubishops.ca

More information