A comparison of Multiple Biomarker Selection Algorithms for Early Screening of Ovarian Cancer

Size: px
Start display at page:

Download "A comparison of Multiple Biomarker Selection Algorithms for Early Screening of Ovarian Cancer"

Transcription

1 A comparison of Multiple Biomarker Selection Algorithms for Early Screening of Ovarian Cancer Yu-Seop Kim 1,3, Jong-Dae Kim 1,3, Min-Ki Jang 2,3, Chan-Young Park 1,3, and Hye-Jung Song 1,3 1 Dept. of Ubiquitous Computing, Hallym University, 1 Hallymdaehak-gil, Chuncheon, Gangwon-do, Korea { yskim01, kimjd cypark, hjsong}@hallym.ac.kr 2 Dept of Computer Engineering, Hallym University, 1 Hallymdaehak-gil, Chuncheon, Gangwon-do, Korea percussive@gmail.com 3 Bio-IT Research Center, Hallym University, 1 Hallymdaehak-gil, Chuncheon, Gangwon-do, Korea Abstract. This paper demonstrates and compares the classification performance from cancer to normal under Luminex exposed environment of the optimal biomarker combinations that can diagnose ovarian cancer. The optimal combinations having high resolutions were determined from T-Test, Genetic Algorithm, and Random Forest. Each selected combinations sensitivity, specificity, and accuracy were compared by Linear Discriminant Analysis (LDA), k-nearest Neighbor (k-nn), and Logistic Regression. The 21 biomarker data used in this experiment was obtained through Luminex-PRA from the serum of 65 patients (caner 27, normal 38) of two hospitals. In this study, the results showed the selecting 2 to 3 marker with Genetic Algorithm and categorizing themed with LDA, it shows the closet sensitivity, specificity, and accuracy similar to that of the results obtained through complete enumeration of the combination of 2-4 markers. Keywords: Biomarker, Ovarian Cancer, Marker, T-Test, Genetic Algorithm, Random Forest, LDA, Logistic Regression 1 Introduction Ovarian cancer is a malignant tumor frequently arising in the age between Early diagnosis is associated with a 92% 5-year survival rate, yet only 19% of ovarian cancers are detected early [1]. Therefore, early detection of ovarian cancer has greate promise to improve clinical outcome. It is evident that the development of a biomarker for early detection of the ovarian cancer has become paramount [2]. Biomarker consists of molecular information based on the pattern of a single or multiple molecules originating from DNA, metabolite, or protein. Biomarkers are indicators that can detect the physical change of an organism due to the genetic after required genetic change. Along with the completion of the genome project, various biomarkers are being developed, providing critical clues for cancers and senile disorders. 162

2 Fig. 1. Changes in gynecologic cancer causes in Korea ( ) The early stages of research focused on a single biomarker for cancer diagnosis. Recent researches focus on combining multiple biomarkers to diagnose cancer more efficiently. Researches tend to focus especially on improving the sensitivity and specificity in order to increase the accuracy of the diagnosis, and the commercialization of multi-biomarkers seems to be close at hand. However, a new technology to find the right biomarker combinations is required, since the sensitivity and quantity has not yet reached a satisfactory level [3]. In this research, the mass value of the biomarkers was obtained using Luminex [4]. Luminex follows the panel reactive antibody (PRA), a solid phase-based method of Luminex corp. Luminex-PRA reacts the human leucocyte antigen (HLA) marker attached Luminex-beads to the HLA antibodies in the serum. Then detects the florescence of the antibodies from the beads by utilizing a exclusive equipment and program [5]. This paper determines the optimal marker combinations for ovarian cancer diagnosis from the combinations selected with T-Test [6], Genetic Algorithm [7], and Random Forest[8] from all the possible combinations of the 21 markers, based on their the florescence data measured. Linear Discriminant Analysis[6], k-nearest Neighbor[7], and Logistic Regression[6] was used to evaluate the sensitivity, specificity, and classification accuracy of the optimal combinations. The research aims to determine the optimal marker combination and categorization algorithm by comparing the experimental results with all the possible combinations. Methods for the collection of data are illustrated in chapter 2, and the experimental details are demonstrated in chapter 3. The results of the marker combinations and its classification performance are discussed in chapter 4, and chapter 5 presents the conclusion and possible future researches. 163

3 2. Data collection For the experiment, the serum of 65 Koreans (27 Cancer, 38 Normal) provided from two hospitals was used. These samples were reacted with Luminex-beads attached with 21 biomarkers, and the florescence from the antibodies on the beads was measured. In order to equalize the range of the biomarker florescence, the florescence values of each biomarker were normalized to 0-1 based on their maximum and minimum values. The selected 21 biomarkers are the most commonly discussed markers in the modern cancer research [5], [6], [9]. These biomarkers are usually provided by UPCI Luminex Cor Facility [10]. 3. Methods This paper conducts two experiments: (1) determination of biomarkers with T-Test, Genetic Algorithm(GA), and Random Forest(RF), and (2) performance comparison of the selected markers using Linear Discriminant Analysis(LDA), k-nearest Neighbor(k-NN), and Logistic Regression(LR). The random tree creation for the RF was 50, the k for k-nn was 3, and the score threshold for the classification of LR was 0.5. The combination of the biomarkers consisted of 2-4 markers, and leave-one-out cross validation was conducted for the evaluation. The algorithms for the marker combination and combinations of evaluation algorithms used in the experiment are shown in fig. 2. As a control, the optimal marker combination gained through a complete enumeration survey of 2-4 markers was used. Fig. 2. The algorithms for the marker combination and combinations of evaluation algorithms 164

4 4. Results The experiment compares the difference in performance of the selected 2-4 multibiomarkers by T-Test, GA, and RF to that of the optimal combination amongst the total possible combinations of the markers. The sensitivity, specificity, and accuracy of each optimal combination for both cancer and benign group was measured and compared with LDA, k-nn, and LR. The markers that ought to be combined was limited to four, because of the high cost to combine of more than 4 markers will make it difficult to be realize and commercialize the use of multi-biomarkers. Also to avoid the infringement of patent, the names of the markers are concealed. 4.1 Optimum combination results according to classification algorithm Table 1 shows the optimal marker combination and their performance when applying LDA, k-nn, and LR to the combine the 2-4 markers. The best accuracy of 90.8% was seen in the 4-marker combinations when applying k-nn. Table 1. Performance test of the classification algorithm through all the possible marker combinations of 2-4 markers and the formation of the optimal combination Classification Algorithm Marker 1 Marker 2 Marker 3 Marker 4 Sensitivity Specificity Accuracy LDA k-nn LR M7 M M1 M10 M M1 M5 M10 M M1 M10 M14 M M7 M M11 M M15 M M7 M14 M M6 M7 M14 M M7 M M17 M M4 M15 M M7 M15 M M9 M10 M M6 M10 M15 M M6 M10 M15 M M8 M9 M10 M M9 M10 M15 M M10 M11 M15 M

5 Table 2 compares accuracy of the selected markers through T-Test with all the combinations shown in Table 1. The 3-marker combination derived by Genetic Algorithm showed identical results with the optimal marker combination shown in Table 1. By comparing the rank with the optimum marker combination, all the algorithms except for LDA showed a similar level to that of the experiment in Table 2. This indicates that the most frequent marker combination is not sufficient enough to reproduce the maximum categorization accuracy. It also shows 13.9% point difference for the categorization accuracy. The four markers shown in Table 4 were selected with Random Forest, which includes the first, second, and fourth frequent markers shown in Table 2. Also the marker combinations differed greatly from the optimal marker combinations. The accuracy was up to 9.3% point low. Table 2. Classification performance comparison of the marker combinations obtained through T-Test Rank Accuracy Of Difference Classification Marker Marker Marker Marker Algorithm Sens. Spec. Accu. Optimum with Marker the Optimum Combination marker Combination M9 M LDA M9 M15 M M9 M15 M16 M M9 M k-nn M9 M15 M M9 M15 M16 M M9 M LR M9 M15 M M9 M15 M16 M Table 3. Classification performance comparison of the marker combinations obtained through Genetic Algorithm Rank Accuracy Of Difference Classification Marker Marker Marker Marker Algorithm Sens. Spec. Accu. Optimum with Marker the Optimum Combination marker Combination M10 M LDA M10 M1 M M15 M16 M13 M M10 M k-nn M10 M1 M M15 M16 M13 M

6 LR M10 M M10 M1 M M15 M16 M13 M Table 4. Classification performance comparison of the marker combinations obtained through Random Forest Rank Accuracy of Difference Classification Marker Marker Marker Marker Algorithm Sens. Spec. Accu. Optimum with the Marker Optimum Combination marker Combination M11 M LDA k-nn LR M7 M19 M M9 M19 M15 M M11 M M7 M19 M M9 M19 M15 M M11 M M7 M19 M M9 M19 M15 M Dot Plot and ROC curve for optimum marker combination As illustrated in Fig. 3, the cancer and benign are not distinguishable in one dimension. The results were easier to analyze when it was projected in two dimensions using a marker combination. The ROC curve of Fig. 4 demonstrates the aforementioned statement. Fig. 3. Dot Plot of individual markers in optimum marker combination 167

7 Fig. 4. ROC curve of individual markers. 5. Conclusion This paper searches for the biomarker combination that can easily distinguish the cancer to benign. Comparing the classification performance of ovarian cancer, selecting 2 or 3 markers through GA and classifying with LDA shows the most similar sensitivity, specificity, and accuracy to that of the marker combinations of 2-4 markers derived from the complete enumeration survey. However, except for the LDA 3-marker combination of GA, the marker combination of 2-4 markers obtained with the marker selection algorithm showed significantly low accuracy compared to the marker combinations obtained from the complete enumeration survey. In the future, we plan to develop an algorithm with better performance by optimizing the various parameters, fitness function, and generation function of the Genetic Algorithm. Also, by applying more various algorithms such as SVM(Support Vertor Machine) or ANN(Artificial Neural Network), we anticipate to discover an algorithm that will find a more similar marker combination of 2-4 markers to the combinations derived with complete enumeration survey. In addition, we will experiment on more various types of classification algorithms References 1. American Cancer Society, (2012) 168

8 2. Brian, N., Adele, M., Liudmila. V., Denise, P., Matthew, W., Elesier, G., Anna L.: A serum based analysis of ovarian epithelial tumorigenesis. ELSEVIER Gynecologic Oncology 112, (2009) 3. ChiHeum, C.: Biomarkers related to Diagnosis and Prognosis of Ovarian Cancer. Koean Journal of Obstetrics and Gynecology 39, (2008) 4. SunKyung, J., EunJi O., ChulWoo, Y., WoongSik, A., YongGu, K., YeonJun, P., KyungJa, H.: ELISA for the selection of HLA isoantibody and Comparison Evaluation of Luminex Panel Reactive Antibody Test. Journal of Korean Society for Laboratory Medicine 29, (2009) 5. El-Awar, N., Lee, J., Terasaki. P.: HLA antibody identification with single antigen beads compared to conventional methods. Hum Immunol 66, (2005) 6. David, F., Roger, P., Robert, P.: Statistics, 3rd Edition. W. W. Norton & Company (1998) 7. Tom, M. M.: Machine Learning. The McGraw-Hill (1997) 8. Leo, B.: Random Forest. Machine Learning 45, 5 32 (2001) 9. Suraj, D. A., Greg, P. B., Tzong-Hao C., Katharine, J. B., Jinghua, Z., Partha, S., Ping, Y., Brian, C. M.: Development and Preliminary Evaluation of a Multivariate Index Assay for Ovarian Cancer. PLoS ONE 4, e4599 (2009) 10. University of Pittsburgh Cancer Institute Luminex Core Facility, 169

MATLAB-Based Multi-Marker Data Analysis System for Early Detection of Ovarian Cancer

MATLAB-Based Multi-Marker Data Analysis System for Early Detection of Ovarian Cancer Appl. Math. Inf. Sci. 6 No. 2S pp. 697S-703S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. MATLAB-Based Multi-Marker Data Analysis

More information

Calibration System and Calibration Method of Biochip Temperature Sensors

Calibration System and Calibration Method of Biochip Temperature Sensors , pp.107-114 http://dx.doi.org/10.14257/ijbsbt.2015.7.2.10 Calibration System and Calibration Method of Biochip Temperature Sensors Sang-Yoon Kim 1,3, Jong-Dae Kim 2,3, Yu-Seop Kim 2,3 Hye-Jeong Song 2,3

More information

Chamber Temperature Measurement of Micro PCR Chip Using Thermocouple

Chamber Temperature Measurement of Micro PCR Chip Using Thermocouple Chamber Temperature Measurement of Micro PCR Chip Using Thermocouple Jong-Dae Kim 1,2, Chan-Young Park 1,2,*, Sang-Yoon Kim 2,3, Ok-Dong Gwak 3, Deuk- Joo Lee 2,3, Yu-Seop Kim 1,2 and Hye-Jung Song 1,2

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

Dallas J. Elgin, Ph.D. IMPAQ International Randi Walters, Ph.D. Casey Family Programs APPAM Fall Research Conference

Dallas J. Elgin, Ph.D. IMPAQ International Randi Walters, Ph.D. Casey Family Programs APPAM Fall Research Conference Utilizing Predictive Modeling to Improve Policy through Improved Targeting of Agency Resources: A Case Study on Placement Instability among Foster Children Dallas J. Elgin, Ph.D. IMPAQ International Randi

More information

Micro-PCR Chip NTC-Thermistor Sensor-Calibration System

Micro-PCR Chip NTC-Thermistor Sensor-Calibration System , pp. 93-100 http://dx.doi.org/10.14257/ijca.2015.8.9.10 Micro-PCR Chip NTC-Thermistor Sensor-Calibration System Seung-CheolLee 1, Chan-Young Park 1,2, Yu-Seop Kim 1,2, Hye-Jeong Song 1,2,Jong-Dae Kim

More information

The interactions that occur between two proteins are essential parts of biological systems.

The interactions that occur between two proteins are essential parts of biological systems. Gabor 1 Evaluation of Different Biological Data and Computational Classification Methods for Use in Protein Interaction Prediction in Signaling Pathways in Humans Yanjun Qi 1 and Judith Klein-Seetharaman

More information

A Literature Review of Predicting Cancer Disease Using Modified ID3 Algorithm

A Literature Review of Predicting Cancer Disease Using Modified ID3 Algorithm A Literature Review of Predicting Cancer Disease Using Modified ID3 Algorithm Mr.A.Deivendran 1, Ms.K.Yemuna Rane M.Sc., M.Phil 2., 1 M.Phil Research Scholar, Dept of Computer Science, Kongunadu Arts and

More information

MISSING DATA CLASSIFICATION OF CHRONIC KIDNEY DISEASE

MISSING DATA CLASSIFICATION OF CHRONIC KIDNEY DISEASE MISSING DATA CLASSIFICATION OF CHRONIC KIDNEY DISEASE Wala Abedalkhader and Noora Abdulrahman Department of Engineering Systems and Management, Masdar Institute of Science and Technology, Abu Dhabi, United

More information

Feature Selection of Gene Expression Data for Cancer Classification: A Review

Feature Selection of Gene Expression Data for Cancer Classification: A Review Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 50 (2015 ) 52 57 2nd International Symposium on Big Data and Cloud Computing (ISBCC 15) Feature Selection of Gene Expression

More information

Smart India Hackathon

Smart India Hackathon TM Persistent and Hackathons Smart India Hackathon 2017 i4c www.i4c.co.in Digital Transformation 25% of India between age of 16-25 Our country needs audacious digital transformation to reach its potential

More information

QUANTITATIVE DETERMINATION OF HUMAN EPIDIDYMIS PROTEIN 4

QUANTITATIVE DETERMINATION OF HUMAN EPIDIDYMIS PROTEIN 4 QUANTITATIVE DETERMINATION OF HUMAN EPIDIDYMIS PROTEIN 4 NEW PRODUCT Human Epididymis Protein 4 () ELISA High sensitivity (0.15 pmol/l) Excellent analytical characteristics Validated for human serum samples,

More information

1. Klenk H.-P. and colleagues published the complete genome sequence of the organism Archaeoglobus fulgidus in Nature. [ Nature 390: (1997)].

1. Klenk H.-P. and colleagues published the complete genome sequence of the organism Archaeoglobus fulgidus in Nature. [ Nature 390: (1997)]. Lab/Assignment #1 HST.480/6.092: BIOINFORMATICS AND PROTEOMICS Labs/homeworks are due on the following Thurs (after being handed out). at midnight. Please submit homework in zipped format (along with source

More information

Using Genomics to Guide Immunosuppression Therapy David A. Baran, MD, FACC, FSCAI System Director, Advanced HF, Transplant and MCS, Sentara Heart

Using Genomics to Guide Immunosuppression Therapy David A. Baran, MD, FACC, FSCAI System Director, Advanced HF, Transplant and MCS, Sentara Heart Using Genomics to Guide Immunosuppression Therapy David A. Baran, MD, FACC, FSCAI System Director, Advanced HF, Transplant and MCS, Sentara Heart Hospital, Norfolk, VA Disclosure Consulting: Livanova,

More information

Trend in diagnostic biochip. Eiichiro Ichiishi, M.D., Ph.D. Department of Internal Medicine International University of Health and Welfare Hospital

Trend in diagnostic biochip. Eiichiro Ichiishi, M.D., Ph.D. Department of Internal Medicine International University of Health and Welfare Hospital Trend in diagnostic biochip development Eiichiro Ichiishi, M.D., Ph.D. Department of Internal Medicine International University of Health and Welfare Hospital Handling of the early stage is important for

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

Technical Guidance on Development of In Vitro Companion Diagnostics and Corresponding Therapeutic Products

Technical Guidance on Development of In Vitro Companion Diagnostics and Corresponding Therapeutic Products Administrative Notice December 26, 2013 To: Division of Pharmaceutical Affairs, Prefectural Health Department (Bureau) From: Evaluation and Licensing Division, Pharmaceutical and Food Safety Bureau Ministry

More information

High Resolution GC-MS Application: Metabolomics Vladimir Tolstikov, PhD

High Resolution GC-MS Application: Metabolomics Vladimir Tolstikov, PhD High Resolution GC-MS Application: Metabolomics Vladimir Tolstikov, PhD Eli Lilly and Company A Sample Harvest and Storage Biological Metadata Standard Operational Procedure Sample Extraction Sample Preparation

More information

ASIAN PATENT ATTORNEYS ASSOCIATION Recognized Group of Korea. Report to Emerging IP Rights Committee 2012, Chiang Mai

ASIAN PATENT ATTORNEYS ASSOCIATION Recognized Group of Korea. Report to Emerging IP Rights Committee 2012, Chiang Mai ASIAN PATENT ATTORNEYS ASSOCIATION Recognized Group of Korea Report to Emerging IP Rights Committee 2012, Chiang Mai SPECIAL TOPIC REPORT ON Business Methods and the Laws of Nature, As Discussed by the

More information

Survival Outcome Prediction for Cancer Patients based on Gene Interaction Network Analysis and Expression Profile Classification

Survival Outcome Prediction for Cancer Patients based on Gene Interaction Network Analysis and Expression Profile Classification Survival Outcome Prediction for Cancer Patients based on Gene Interaction Network Analysis and Expression Profile Classification Final Project Report Alexander Herrmann Advised by Dr. Andrew Gentles December

More information

UAMS ADVANCED DIAGNOSTICS FOR ADVANCING CURE

UAMS ADVANCED DIAGNOSTICS FOR ADVANCING CURE UAMS ADVANCED DIAGNOSTICS FOR ADVANCING CURE advanced diagnostics for advancing cure Multiple myeloma (myeloma) is a complex cancer that can be diffcult to diagnose and challenging to treat. Every case

More information

The use of sensitivity analysis to set acceptance criteria in the validation of biomarker assays. Graham Healey, Chief Statistician, Oncimmune, UK

The use of sensitivity analysis to set acceptance criteria in the validation of biomarker assays. Graham Healey, Chief Statistician, Oncimmune, UK The use of sensitivity analysis to set acceptance criteria in the validation of biomarker assays Graham Healey, Chief Statistician, Oncimmune, UK SECTION 1 Introduction Autoantibody panel diagnostic test

More information

Evaluation and Regulation of Biomarkers A Public Health Perspective

Evaluation and Regulation of Biomarkers A Public Health Perspective Evaluation and Regulation of Biomarkers A Public Health Perspective Dr Ron Zimmern MA, FRCP, FFPHM Executive Director, PHG Foundation OECD Workshop on Policy Issues for the Development and Use of Biomarkers

More information

3DCNN for False Positive Reduction in Lung Nodule Detection

3DCNN for False Positive Reduction in Lung Nodule Detection 3DCNN for False Positive Reduction in Lung Nodule Detection Ping An Technology (Shenzhen) Co.,Ltd, China WUTIANBO484@pingan.com.cn Abstract The diagnosis of pulmonary nodules can be roughly divided into

More information

Modelli predittivi in radioterapia: modelli statistici vs Machine Learning

Modelli predittivi in radioterapia: modelli statistici vs Machine Learning Modelli predittivi in radioterapia: modelli statistici vs Machine Learning Tiziana Rancati Programma Prostata Fondazione IRCCS Istituto Nazionale dei Tumori tiziana.rancati@istitutotumori.mi.it Modeling

More information

Data Mining for Biological Data Analysis

Data Mining for Biological Data Analysis Data Mining for Biological Data Analysis Data Mining and Text Mining (UIC 583 @ Politecnico di Milano) References Data Mining Course by Gregory-Platesky Shapiro available at www.kdnuggets.com Jiawei Han

More information

Classification of DNA Sequences Using Convolutional Neural Network Approach

Classification of DNA Sequences Using Convolutional Neural Network Approach UTM Computing Proceedings Innovations in Computing Technology and Applications Volume 2 Year: 2017 ISBN: 978-967-0194-95-0 1 Classification of DNA Sequences Using Convolutional Neural Network Approach

More information

Supervised Learning from Micro-Array Data: Datamining with Care

Supervised Learning from Micro-Array Data: Datamining with Care November 18, 2002 Stanford Statistics 1 Supervised Learning from Micro-Array Data: Datamining with Care Trevor Hastie Stanford University November 18, 2002 joint work with Robert Tibshirani, Balasubramanian

More information

Syllabus for BIOS 101, SPRING 2013

Syllabus for BIOS 101, SPRING 2013 Page 1 Syllabus for BIOS 101, SPRING 2013 Name: BIOSTATISTICS 101 for Cancer Researchers Time: March 20 -- May 29 4-5pm in Wednesdays, [except 4/15 (Mon) and 5/7 (Tue)] Location: SRB Auditorium Background

More information

AUTOMATED INTERPRETABLE COMPUTATIONAL BIOLOGY IN THE CLINIC: A FRAMEWORK TO PREDICT DISEASE SEVERITY AND STRATIFY PATIENTS FROM CLINICAL DATA

AUTOMATED INTERPRETABLE COMPUTATIONAL BIOLOGY IN THE CLINIC: A FRAMEWORK TO PREDICT DISEASE SEVERITY AND STRATIFY PATIENTS FROM CLINICAL DATA Interdisciplinary Description of Complex Systems 15(3), 199-208, 2017 AUTOMATED INTERPRETABLE COMPUTATIONAL BIOLOGY IN THE CLINIC: A FRAMEWORK TO PREDICT DISEASE SEVERITY AND STRATIFY PATIENTS FROM CLINICAL

More information

Pharmacogenetics of Drug-Induced Side Effects

Pharmacogenetics of Drug-Induced Side Effects Pharmacogenetics of Drug-Induced Side Effects Hui - Ching Huang Department of Pharmacy, Yuli Hospital DOH Department of Pharmacology, Tzu Chi University April 20, 2013 Brief history of HGP 1953: DNA

More information

EE 45X Biomedical Nanotechnology. Course Proposal

EE 45X Biomedical Nanotechnology. Course Proposal EE 45X Biomedical Nanotechnology 1 Introduction Jie Chen ECERF W6-019 492-9820 jchen@ece.ualberta.ca Oct. 15, 2008 The purpose of this document is to propose a new course in the area of Biomedical Nanotechnology

More information

Outline. Impact on Human Diseases Basis for Molecular Assay Novel Biomarkers

Outline. Impact on Human Diseases Basis for Molecular Assay Novel Biomarkers MOLECULAR DIAGNOSITICS 1 Outline Concept of Molecular Diagnostics History of Molecular Diagnostics Impact on Human Diseases Basis for Molecular Assay Novel Biomarkers 2 Molecular Diagnosis Molecular diagnosis

More information

Flow Cytometry In Clinical Diagnosis

Flow Cytometry In Clinical Diagnosis Flow Cytometry In Clinical Diagnosis If you are searching for the ebook Flow Cytometry in Clinical Diagnosis in pdf form, in that case you come on to loyal website. We presented the full version of this

More information

2017 Qualifying Examination

2017 Qualifying Examination B1 1 Basic Molecular Genetics Mechanisms Dr. Ueng-Cheng Yang Molecular Genetics Techniques Cellular Energetics 24 2 Dr. Dar-Yi Wang Transcriptional Control of Gene Expression 8 3 Dr. Chuan-Hsiung Chang

More information

Recent advances in tissue-engineered corneal regeneration

Recent advances in tissue-engineered corneal regeneration 4 Special Issue: Positioning of Tissue Engineering in Regenerative Medicine Review Article Recent advances in tissue-engineered corneal regeneration Eun Young Kim 1), Jeong Eun Song 1), Chan Hum Park 2),

More information

Proteomic Pattern Recognition

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

More information

Preanalytical Variables in Blood Collection: Impact on Precision Medicine

Preanalytical Variables in Blood Collection: Impact on Precision Medicine Preanalytical Variables in Blood Collection: Impact on Precision Medicine Carolyn Compton, MD, PhD Chair, Scientific Advisory Committee, Indivumed GmbH Professor of Life Sciences, ASU Professor of Laboratory

More information

Improving the Limit of Detection of Lateral Flow Assays using 3DNA Technology

Improving the Limit of Detection of Lateral Flow Assays using 3DNA Technology Improving the Limit of Detection of Lateral Flow Assays using 3DNA Technology Introduction Lateral Flow (LF) and similar assays represent a unique growing class of Point of Care (POC) tests designed to

More information

Our view on cdna chip analysis from engineering informatics standpoint

Our view on cdna chip analysis from engineering informatics standpoint Our view on cdna chip analysis from engineering informatics standpoint Chonghun Han, Sungwoo Kwon Intelligent Process System Lab Department of Chemical Engineering Pohang University of Science and Technology

More information

Proteomics Background and clinical utility

Proteomics Background and clinical utility Proteomics Background and clinical utility H.H. Helgason MD Antoni van Leeuwenhoek Hospital The Netherlands Cancer Institute Amsterdam Introduction Background Definitions Protein biomarkers Technical aspects

More information

About OMICS Group Conferences

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

More information

From Liquid Biopsy and FFPE Samples to Results

From Liquid Biopsy and FFPE Samples to Results From Liquid Biopsy and FFPE Samples to Results Fully automated purification, reliable quantification and bisulfite conversion of cell-free circulating DNA and DNA from FFPE samples Fully automated purification,

More information

Protein/Cytokine Array Services

Protein/Cytokine Array Services Protein/Cytokine Array Services at the Analytical Instrumentation Core Boston University, AIC, DOM, BMC, BUMC 2015 Analytical Instrumentation Core Mission: The AIC supports investigators through both cutting-edge

More information

Diagnostic Accuracy of Two Faecal Calprotectin Immunoassays

Diagnostic Accuracy of Two Faecal Calprotectin Immunoassays Diagnostic Accuracy of Two Faecal Calprotectin Immunoassays Karin Malíčková 1, Ivana Janatková 1, Dana Ďuricová 1,2, Martin Bortlík 2, Milan Lukáš 1,2 1 Institute of Medical Biochemistry and Laboratory

More information

SPM 8.2. Salford Predictive Modeler

SPM 8.2. Salford Predictive Modeler SPM 8.2 Salford Predictive Modeler SPM 8.2 The SPM Salford Predictive Modeler software suite is a highly accurate and ultra-fast platform for developing predictive, descriptive, and analytical models from

More information

From Liquid Biopsy and FFPE Samples to Results

From Liquid Biopsy and FFPE Samples to Results www.autogen.com 774-233-3000 From Liquid Biopsy and FFPE Samples to Results Fully automated purification, reliable quantification and bisulfite conversion of cell-free circulating DNA and DNA from FFPE

More information

Classification of Cervical Cancer Dataset

Classification of Cervical Cancer Dataset Proceedings of the 2018 IISE Annual Conference K. Barker, D. Berry, C. Rainwater, eds. Classification of Cervical Cancer Dataset Abstract ID: 2423 Y. M. S. Al-Wesabi, Avishek Choudhury, Daehan Won Binghamton

More information

A Protein Secondary Structure Prediction Method Based on BP Neural Network Ru-xi YIN, Li-zhen LIU*, Wei SONG, Xin-lei ZHAO and Chao DU

A Protein Secondary Structure Prediction Method Based on BP Neural Network Ru-xi YIN, Li-zhen LIU*, Wei SONG, Xin-lei ZHAO and Chao DU 2017 2nd International Conference on Artificial Intelligence: Techniques and Applications (AITA 2017 ISBN: 978-1-60595-491-2 A Protein Secondary Structure Prediction Method Based on BP Neural Network Ru-xi

More information

DIAGNOSE AND TREAT WITH ANTIBODIES THAT RECOGNIZE NATIVE HUMAN PROTEIN EPITOPES IN BLOOD AND TISSUE

DIAGNOSE AND TREAT WITH ANTIBODIES THAT RECOGNIZE NATIVE HUMAN PROTEIN EPITOPES IN BLOOD AND TISSUE DIAGNOSE AND TREAT WITH ANTIBODIES THAT RECOGNIZE NATIVE HUMAN PROTEIN EPITOPES IN BLOOD AND TISSUE EXECUTIVE SUMMARY Oncologists reviewing blood and tissue test results face the same problems: Is the

More information

Cancer Informatics. Comprehensive Evaluation of Composite Gene Features in Cancer Outcome Prediction

Cancer Informatics. Comprehensive Evaluation of Composite Gene Features in Cancer Outcome Prediction Open Access: Full open access to this and thousands of other papers at http://www.la-press.com. Cancer Informatics Supplementary Issue: Computational Advances in Cancer Informatics (B) Comprehensive Evaluation

More information

Drug Discovery in Chemoinformatics Using Adaptive Neuro-Fuzzy Inference System

Drug Discovery in Chemoinformatics Using Adaptive Neuro-Fuzzy Inference System Drug Discovery in Chemoinformatics Using Adaptive Neuro-Fuzzy Inference System Kirti Kumari Dixit 1, Dr. Hitesh B. Shah 2 1 Information Technology, G.H.Patel College of Engineering, dixit.mahi@gmail.com

More information

Results: Conventional ELISA results demonstrated that sera from the experimentally infected mice contained higher antibody titers vs.

Results: Conventional ELISA results demonstrated that sera from the experimentally infected mice contained higher antibody titers vs. Development Of A Multiplex Serum-based Immunoassay For Early Diagnosis Of Deep Musculoskeletal Infection By Staphylococcus Aureus In A Clinical Pilot Of Infected Patients Vs. Non-infected Controls Kohei

More information

HLA antibody detection and kidney allocation within Eurotransplant

HLA antibody detection and kidney allocation within Eurotransplant Accepted Manuscript HLA antibody detection and kidney allocation within Eurotransplant Frans H.J. Claas, IIias I.N. Doxiadis PII: S0198-8859(09)00099-8 DOI: 10.1016/j.humimm.2009.04.010 Reference: HIM

More information

Introduction. CS482/682 Computational Techniques in Biological Sequence Analysis

Introduction. CS482/682 Computational Techniques in Biological Sequence Analysis Introduction CS482/682 Computational Techniques in Biological Sequence Analysis Outline Course logistics A few example problems Course staff Instructor: Bin Ma (DC 3345, http://www.cs.uwaterloo.ca/~binma)

More information

Disentangling Prognostic and Predictive Biomarkers Through Mutual Information

Disentangling Prognostic and Predictive Biomarkers Through Mutual Information Informatics for Health: Connected Citizen-Led Wellness and Population Health R. Randell et al. (Eds.) 2017 European Federation for Medical Informatics (EFMI) and IOS Press. This article is published online

More information

Appendix B. The Curriculum in Cytotechnology for Entry-level Competencies

Appendix B. The Curriculum in Cytotechnology for Entry-level Competencies Preface Information: Appendix B The Curriculum in Cytotechnology for Entry-level Competencies This Curriculum in Cytotechnology was developed by the CPRC with input from cytopathology professionals to

More information

3DCNN for Lung Nodule Detection And False Positive Reduction

3DCNN for Lung Nodule Detection And False Positive Reduction 3DCNN for Lung Nodule Detection And False Positive Reduction Ping An Technology (Shenzhen) Co.,Ltd, China WUTIANBO484@pingan.com.cn Abstract The diagnosis of pulmonary nodules can be roughly divided into

More information

Random forest for gene selection and microarray data classification

Random forest for gene selection and microarray data classification www.bioinformation.net Hypothesis Volume 7(3) Random forest for gene selection and microarray data classification Kohbalan Moorthy & Mohd Saberi Mohamad* Artificial Intelligence & Bioinformatics Research

More information

BIOINF/BENG/BIMM/CHEM/CSE 184: Computational Molecular Biology. Lecture 2: Microarray analysis

BIOINF/BENG/BIMM/CHEM/CSE 184: Computational Molecular Biology. Lecture 2: Microarray analysis BIOINF/BENG/BIMM/CHEM/CSE 184: Computational Molecular Biology Lecture 2: Microarray analysis Genome wide measurement of gene transcription using DNA microarray Bruce Alberts, et al., Molecular Biology

More information

Matrix Factorization-Based Data Fusion for Drug-Induced Liver Injury Prediction

Matrix Factorization-Based Data Fusion for Drug-Induced Liver Injury Prediction Matrix Factorization-Based Data Fusion for Drug-Induced Liver Injury Prediction Marinka Žitnik1 and Blaž Zupan 1,2 1 Faculty of Computer and Information Science, University of Ljubljana, Tržaška 25, 1000

More information

Bio-Plex suspension array system

Bio-Plex suspension array system Multiplex Assays Bio-Plex suspension array system tech note 6156 Composite Profiling of Angiogenic Factors Using Bio-Plex Pro Human Cancer Biomarker Panel 1 Richard Zimmerman, Tim Hamilton, Li Ma, and

More information

APPLICATION NOTE. MagMAX mirvana Total RNA Isolation Kit TaqMan Advanced mirna Assays

APPLICATION NOTE. MagMAX mirvana Total RNA Isolation Kit TaqMan Advanced mirna Assays APPLICATION NOTE MagMAX mirvana Total RNA Isolation Kit TaqMan Advanced mirna Assays A complete workflow for high-throughput isolation of serum mirnas and downstream analysis by qrt-pcr: application for

More information

Discriminant models for high-throughput proteomics mass spectrometer data

Discriminant models for high-throughput proteomics mass spectrometer data Proteomics 2003, 3, 1699 1703 DOI 10.1002/pmic.200300518 1699 Short Communication Parul V. Purohit David M. Rocke Center for Image Processing and Integrated Computing, University of California, Davis,

More information

COS 597c: Topics in Computational Molecular Biology. DNA arrays. Background

COS 597c: Topics in Computational Molecular Biology. DNA arrays. Background COS 597c: Topics in Computational Molecular Biology Lecture 19a: December 1, 1999 Lecturer: Robert Phillips Scribe: Robert Osada DNA arrays Before exploring the details of DNA chips, let s take a step

More information

Classification in Parkinson s disease. ABDBM (c) Ron Shamir

Classification in Parkinson s disease. ABDBM (c) Ron Shamir Classification in Parkinson s disease 1 Parkinson s Disease The 2nd most common neurodegenerative disorder Impairs motor skills, speech, smell, cognition 1-3 sick per 1 >1% in individuals aged above 7

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

Advancing Manufacturing for Advanced Therapies

Advancing Manufacturing for Advanced Therapies Advancing Manufacturing for Advanced Therapies Peter Marks, MD, PhD Center For Biologics Evaluation and Research, FDA CASSS Cell & Gene Therapy Symposium July 10, 2018 Overview Cell and gene therapy products

More information

REPEATABILITY, REPRODUCIBILITY AND ANALYTIC STANDARDS FOR BIOMARKER DEVELOPMENT

REPEATABILITY, REPRODUCIBILITY AND ANALYTIC STANDARDS FOR BIOMARKER DEVELOPMENT REPEATABILITY, REPRODUCIBILITY AND ANALYTIC STANDARDS FOR BIOMARKER DEVELOPMENT ABBAS BANDUKWALA BIOMARKER QUALIFICATION PROGRAM ABBAS.BANDUKWALA@FDA.HHS.GOV May 17, 2018 1 Disclaimer This presentation

More information

Bio-Plex suspension array system

Bio-Plex suspension array system Multiplex Assays Bio-Plex suspension array system tech note 64 Profiling of Human, Canine, and Rat Urine Samples Using Bio-Plex Pro RBM Kidney Toxicity Assays L. Stephen, H. Schnaars, K. Marshall, H. Akey,

More information

Process and guidelines for applications for approval of trials involving gene and other biotechnology therapies. November 2015

Process and guidelines for applications for approval of trials involving gene and other biotechnology therapies. November 2015 Process and guidelines for applications for approval of trials involving gene and other biotechnology therapies November 2015 HRC Gene Technology Advisory Committee For further information contact: Professor

More information

Practical Applications of Immunology (Chapter 18) Lecture Materials for Amy Warenda Czura, Ph.D. Suffolk County Community College Eastern Campus

Practical Applications of Immunology (Chapter 18) Lecture Materials for Amy Warenda Czura, Ph.D. Suffolk County Community College Eastern Campus Practical Applications of Immunology (Chapter 18) Lecture Materials for Amy Warenda Czura, Ph.D. Suffolk County Community College Eastern Campus Primary Source for figures and content: Tortora, G.J. Microbiology

More information

Quantum Dots and Carbon Nanotubes in Cancer diagnose EE453 Project Report submitted by Makram Abd El Qader

Quantum Dots and Carbon Nanotubes in Cancer diagnose EE453 Project Report submitted by Makram Abd El Qader Quantum Dots and Carbon Nanotubes in Cancer diagnose EE453 Project Report submitted by Makram Abd El Qader abdelqad@unlv.nevada.edu, Fall 2008 Abstract On the basis of research and cancer medical treatment,

More information

Specimen by Immunoassay

Specimen by Immunoassay SCID Detection in the Guthrie Specimen by Immunoassay By David Janik Wadsworth Center Division of Translational Medicine Albany, NY SCID Screening Challenge Detection of SCID in a single 3mm punch (1.5

More information

An Empirical Study on the Relevance of Renewable Energy Forecasting Methods

An Empirical Study on the Relevance of Renewable Energy Forecasting Methods Robert Ulbricht, Anna Thoß, Hilko Donker, Gunter Gräfe and Wolfgang Lehner An Empirical Study on the Relevance of Renewable Energy Forecasting Methods 2 Motivation Traditional demand-focus in the energy

More information

REVIEW ON PREDICTION OF CHRONIC KIDNEY DISEASE USING DATA MINING TECHNIQUES

REVIEW ON PREDICTION OF CHRONIC KIDNEY DISEASE USING DATA MINING TECHNIQUES Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Gene expression connectivity mapping and its application to Cat-App

Gene expression connectivity mapping and its application to Cat-App Gene expression connectivity mapping and its application to Cat-App Shu-Dong Zhang Northern Ireland Centre for Stratified Medicine University of Ulster Outline TITLE OF THE PRESENTATION Gene expression

More information

A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG 1, Hong-Yu FU 1

A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG 1, Hong-Yu FU 1 International Conference on Management Science and Management Innovation (MSMI 2014) A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG

More information

UK Biobank Past, Present, and Future

UK Biobank Past, Present, and Future UK Biobank Past, Present, and Future November 2018 Recruitment & Collection Data Access & Enhancement Specification & Definition Study Conceived Development Prospective study of 500,000 people aged 40-69

More information

Today. Last time. Lecture 5: Discrimination (cont) Jane Fridlyand. Oct 13, 2005

Today. Last time. Lecture 5: Discrimination (cont) Jane Fridlyand. Oct 13, 2005 Biological question Experimental design Microarray experiment Failed Lecture : Discrimination (cont) Quality Measurement Image analysis Preprocessing Jane Fridlyand Pass Normalization Sample/Condition

More information

Effective Use of Combination of Lung Malignity Markers

Effective Use of Combination of Lung Malignity Markers Effective Use of Combination of Lung Malignity Markers Jan Mocak 1,2 1 Department of Analytical Chemistry, Faculty of Chemical and Food Technology, Slovak University of Technology, Bratislava, Slovakia

More information

Multi-SNP Models for Fine-Mapping Studies: Application to an. Kallikrein Region and Prostate Cancer

Multi-SNP Models for Fine-Mapping Studies: Application to an. Kallikrein Region and Prostate Cancer Multi-SNP Models for Fine-Mapping Studies: Application to an association study of the Kallikrein Region and Prostate Cancer November 11, 2014 Contents Background 1 Background 2 3 4 5 6 Study Motivation

More information

Stealing Fire: A Retrospective Survey of Biotechnology Patent Claims in the Wake of the U.S. Supreme Court s Mayo v. Prometheus Decision

Stealing Fire: A Retrospective Survey of Biotechnology Patent Claims in the Wake of the U.S. Supreme Court s Mayo v. Prometheus Decision Stealing Fire: A Retrospective Survey of Biotechnology Patent Claims in the Wake of the U.S. Supreme Court s Mayo v. Prometheus Decision Elizabeth J. Haanes, Ph.D.,J.D., and Jaume M. Cànaves, Ph.D., J.D.

More information

Efforts to Improve Data Transparency at the JBC

Efforts to Improve Data Transparency at the JBC Efforts to Improve Data Transparency at the JBC Roger J. Colbran Associate Editor Credit: Amanda Fosang, Associate Editor 2 Why Improve Transparency? Irreproducibility of pre-clinical studies Negative

More information

Application of Decision Trees in Mining High-Value Credit Card Customers

Application of Decision Trees in Mining High-Value Credit Card Customers Application of Decision Trees in Mining High-Value Credit Card Customers Jian Wang Bo Yuan Wenhuang Liu Graduate School at Shenzhen, Tsinghua University, Shenzhen 8, P.R. China E-mail: gregret24@gmail.com,

More information

Integrating natural language processing and machine learning algorithms to categorize oncologic response in radiology reports

Integrating natural language processing and machine learning algorithms to categorize oncologic response in radiology reports Integrating natural language processing and machine learning algorithms to categorize oncologic response in radiology reports Po-Hao Chen, MD MBA Hanna Zafar, MD Tessa S. Cook, MD PhD Roadmap Background

More information

DepoVax TM : A novel delivery formulation for cancer immunotherapy and infectious disease vaccines

DepoVax TM : A novel delivery formulation for cancer immunotherapy and infectious disease vaccines DepoVax TM : A novel delivery formulation for cancer immunotherapy and infectious disease vaccines May 10, 2017 The DepoVax Platform A patented oil-based formulation NOT an adjuvant Creates powerful vaccines

More information

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

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

More information

Cytomics in Action: Cytokine Network Cytometry

Cytomics in Action: Cytokine Network Cytometry Cytomics in Action: Cytokine Network Cytometry Jonni S. Moore, Ph.D. Director, Clinical and Research Flow Cytometry and PathBioResource Associate Professor of Pathology & Laboratory Medicine University

More information

Development, Optimization and Validation of Luminex based cytokine assays

Development, Optimization and Validation of Luminex based cytokine assays Introduction Luminex is a fluorescence covalent microbead immunosorbent assay, in which up to 500 analytes can be multiplexed in a single well. The advantages of Multiplexed bead- based immunoassays, which

More information

Peptide libraries: applications, design options and considerations. Laura Geuss, PhD May 5, 2015, 2:00-3:00 pm EST

Peptide libraries: applications, design options and considerations. Laura Geuss, PhD May 5, 2015, 2:00-3:00 pm EST Peptide libraries: applications, design options and considerations Laura Geuss, PhD May 5, 2015, 2:00-3:00 pm EST Overview 1 2 3 4 5 Introduction Peptide library basics Peptide library design considerations

More information

Biomarkers in Biochips and Microarrays: Innovative Technologies, Growth Opportunities and Future Market Outlook

Biomarkers in Biochips and Microarrays: Innovative Technologies, Growth Opportunities and Future Market Outlook Biomarkers in Biochips and Microarrays: Innovative Technologies, Growth Opportunities and Future Market Outlook Introduction The report provides a strategic insight into the use of biomarkers in biochip

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

CA125 (Human) ELISA Kit

CA125 (Human) ELISA Kit CA125 (Human) ELISA Kit Catalog Number KA0205 96 assays Version: 02 Intended for research use only www.abnova.com Table of Contents Introduction... 3 Intended Use... 3 Background... 3 Principle of the

More information

DNA Studies (Genetic Studies) Disclosure Statement. Definition of Genomics. Outline. Immediate Present and Near Future

DNA Studies (Genetic Studies) Disclosure Statement. Definition of Genomics. Outline. Immediate Present and Near Future Advances in Genetic Marker Evaluation Prior to Vascular Access Creation Timmy Lee, M.D., M.S.P.H., F.A.C.P., F.A.S.N. Assistant Professor of Medicine Division of Nephrology and Hypertension University

More information

Data Mining to Aid Beam Angle Selection for IMRT

Data Mining to Aid Beam Angle Selection for IMRT Data Mining to Aid Beam Angle Selection for IMRT Stuart Price-University of Maryland Howard Zhang- University of Maryland School of Medicine Bruce Golden- University of Maryland Edward Wasil- American

More information

Better Marketing Analytics Using Genetic Algorithms. Doug Newell Genalytics Inc. June 2005

Better Marketing Analytics Using Genetic Algorithms. Doug Newell Genalytics Inc. June 2005 Better Marketing Analytics Using Genetic Algorithms Doug Newell Genalytics Inc. June 2005 Today s Session Direct Marketing Today Predictive Modeling Techniques Building Models with Genetic Algorithms 2

More information

3 Ways to Improve Your Targeted Marketing with Analytics

3 Ways to Improve Your Targeted Marketing with Analytics 3 Ways to Improve Your Targeted Marketing with Analytics Introduction Targeted marketing is a simple concept, but a key element in a marketing strategy. The goal is to identify the potential customers

More information

DNA Gene Expression Classification with Ensemble Classifiers Optimized by Speciated Genetic Algorithm

DNA Gene Expression Classification with Ensemble Classifiers Optimized by Speciated Genetic Algorithm DNA Gene Expression Classification with Ensemble Classifiers Optimized by Speciated Genetic Algorithm Kyung-Joong Kim and Sung-Bae Cho Department of Computer Science, Yonsei University, 134 Shinchon-dong,

More information