A Robust Method for Identifying Mutated Driver Pathways in Cancer

Size: px
Start display at page:

Download "A Robust Method for Identifying Mutated Driver Pathways in Cancer"

Transcription

1 , pp A Robust Method for Identifying Mutated Driver Pathways in Cancer Can-jun Hu and Shu-Lin Wang * College of computer science and electronic engineering, Hunan University, Changsha, Hunan, , China Abstract. The recent research in genome sequencing shows that the somatic mutation is an important factor that might lead to cancer development. The mutational heterogeneity complicates the work to distinguish functional mutations from sporadic, passenger mutations. To find cancer-related genes from these mutation data, it is crucial to distinguish driver mutation from passenger mutation. In this study, a Chaos and Multi-population Genetic Algorithm (CMGA) is applied to solve the maximum weight submatrix problem to find important mutated driver pathways. Compared with the methods De novo Driver Exclusivity (Dendrix) and Genetic Algorithm (GA), CMGA performs more efficiently on the simulated and several real mutation datasets, More importantly, CMGA is a most robust method among these approaches, and the pathways that are known to be important in these cancers are successfully rediscovered. Keywords: genetic algorithm; driver pathway; driver gene; submatrix problem. 1 Introduction As we know, infinite proliferation of cells occurred by somatic mutation is a feature of cancer cells, in which cancer cells can spread to others through blood circulation and lymphatic system [1]. Generally, these somatic mutations can be divided into two types: passenger mutation and driver mutation. How to identify driver genes from passenger genes become crucial problem, which can be transformed into solving maximum weight submatrix problem. Vandin et al. designed the De novo Driver Exclusivity (Dendrix) method to identify the driver genes and pathways with high coverage and mutual exclusivity feature [2]. In recent years, several methods such as the Markov chain Monte Carlo (MCMC) and the Simple Genetic Algorithm (SGA) have been applied to solve the maximum weight submatrix problem [2, 3,4]. The two methods are easily trapped in local optimal solution, and the experimental results are not stable. Additionally, there exists the premature phenomenon and slow convergence deficiencies in SGA method. In order to overcome the problem, a method called Chaos and Multi-population Genetic Algorithm (CMGA) is designed to improve the stability of experimental results. At first, we generate populations with chaos algorithm to improve the population diversity and avoid the premature phenomenon. Then the Multi-population Genetic Algorithm divides populations into subpopulations. Among the subpopulations, the information of subpopulations can be exchanged through *Corresponding author, address: smartforesting@gmail.com ISSN: ASTL Copyright 2016 SERSC

2 immigration. For example, some excellent individuals can be exchanged among the subpopulations to increase population diversity. Meanwhile, by importing the Chaos Operator, it has overcome the defect of precocity in SGA, for its particularly inherent randomness and ergodicity to avoid the local optimization. 2 Methods 2.1 Problem description As Vandin et al. introduced, we can identify the driver genes in m n binary mutation matrix A with two features: high coverage and mutual exclusivity. They defined the coverage overlap as follow: W(M) = Γ(M) ω(m) = 2 Γ(M) gεm Γ(g) (1) The maximum weight submatrix problem, which is a NP-hard problem, turn into measuring the trade-off between coverage and exclusivity. Γ(g) = *i: A ig = 1+ means the corresponding gene g is mutated in the matrix. Similarly, for a set M of genes, Γ(M) = gεm Γ(g) denote the set of patients in which at least one of genes in M is mutated and W(M) measures the coverage overlap of M [2]. As a result, the solution of the problem turns to be finding a submatix with higher weight value W. 2.2 Main process of CMGA The basic idea of Chaos optimization algorithm is that the chaos variables are mapped to the values of optimization variables. When the chaos variables are put into practice to achieve chaos optimal search, there is no doubt that this algorithm will be much more superior to random search. The migration model divides the populations into multiple subpopulations and it is a divide and conquer algorithm. For a certain number of generations, these subpopulations evolve independently from each other and then the migration will be distributed between the subpopulations. Selection means which individuals are chosen for mating or recombination and it is a prepare progress for mutation. After recombination every offspring will be mutated in a low probability. We randomly alter one variable value with 1 to 0 and another variable value with 0 to 1 oppositely. 3 Experiments 3.1 Simulated mutation data Three approaches CMGA, SGA and Dendrix are performed on simulated data to evaluate their performance. However, due to the stochastic of these approaches, it is difficult to get the stable results in a run. So we define two features: average score and well-run (the run of an approach that can find the max weight pathway) to measure the stability and performance of these approaches. Average sore (Z) is the result of dividing the sum of max weight value by total runs (N), m represents the sum of max Copyright 2016 SERSC 393

3 pathways in a run. In our experiments, the results can be divided into two situations according to the number of pathways with max weight value: single pathway case and multi pathways case. Average score feature adapts to both cases mentioned above: Z = j N( m W ) (2) N While the other way is counting the well-runs of one known pathway with plenty of runs, which is applicable for the single max weight case. In order to guarantee the fair comparison, the sum of individuals should be set to equal value. We repeat these experiments many times using different approaches and the experimental results are shown in Table 1. Table 1. Average score of each method on simulated data.n represents the runs of program in a test. S=48 is corresponding to multi pathway case, S=90 is single pathway case. N (runs) Average score Z (S=48) Average score Z(S=90) Dendrix SGA CMGA Dendrix SGA CMGA Table 1 shows the comparison of Dendrix, SGA and CMGA on simulated mutation data in different data structure (S is the number of rows in data). We compare the average score of these methods varied with the number of runs. Firstly, we can see that the value of our method is higher than others, which shows that our method can identify the pathway more efficiently. Secondly, we find that CMGA can identify the max weight pathway with great probability in the smaller sample sets, while other two methods often could not find the solution. For example, we identify a pathway whose max weight value W is 35 when S=48 and find a pathway whose max weight value equals to 58 when S=90, while Dendrix could not get it. Fig. 1. Well-runs of Dendrix, SGA, and CMGA vary with runs from 10 to 3000 with different data structure(s). N: runs of program (A) S=48,corresponding the multi pathways case (B) S=90,single way case 394 Copyright 2016 SERSC

4 Fig. 1 shows the number of well-runs varied with different number of runs. For example, if we run the program 50 times, and we find 36 of them can identify the max pathway, the 36 times are taken as well-runs. Experimental results indicate that CMGA perform the best. In summary, when S is large, the corresponding well-runs will be higher. As shown in Fig. 1, the results shown in subplot B is larger than subplot A. In addition, when S is small, CMGA also can identify max weight pathways with high performance. Such phenomenon lies in the instability of MCMC and SGA. Therefore, we can conclude that our method CMGA is a much more robust method for identifying driver pathway in cancer. 3.2 Cancer mutation data: Lung cancer We also apply CMGA to lung cancer data, HNSCC data and GBM data. The lung data is consists of 163 rows and 346 columns after preprocessing[2]. We compared the average score and well-run feature for each method. From table 2, the results are similar as before and show that these methods run with good performance. When the parameter k (k is the columns of matrix) is set as 3, the max weight value in our experiments is 32. The performance in these methods is close. Because on the one hand, the data size is small, on the other hand, the max weight pathway is single. From table 2, the results are similar to results on the data before. Here when we set S =120, and find CMGA can identify 7 or 8 max weight pathways. SGA can identify 6 pathways on average. From another aspect we deduce that CMGA are applicable to different cancer data. Some results are described below. Fig. 2 shows part of pathway in lung cancer. The gene sets (EGFR, KRAS, and STK11) and (ATM, TP53) can be identified easily. When we remove famous gene sets (EGFR, STK11, KRAS, ATM, TP53) and set k=5(k is number of genes in M), we identify a pathway (CDKN2A, GNAS, LRP1B, NF1 and NTRK3) whose weight value is 44. CDKN2A and NTRK3 are driver genes in lung cancer to control cell cycle [5]. GNAS play an important role in calcium signaling pathway. NF1 can lead to neurofibromatosis. 3.3 Cancer mutation data: Head and neck squamous cell carcinoma Head and neck squamous cell carcinoma (HNSCC) is the sixth most common deadly cancer in the world. The survival rates for many HNSCC patients have made little increase over the past 40 years [6]. This mutation data matrix includes 74 rows and 4920 columns. Some significantly mutated genes had previously been detected in HNSCC data, such as TP53, TTN, and CDKN2A. TP53 and TTN are mutated in the majority (46/74), (23/74) of samples respectively [4]. Therefore we remove the genes TP53 and TTN because of the prevalence of mutation. When k=3, we get gene set (CDKN2A, PCLO, SYNE1). SYNE1 was observed in 8% of HNSCC samples, it have been implicated in the regulation of nuclear polarity. PCLO mutation was seen in 12% of cases, and it is important for terminal squamous differentiation [6]. When k=7, we got the max weight W=46. CMGA can identify 7 optimal pathways. NOTCH1 mutations have been reported that it occurs in 10% to 15% of HNSCC [7]. As we did above, Many experiments have been made on HNSCC data. Unlike Copyright 2016 SERSC 395

5 CDKN2A MDM2 MDM-X Cell Cycle TP53 CHK2 ATM Fig. 2. Part of cell cycle pathway in lung cancer Table 2. Average score of each method on Lung cancer vary with runs when S=120 N (runs) Average score Z (S=120) Dendrix SGA CMGA the results on lung cancer data, the performance of these methods is similar to the results on simulated data. Because the HNSCC data is large, so the search space is large. With the increase of runs, CMGA also can obtain the higher performance. These demonstrate that the performance of CMGA method is efficient. 3.4 Cancer mutation data: Glioblastoma We also made same experiments on HNSCC data. The glioblastoma dataset is downloaded from TCGA (2008) which includes 90 rows and 1126 columns. Here we compare tests mainly in different data sets(s). Similarly, CMGA can run with the highest score, while the Dendrix run with the lowest results and it depends more on the data size. For example, when the data structure S=45, the CMGA s performance is much better than other methods. In other words, this phenomenon shows CMGA is also efficient despite the data size is small. In addition, It is a good idea that we identify more feasible solutions as soon as possible, and solve it with additional information, such as express data [4]. In real mutation data, there are multiple optimal solutions. In addition, because of the noise in the data or other factors, the most optimal solution may not be the best one in biological mutation data. So we should identify more feasible solutions as soon as possible. 4 Conclusions This study mainly focused on some of the challenges in finding driver mutations and genes in cancer. We discuss several computational approaches that are used to detect somatic mutations and pathways in our research. As date sets are available from TCGA and other large-scale cancer sequencing projects, the rapid, precise computational identification of driver mutations is needed urgently. It could be an important step in determining patient prognosis and treatment. Dendrix is a Markov Chain Monte Carlo (MCMC) algorithm that samples sets of k genes according to their submatrix weight W. While the MCMC algorithm is not guaranteed to identify a gene set of optimal W in some cases. GA is a stochastic and flexible method that can be employed in combining other types of information, which can improve the ability of solving the maximum weight submatirx problem but easily *Corresponding author, address: smartforesting@gmail.com 396 Copyright 2016 SERSC

6 trapped in local solution. CMGA can also produce sets M with strictly larger weight. On the whole, there are a variety of cases this might occur. Firstly, there may be multiple gene sets with maximum weight on a run, while GA only finds part of them. Secondly, what the GA identified in a run may not be the optimal solution when considered in isolation or the algorithm is stochastic. While CMGA can basically find all of these feasible solutions on real somatic mutation data. As a result, CMGA is much more stable method for identifying driver pathway in cancer. Acknowledgements This research was supported by the National Natural Science Foundation of China (Grant Nos , and ) and the Collaboration and Innovation Center for Digital Chinese Medicine of 2011 Project of Colleges and Universities in Hunan Province. References 1. I. J. Fidler, "Timeline - The pathogenesis of cancer metastasis: the 'seed and soil' hypothesis revisited," Nature Reviews Cancer, vol. 3, pp , Jun F. Vandin, E. Upfal, and B. J. Raphael, "De novo discovery of mutated driver pathways in cancer," Genome Research, vol. 22, pp , Feb B. Vogelstein and K. W. Kinzler, "Cancer genes and the pathways they control," Nature Medicine, vol. 10, pp , Aug J. Zhao, S. Zhang, L. Y. Wu, and X. S. Zhang, "Efficient methods for identifying mutated driver pathways in cancer," Bioinformatics, vol. 28, pp , Nov M. K. Otnaess, S. Djurovic, L. M. Rimol, B. Kulle, A. K. Kahler, E. G. Jonsson, et al., "Evidence for a possible association of neurotrophin receptor (NTRK-3) gene polymorphisms with hippocampal function and schizophrenia," Neurobiology of Disease, vol. 34, pp , Jun N. Stransky, A. M. Egloff, A. D. Tward, A. D. Kostic, K. Cibulskis, A. Sivachenko, et al., "The Mutational Landscape of Head and Neck Squamous Cell Carcinoma," Science, vol. 333, pp , Aug W. Y. Sun, D. A. Gaykalova, M. F. Ochs, E. Mambo, D. Arnaoutakis, Y. Liu, et al., "Activation of the NOTCH Pathway in Head and Neck Cancer," Cancer Research, vol. 74, pp , Feb M. G. Kris, B. E. Johnson, D. J. Kwiatkowski, A. J. Iafrate, I. I. Wistuba, S. L. Aronson, et al., "Identification of driver mutations in tumor specimens from 1,000 patients with lung adenocarcinoma: The NCI's Lung Cancer Mutation Consortium (LCMC)," Journal of Clinical Oncology, vol. 29, Jun F. Vandin, E. Upfal, and B. J. Raphael, "Algorithms for Detecting Significantly Mutated Pathways in Cancer," Journal of Computational Biology, vol. 18, pp , Mar F. Vandin, E. Upfal, and B. J. Raphael, "Algorithms and Genome Sequencing: Identifying Driver Pathways in Cancer," Computer, vol. 45, pp , Mar G. Ciriello, E. Cerami, C. Sander, and N. Schultz, "Mutual exclusivity analysis identifies oncogenic network modules," Genome Research, vol. 22, pp , Feb A. Gonzalez-Perez and N. Lopez-Bigas, "Functional impact bias reveals cancer drivers," Nucleic Acids Research, vol. 40, Nov M. D. Leiserson, D. Blokh, R. Sharan, and B. J. Raphael, "Simultaneous identification of multiple driver pathways in cancer," PLoS Comput Biol, vol. 9, p. e , Copyright 2016 SERSC 397

Characteriza*on of Soma*c Muta*ons in Cancer Genomes

Characteriza*on of Soma*c Muta*ons in Cancer Genomes Characteriza*on of Soma*c Muta*ons in Cancer Genomes Ben Raphael Department of Computer Science Center for Computa*onal Molecular Biology Soma*c Muta*ons and Cancer Clonal Theory (Nowell 1976) Passenger

More information

Simultaneous Identification of Multiple Driver Pathways in Cancer

Simultaneous Identification of Multiple Driver Pathways in Cancer Simultaneous Identification of Multiple Driver Pathways in Cancer Mark D. M. Leiserson 1, Dima Blokh 2, Roded Sharan 2., Benjamin J. Raphael 1. * 1 Department of Computer Science and Center for Computational

More information

Identifying Mutated Core Modules in Glioblastoma by Integrative Network Analysis

Identifying Mutated Core Modules in Glioblastoma by Integrative Network Analysis Identifying Mutated Core Modules in Glioblastoma by Integrative Network Analysis Junhua Zhang, Shihua Zhang, Yong Wang, Junfei Zhao and Xiang-Sun Zhang National Center for Mathematics and Interdisciplinary

More information

Protein Domain-Centric Approach to Study Cancer Somatic Mutations from High-throughput Sequencing Studies

Protein Domain-Centric Approach to Study Cancer Somatic Mutations from High-throughput Sequencing Studies Protein Domain-Centric Approach to Study Cancer Somatic Mutations from High-throughput Sequencing Studies Dr. Maricel G. Kann Assistant Professor Dept of Biological Sciences UMBC 2 The term protein domain

More information

Integrating Genome and Functional Genomics Data to Reveal Perturbed Signaling Pathways in Ovarian Cancers

Integrating Genome and Functional Genomics Data to Reveal Perturbed Signaling Pathways in Ovarian Cancers Integrating Genome and Functional Genomics Data to Reveal Perturbed Signaling Pathways in Ovarian Cancers Songjian Lu, PhD, Xinghua Lu, MD. PhD Dept. Biomedical Informatics, Univ. Pittsburgh, PA 15232

More information

OncoPPi Portal A Cancer Protein Interaction Network to Inform Therapeutic Strategies

OncoPPi Portal A Cancer Protein Interaction Network to Inform Therapeutic Strategies OncoPPi Portal A Cancer Protein Interaction Network to Inform Therapeutic Strategies 2017 Contents Datasets... 2 Protein-protein interaction dataset... 2 Set of known PPIs... 3 Domain-domain interactions...

More information

Introduction to Cancer Bioinformatics and cancer biology. Anthony Gitter Cancer Bioinformatics (BMI 826/CS 838) January 20, 2015

Introduction to Cancer Bioinformatics and cancer biology. Anthony Gitter Cancer Bioinformatics (BMI 826/CS 838) January 20, 2015 Introduction to Cancer Bioinformatics and cancer biology Anthony Gitter Cancer Bioinformatics (BMI 826/CS 838) January 20, 2015 Why cancer bioinformatics? Devastating disease, no cure on the horizon Major

More information

Understanding Genotype- Phenotype relations in Cancer via Network Approaches

Understanding Genotype- Phenotype relations in Cancer via Network Approaches AlgoCSB Algorithmic Methods in Computational and Systems Biology Understanding Genotype- Phenotype relations in Cancer via Network Approaches Teresa Przytycka NIH / NLM / NCBI Phenotypes Journal Wisla

More information

Downregulation of serum mir-17 and mir-106b levels in gastric cancer and benign gastric diseases

Downregulation of serum mir-17 and mir-106b levels in gastric cancer and benign gastric diseases Brief Communication Downregulation of serum mir-17 and mir-106b levels in gastric cancer and benign gastric diseases Qinghai Zeng 1 *, Cuihong Jin 2 *, Wenhang Chen 2, Fang Xia 3, Qi Wang 3, Fan Fan 4,

More information

Nature Methods: doi: /nmeth.3115

Nature Methods: doi: /nmeth.3115 Supplementary Figure 1 Analysis of DNA methylation in a cancer cohort based on Infinium 450K data. RnBeads was used to rediscover a clinically distinct subgroup of glioblastoma patients characterized by

More information

Next Generation Sequencing in Clinical Practice: Impact on Therapeutic Decision Making

Next Generation Sequencing in Clinical Practice: Impact on Therapeutic Decision Making Next Generation Sequencing in Clinical Practice: Impact on Therapeutic Decision Making November 20, 2014 Capturing Value in Next Generation Sequencing Symposium Douglas Johnson MD, MSCI Vanderbilt-Ingram

More information

Predicting Kidney Cancer Survival from Genomic Data

Predicting Kidney Cancer Survival from Genomic Data Predicting Kidney Cancer Survival from Genomic Data Christopher Sauer, Rishi Bedi, Duc Nguyen, Benedikt Bünz Abstract Cancers are on par with heart disease as the leading cause for mortality in the United

More information

Should novel molecular therapies replace old knowledge of clinical tumor biology?

Should novel molecular therapies replace old knowledge of clinical tumor biology? Should novel molecular therapies replace old knowledge of clinical tumor biology? Danai Daliani, M.D. Director, 1 st Oncology Clinic Euroclinic of Athens Cancer Treatments Localized disease Surgery XRT

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 1.1 Motivation and Goals The increasing availability and decreasing cost of high-throughput (HT) technologies coupled with the availability of computational tools and data form a

More information

Cancer troublemakers: a tale of usual suspects and novel villains

Cancer troublemakers: a tale of usual suspects and novel villains Cancer troublemakers: a tale of usual suspects and novel villains Abel González-Pérez and Núria López-Bigas Biomedical Genomics Group Lab web: http://bg.upf.edu Driver genes/mutations: the troublemakers

More information

MEDICAL POLICY. SUBJECT: GENOTYPING - RAS MUTATION ANALYSIS IN METASTATIC COLORECTAL CANCER (KRAS/NRAS) POLICY NUMBER: CATEGORY: Laboratory

MEDICAL POLICY. SUBJECT: GENOTYPING - RAS MUTATION ANALYSIS IN METASTATIC COLORECTAL CANCER (KRAS/NRAS) POLICY NUMBER: CATEGORY: Laboratory MEDICAL POLICY Clinical criteria used to make utilization review decisions are based on credible scientific evidence published in peer reviewed medical literature generally recognized by the medical community.

More information

Bayesian Bi-Cluster Change-Point Model for Exploring Functional Brain Dynamics

Bayesian Bi-Cluster Change-Point Model for Exploring Functional Brain Dynamics Int'l Conf. Bioinformatics and Computational Biology BIOCOMP'18 85 Bayesian Bi-Cluster Change-Point Model for Exploring Functional Brain Dynamics Bing Liu 1*, Xuan Guo 2, and Jing Zhang 1** 1 Department

More information

NGS in Cancer Pathology After the Microscope: From Nucleic Acid to Interpretation

NGS in Cancer Pathology After the Microscope: From Nucleic Acid to Interpretation NGS in Cancer Pathology After the Microscope: From Nucleic Acid to Interpretation Michael R. Rossi, PhD, FACMG Assistant Professor Division of Cancer Biology, Department of Radiation Oncology Department

More information

Dr Yvonne Wallis Consultant Clinical Scientist West Midlands Regional Genetics Laboratory

Dr Yvonne Wallis Consultant Clinical Scientist West Midlands Regional Genetics Laboratory Dr Yvonne Wallis Consultant Clinical Scientist West Midlands Regional Genetics Laboratory Personalised Therapy/Precision Medicine Selection of a therapeutic drug based on the presence or absence of a specific

More information

Osamu Tetsu, MD, PhD Associate Professor Department of Otolaryngology-Head and Neck Surgery School of Medicine, University of California, San

Osamu Tetsu, MD, PhD Associate Professor Department of Otolaryngology-Head and Neck Surgery School of Medicine, University of California, San Osamu Tetsu, MD, PhD Associate Professor Department of Otolaryngology-Head and Neck Surgery School of Medicine, University of California, San Francisco Lung Cancer Classification Pathological Classification

More information

Clinical Grade Genomic Profiling: The Time Has Come

Clinical Grade Genomic Profiling: The Time Has Come Clinical Grade Genomic Profiling: The Time Has Come Gary Palmer, MD, JD, MBA, MPH Senior Vice President, Medical Affairs Foundation Medicine, Inc. Oct. 22, 2013 1 Why We Are Here A Shared Vision At Foundation

More information

Visualizing Cancer Heterogeneity with Dynamic Flow

Visualizing Cancer Heterogeneity with Dynamic Flow Visualizing Cancer Heterogeneity with Dynamic Flow Teppei Nakano and Kazuki Ikeda Keio University School of Medicine, Tokyo 160-8582, Japan keiohigh2nd@gmail.com Department of Physics, Osaka University,

More information

Comparing Multifunctionality and Association Information when Classifying Oncogenes and Tumor Suppressor Genes

Comparing Multifunctionality and Association Information when Classifying Oncogenes and Tumor Suppressor Genes 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Discovery of co-occurring driver pathways in cancer

Discovery of co-occurring driver pathways in cancer Zhang et al. BMC Bioinformatics 2014, 15:271 METHODOLOGY ARTICLE Open Access Discovery of co-occurring driver pathways in cancer Junhua Zhang *, Ling-Yun Wu, Xiang-Sun Zhang and Shihua Zhang * Abstract

More information

Presenter: Lee Sael Collaborative work with POSTECH DM Lab. (Hwanjo Yu & Sungchul Kim) ORTHOGONAL NMF-BASED TOP-K PATIENT MUTATION PROFILE SEARCHING

Presenter: Lee Sael Collaborative work with POSTECH DM Lab. (Hwanjo Yu & Sungchul Kim) ORTHOGONAL NMF-BASED TOP-K PATIENT MUTATION PROFILE SEARCHING 인공지능최근동향워크샵 (KCC2016) 2016-06-29 Presenter: Lee Sael Collaborative work with POSTECH DM Lab. (Hwanjo Yu & Sungchul Kim) ORTHOGONAL NMF-BASED TOP-K PATIENT MUTATION PROFILE SEARCHING Ref. Publication: Kim,

More information

The 16th KJC Bioinformatics Symposium Integrative analysis identifies potential DNA methylation biomarkers for pan-cancer diagnosis and prognosis

The 16th KJC Bioinformatics Symposium Integrative analysis identifies potential DNA methylation biomarkers for pan-cancer diagnosis and prognosis The 16th KJC Bioinformatics Symposium Integrative analysis identifies potential DNA methylation biomarkers for pan-cancer diagnosis and prognosis Tieliu Shi tlshi@bio.ecnu.edu.cn The Center for bioinformatics

More information

Identification of Neuroimaging Biomarkers

Identification of Neuroimaging Biomarkers Identification of Neuroimaging Biomarkers Dan Goodwin, Tom Bleymaier, Shipra Bhal Advisor: Dr. Amit Etkin M.D./PhD, Stanford Psychiatry Department Abstract We present a supervised learning approach to

More information

Research Strategy: 1. Background and Significance

Research Strategy: 1. Background and Significance Research Strategy: 1. Background and Significance 1.1. Heterogeneity is a common feature of cancer. A better understanding of this heterogeneity may present therapeutic opportunities: Intratumor heterogeneity

More information

Glioblastoma pathophysiology: or a

Glioblastoma pathophysiology: or a Glioblastoma pathophysiology: A or a? M.J. van den Bent The Brain Tumor Center at Erasmus MC Cancer Center Rotterdam, the Netherlands Pathophysiology: pathophysiology seeks to explain the physiological

More information

The lymphoma-associated NPM-ALK oncogene elicits a p16ink4a/prb-dependent tumor-suppressive pathway. Blood Jun 16;117(24):

The lymphoma-associated NPM-ALK oncogene elicits a p16ink4a/prb-dependent tumor-suppressive pathway. Blood Jun 16;117(24): DNA Sequencing Publications Standard Sequencing 1 Carro MS et al. DEK Expression is controlled by E2F and deregulated in diverse tumor types. Cell Cycle. 2006 Jun;5(11) 2 Lassandro L et al. The DNA sequence

More information

Nature Genetics: doi: /ng Supplementary Figure 1. Mutational signatures in BCC compared to melanoma.

Nature Genetics: doi: /ng Supplementary Figure 1. Mutational signatures in BCC compared to melanoma. Supplementary Figure 1 Mutational signatures in BCC compared to melanoma. (a) The effect of transcription-coupled repair as a function of gene expression in BCC. Tumor type specific gene expression levels

More information

Inference of patient-specific pathway activities from multi-dimensional cancer genomics data using PARADIGM. Bioinformatics, 2010

Inference of patient-specific pathway activities from multi-dimensional cancer genomics data using PARADIGM. Bioinformatics, 2010 Inference of patient-specific pathway activities from multi-dimensional cancer genomics data using PARADIGM. Bioinformatics, 2010 C.J.Vaske et al. May 22, 2013 Presented by: Rami Eitan Complex Genomic

More information

EXAMPLE. - Potentially responsive to PI3K/mTOR and MEK combination therapy or mtor/mek and PKC combination therapy. ratio (%)

EXAMPLE. - Potentially responsive to PI3K/mTOR and MEK combination therapy or mtor/mek and PKC combination therapy. ratio (%) Dr Kate Goodhealth Goodhealth Medical Clinic 123 Address Road SUBURBTOWN NSW 2000 Melanie Citizen Referring Doctor Your ref Address Dr John Medico 123 Main Street, SUBURBTOWN NSW 2000 Phone 02 9999 9999

More information

Looking Beyond the Standard-of- Care : The Clinical Trial Option

Looking Beyond the Standard-of- Care : The Clinical Trial Option 1 Looking Beyond the Standard-of- Care : The Clinical Trial Option Terry Mamounas, M.D., M.P.H., F.A.C.S. Medical Director, Comprehensive Breast Program UF Health Cancer Center at Orlando Health Professor

More information

Bayesian additive decision trees of biomarker by treatment interactions for predictive biomarkers detection and subgroup identification

Bayesian additive decision trees of biomarker by treatment interactions for predictive biomarkers detection and subgroup identification Bayesian additive decision trees of biomarker by treatment interactions for predictive biomarkers detection and subgroup identification Wei Zheng Sanofi-Aventis US Comprehend Info and Tech Talk outlines

More information

Kelvin Chan Feb 10, 2015

Kelvin Chan Feb 10, 2015 Underestimation of Variance of Predicted Mean Health Utilities Derived from Multi- Attribute Utility Instruments: The Use of Multiple Imputation as a Potential Solution. Kelvin Chan Feb 10, 2015 Outline

More information

Multilevel IRT for group-level diagnosis. Chanho Park Daniel M. Bolt. University of Wisconsin-Madison

Multilevel IRT for group-level diagnosis. Chanho Park Daniel M. Bolt. University of Wisconsin-Madison Group-Level Diagnosis 1 N.B. Please do not cite or distribute. Multilevel IRT for group-level diagnosis Chanho Park Daniel M. Bolt University of Wisconsin-Madison Paper presented at the annual meeting

More information

Identifying Novel Targets for Non-Small Cell Lung Cancer Just How Novel Are They?

Identifying Novel Targets for Non-Small Cell Lung Cancer Just How Novel Are They? Identifying Novel Targets for Non-Small Cell Lung Cancer Just How Novel Are They? Dubovenko Alexey Discovery Product Manager Sonia Novikova Solution Scientist September 2018 2 Non-Small Cell Lung Cancer

More information

TTI-2341: A Novel Brain-Penetrant, Orally Available, Covalent EGFR Inhibitor for the Treatment of Brain Cancers

TTI-2341: A Novel Brain-Penetrant, Orally Available, Covalent EGFR Inhibitor for the Treatment of Brain Cancers TTI-2341: A Novel Brain-Penetrant, Orally Available, Covalent EGFR Inhibitor for the Treatment of Brain Cancers November 2017 2 EGFR is a Drug Target in Brain Cancer Epidermal growth factor receptor (EGFR)

More information

Cancer gene discovery via network analysis of somatic mutation data. Insuk Lee

Cancer gene discovery via network analysis of somatic mutation data. Insuk Lee Cancer gene discovery via network analysis of somatic mutation data Insuk Lee Cancer is a progressive genetic disorder. Accumulation of somatic mutations cause cancer. For example, in colorectal cancer,

More information

Application of Tree Structures of Fuzzy Classifier to Diabetes Disease Diagnosis

Application of Tree Structures of Fuzzy Classifier to Diabetes Disease Diagnosis , pp.143-147 http://dx.doi.org/10.14257/astl.2017.143.30 Application of Tree Structures of Fuzzy Classifier to Diabetes Disease Diagnosis Chang-Wook Han Department of Electrical Engineering, Dong-Eui University,

More information

IntelliGENSM. Integrated Oncology is making next generation sequencing faster and more accessible to the oncology community.

IntelliGENSM. Integrated Oncology is making next generation sequencing faster and more accessible to the oncology community. IntelliGENSM Integrated Oncology is making next generation sequencing faster and more accessible to the oncology community. NGS TRANSFORMS GENOMIC TESTING Background Cancers may emerge as a result of somatically

More information

Supplemental Information. Integrated Genomic Analysis of the Ubiquitin. Pathway across Cancer Types

Supplemental Information. Integrated Genomic Analysis of the Ubiquitin. Pathway across Cancer Types Cell Reports, Volume 23 Supplemental Information Integrated Genomic Analysis of the Ubiquitin Pathway across Zhongqi Ge, Jake S. Leighton, Yumeng Wang, Xinxin Peng, Zhongyuan Chen, Hu Chen, Yutong Sun,

More information

The Evolution of Cooperation: The Genetic Algorithm Applied to Three Normal- Form Games

The Evolution of Cooperation: The Genetic Algorithm Applied to Three Normal- Form Games The Evolution of Cooperation: The Genetic Algorithm Applied to Three Normal- Form Games Scott Cederberg P.O. Box 595 Stanford, CA 949 (65) 497-7776 (cederber@stanford.edu) Abstract The genetic algorithm

More information

Identification and clinical detection of genetic alterations of pre-neoplastic lesions Time for the PML ome? David Sidransky MD Johns Hopkins

Identification and clinical detection of genetic alterations of pre-neoplastic lesions Time for the PML ome? David Sidransky MD Johns Hopkins Identification and clinical detection of genetic alterations of pre-neoplastic lesions Time for the PML ome? David Sidransky MD Johns Hopkins February 3-5, 2016 Lansdowne Resort, Leesburg, VA Molecular

More information

Bayesian Logistic Regression Modelling via Markov Chain Monte Carlo Algorithm

Bayesian Logistic Regression Modelling via Markov Chain Monte Carlo Algorithm Journal of Social and Development Sciences Vol. 4, No. 4, pp. 93-97, Apr 203 (ISSN 222-52) Bayesian Logistic Regression Modelling via Markov Chain Monte Carlo Algorithm Henry De-Graft Acquah University

More information

LUNG CANCER. pathology & molecular biology. Izidor Kern University Clinic Golnik, Slovenia

LUNG CANCER. pathology & molecular biology. Izidor Kern University Clinic Golnik, Slovenia LUNG CANCER pathology & molecular biology Izidor Kern University Clinic Golnik, Slovenia 1 Pathology and epidemiology Small biopsy & cytology SCLC 14% NSCC NOS 4% 70% 60% 50% 63% 62% 61% 62% 59% 54% 51%

More information

Precision Genetic Testing in Cancer Treatment and Prognosis

Precision Genetic Testing in Cancer Treatment and Prognosis Precision Genetic Testing in Cancer Treatment and Prognosis Deborah Cragun, PhD, MS, CGC Genetic Counseling Graduate Program Director University of South Florida Case #1 Diana is a 47 year old cancer patient

More information

Circuits of cancer drivers revealed by convergent misregulation of transcription factor targets across tumor types

Circuits of cancer drivers revealed by convergent misregulation of transcription factor targets across tumor types Gonzalez-Perez Genome Medicine (2016) 8:6 DOI 10.1186/s13073-015-0260-1 RESEARCH Open Access Circuits of cancer drivers revealed by convergent misregulation of transcription factor targets across tumor

More information

Boosted PRIM with Application to Searching for Oncogenic Pathway of Lung Cancer

Boosted PRIM with Application to Searching for Oncogenic Pathway of Lung Cancer Boosted PRIM with Application to Searching for Oncogenic Pathway of Lung Cancer Pei Wang Department of Statistics Stanford University Stanford, CA 94305 wp57@stanford.edu Young Kim, Jonathan Pollack Department

More information

Targeted Agent and Profiling Utilization Registry (TAPUR ) Study. February 2018

Targeted Agent and Profiling Utilization Registry (TAPUR ) Study. February 2018 Targeted Agent and Profiling Utilization Registry (TAPUR ) Study February 2018 Precision Medicine Therapies designed to target the molecular alteration that aids cancer development 30 TARGET gene alterations

More information

Abstract. Optimization strategy of Copy Number Variant calling using Multiplicom solutions APPLICATION NOTE. Introduction

Abstract. Optimization strategy of Copy Number Variant calling using Multiplicom solutions APPLICATION NOTE. Introduction Optimization strategy of Copy Number Variant calling using Multiplicom solutions Michael Vyverman, PhD; Laura Standaert, PhD and Wouter Bossuyt, PhD Abstract Copy number variations (CNVs) represent a significant

More information

Matthew Smolkin, MD HCLD Medical Director Molecular Pathology Diagnostic Laboratory

Matthew Smolkin, MD HCLD Medical Director Molecular Pathology Diagnostic Laboratory Molecular Profiling Matthew Smolkin, MD HCLD Medical Director Molecular Pathology Diagnostic Laboratory Objectives Defining molecular profiling Technologies Why do we profile tumors? Current testing &

More information

Predictive Assays in Radiation Therapy

Predictive Assays in Radiation Therapy Outline Predictive Assays in Radiation Therapy Radiation Biology Introduction Early predictive assays Recent trends in predictive assays Examples for specific tumors Summary Lecture 4-23-2014 Introduction

More information

ARTICLE RESEARCH. Macmillan Publishers Limited. All rights reserved

ARTICLE RESEARCH. Macmillan Publishers Limited. All rights reserved Extended Data Figure 6 Annotation of drivers based on clinical characteristics and co-occurrence patterns. a, Putative drivers affecting greater than 10 patients were assessed for enrichment in IGHV mutated

More information

arxiv: v1 [cs.lg] 25 Jan 2016

arxiv: v1 [cs.lg] 25 Jan 2016 A new correlation clustering method for cancer mutation analysis Jack P. Hou 1,2,, Amin Emad 3,, Gregory J. Puleo 3, Jian Ma 1,4,*, and Olgica Milenkovic 3,* arxiv:1601.06476v1 [cs.lg] 25 Jan 2016 1 Department

More information

Expression of programmed death ligand-1 on tumor cells varies pre and post

Expression of programmed death ligand-1 on tumor cells varies pre and post Expression of programmed death ligand-1 on tumor cells varies pre and post chemotherapy in non-small cell lung cancer Jin Sheng 1,2,3,*, Wenfeng Fang 1,2,3,*, Juan Yu 3, Yunpeng Yang 1,2,3, Yuxiang Ma

More information

Description of Procedure or Service. Policy. Benefits Application

Description of Procedure or Service. Policy. Benefits Application Corporate Medical Policy KRAS, NRAS, BRAF Mutation Analysis and Related File Name: Origination: Last CAP Review: Next CAP Review: Last Review: kras_nras_braf_mutation_analysis_and_related_treatment_in_metastatic_colorectal_cancer

More information

Mapping by recurrence and modelling the mutation rate

Mapping by recurrence and modelling the mutation rate Mapping by recurrence and modelling the mutation rate Shamil Sunyaev Broad Institute of M.I.T. and Harvard Current knowledge is from Comparative genomics Experimental systems: yeast reporter assays Potential

More information

Comprehensive genomic analysis identifies alterations in head and neck c...

Comprehensive genomic analysis identifies alterations in head and neck c... 1 of 7 5/13/2013 11:16 AM Sign inregister Phys.org Main page Feature stories Weblog & Reports Archive Video Podcasts Follow us Facebook Twitter RSS feeds Mobile Apps iphone Android Medical Xpress (free)

More information

Neutral evolution in colorectal cancer, how can we distinguish functional from non-functional variation?

Neutral evolution in colorectal cancer, how can we distinguish functional from non-functional variation? in partnership with Neutral evolution in colorectal cancer, how can we distinguish functional from non-functional variation? Andrea Sottoriva Group Leader, Evolutionary Genomics and Modelling Group Centre

More information

Vicky Chen 1, John Paisley 2 and Xinghua Lu 1* From The Fifteenth Asia Pacific Bioinformatics Conference Shenzhen, China January 2017

Vicky Chen 1, John Paisley 2 and Xinghua Lu 1* From The Fifteenth Asia Pacific Bioinformatics Conference Shenzhen, China January 2017 The Author(s) BMC Genomics 2017, 18(Suppl 2):105 DOI 10.1186/s12864-017-3494-z RESEARCH Open Access Revealing common disease mechanisms shared by tumors of different tissues of origin through semantic

More information

GRANTS AND AWARDS: PUBLICATIONS: 2016: 2015: Journal of Molecular Cell Biology Journal bioinformatics and computational biology

GRANTS AND AWARDS: PUBLICATIONS: 2016: 2015: Journal of Molecular Cell Biology Journal bioinformatics and computational biology Chi Zhang Institute of Bioinformatics, A110, Davison Life Sciences Building, University of Georgia, 120 Green Street, Athens, GA, 30602 Phone: 706-206-9599, Email: chizhang@uga.edu Personal Web Page: http://csbl.bmb.uga.edu/~zhangchi

More information

Statistical Considerations for Novel Trial Designs: Biomarkers, Umbrellas and Baskets

Statistical Considerations for Novel Trial Designs: Biomarkers, Umbrellas and Baskets Statistical Considerations for Novel Trial Designs: Biomarkers, Umbrellas and Baskets Bibhas Chakraborty, PhD Centre for Quantitative Medicine, Duke-NUS March 29, 2015 Personalized or Precision Medicine

More information

Earlier Detection of Cervical Cancer from PAP Smear Images

Earlier Detection of Cervical Cancer from PAP Smear Images , pp.181-186 http://dx.doi.org/10.14257/astl.2017.147.26 Earlier Detection of Cervical Cancer from PAP Smear Images Asmita Ray 1, Indra Kanta Maitra 2 and Debnath Bhattacharyya 1 1 Assistant Professor

More information

Molecular Testing in Lung Cancer

Molecular Testing in Lung Cancer Molecular Testing in Lung Cancer Pimpin Incharoen, M.D. Assistant Professor, Thoracic Pathology Department of Pathology, Ramathibodi Hospital Genetic alterations in lung cancer Source: Khono et al, Trans

More information

Structural Variation and Medical Genomics

Structural Variation and Medical Genomics Structural Variation and Medical Genomics Andrew King Department of Biomedical Informatics July 8, 2014 You already know about small scale genetic mutations Single nucleotide polymorphism (SNPs) Deletions,

More information

Whole Genome and Transcriptome Analysis of Anaplastic Meningioma. Patrick Tarpey Cancer Genome Project Wellcome Trust Sanger Institute

Whole Genome and Transcriptome Analysis of Anaplastic Meningioma. Patrick Tarpey Cancer Genome Project Wellcome Trust Sanger Institute Whole Genome and Transcriptome Analysis of Anaplastic Meningioma Patrick Tarpey Cancer Genome Project Wellcome Trust Sanger Institute Outline Anaplastic meningioma compared to other cancers Whole genomes

More information

Novel treatments for SCC Andrés Felipe Cardona, MD MS PhD.

Novel treatments for SCC Andrés Felipe Cardona, MD MS PhD. Novel treatments for SCC Andrés Felipe Cardona, MD MS PhD. Clinical and Transla,onal Oncology Group Ins,tute of Oncology, Fundación Santa fe de Bogotá Clinical Epidemiology Cochrane Colombian Branch /

More information

LIFE SATISFACTION ANALYSIS FOR RURUAL RESIDENTS IN JIANGSU PROVINCE

LIFE SATISFACTION ANALYSIS FOR RURUAL RESIDENTS IN JIANGSU PROVINCE LIFE SATISFACTION ANALYSIS FOR RURUAL RESIDENTS IN JIANGSU PROVINCE Yang Yu 1 and Zhihong Zou 2 * 1 Dr., Beihang University, China, lgyuyang@qq.com 2 Prof. Dr., Beihang University, China, zouzhihong@buaa.edu.cn

More information

Reinforcement Learning in Steady-State Cellular Genetic Algorithms

Reinforcement Learning in Steady-State Cellular Genetic Algorithms Reinforcement Learning in Steady-State Cellular Genetic Algorithms Cin-Young Lee and Erik K. Antonsson Abstract A novel cellular genetic algorithm is developed to address the issues of good mate selection.

More information

Package CancerMutationAnalysis

Package CancerMutationAnalysis Type Package Package CancerMutationAnalysis Title Cancer mutation analysis Version 1.2.1 Author Giovanni Parmigiani, Simina M. Boca March 25, 2013 Maintainer Simina M. Boca Imports

More information

Evolution of Pathology

Evolution of Pathology 1 Traditional pathology Molecular pathology 2 Evolution of Pathology Gross Pathology Cellular Pathology Morphologic Pathology Molecular/Predictive Pathology Antonio Benivieni (1443-1502): First autopsy

More information

Cancer Cell Research 19 (2018)

Cancer Cell Research 19 (2018) Available at http:// www.cancercellresearch.org ISSN 2161-2609 LncRNA RP11-597D13.9 expression and clinical significance in serous Ovarian Cancer based on TCGA database Xiaoyan Gu 1, Pengfei Xu 2, Sujuan

More information

ANN predicts locoregional control using molecular marker profiles of. Head and Neck squamous cell carcinoma

ANN predicts locoregional control using molecular marker profiles of. Head and Neck squamous cell carcinoma ANN predicts locoregional control using molecular marker profiles of Head and Neck squamous cell carcinoma Final Project: 539 Dinesh Kumar Tewatia Introduction Radiotherapy alone or combined with chemotherapy,

More information

Clustered mutations of oncogenes and tumor suppressors.

Clustered mutations of oncogenes and tumor suppressors. Supplementary Figure 1 Clustered mutations of oncogenes and tumor suppressors. For each oncogene (red dots) and tumor suppressor (blue dots), the number of mutations found in an intramolecular cluster

More information

ERA: Architectures for Inference

ERA: Architectures for Inference ERA: Architectures for Inference Dan Hammerstrom Electrical And Computer Engineering 7/28/09 1 Intelligent Computing In spite of the transistor bounty of Moore s law, there is a large class of problems

More information

e-driver: A novel method to identify protein regions driving cancer Eduard Porta-Pardo 1, Adam Godzik 1,* 1

e-driver: A novel method to identify protein regions driving cancer Eduard Porta-Pardo 1, Adam Godzik 1,* 1 Original Paper e-driver: A novel method to identify protein regions driving cancer Eduard Porta-Pardo 1, Adam Godzik 1,* 1 Bioinformatics and Systems Biology Program, Sanford-Burnham Medical Research Institute,

More information

The Cancer Genome Atlas Pan-cancer analysis Katherine A. Hoadley

The Cancer Genome Atlas Pan-cancer analysis Katherine A. Hoadley The Cancer Genome Atlas Pan-cancer analysis Katherine A. Hoadley Department of Genetics Lineberger Comprehensive Cancer Center The University of North Carolina at Chapel Hill What is TCGA? The Cancer Genome

More information

Accepted Manuscript. Pancreatic Cancer Subtypes: Beyond Lumping and Splitting. Andrew J. Aguirre

Accepted Manuscript. Pancreatic Cancer Subtypes: Beyond Lumping and Splitting. Andrew J. Aguirre Accepted Manuscript Pancreatic Cancer Subtypes: Beyond Lumping and Splitting Andrew J. Aguirre PII: S0016-5085(18)35213-2 DOI: https://doi.org/10.1053/j.gastro.2018.11.004 Reference: YGAST 62235 To appear

More information

PROSTATE CANCER Importance of Molecular Characteristics in Support of Therapeutic Decisions

PROSTATE CANCER Importance of Molecular Characteristics in Support of Therapeutic Decisions PROSTATE CANCER Importance of Molecular Characteristics in Support of Therapeutic Decisions Outline Prognostic and diagnostic value of pathologic and molecular alterations in prostate cancer Current status

More information

Development of Carcinoma Pathways

Development of Carcinoma Pathways The Construction of Genetic Pathway to Colorectal Cancer Moriah Wright, MD Clinical Fellow in Colorectal Surgery Creighton University School of Medicine Management of Colon and Diseases February 23, 2019

More information

HIT ndrive: Multi-driver Gene Prioritization Based on Hitting Time

HIT ndrive: Multi-driver Gene Prioritization Based on Hitting Time HIT ndrive: Multi-driver Gene Prioritization Based on Hitting Time Raunak Shrestha 1,2,, Ermin Hodzic 3,, Jake Yeung 2,4,, Kendric Wang 2, Thomas Sauerwald 5, Phuong Dao 6, Shawn Anderson 2, Himisha Beltran

More information

Identifying driver mutations in sequenced cancer genomes: computational approaches to enable precision medicine

Identifying driver mutations in sequenced cancer genomes: computational approaches to enable precision medicine Raphael et al. Genome Medicine 2014, 6:5 REVIEW Identifying driver mutations in sequenced cancer genomes: computational approaches to enable precision medicine Benjamin J Raphael 1,2*, Jason R Dobson 1,2,3,

More information

Session 4 Rebecca Poulos

Session 4 Rebecca Poulos The Cancer Genome Atlas (TCGA) & International Cancer Genome Consortium (ICGC) Session 4 Rebecca Poulos Prince of Wales Clinical School Introductory bioinformatics for human genomics workshop, UNSW 28

More information

Genetic Algorithms and their Application to Continuum Generation

Genetic Algorithms and their Application to Continuum Generation Genetic Algorithms and their Application to Continuum Generation Tracy Moore, Douglass Schumacher The Ohio State University, REU, 2001 Abstract A genetic algorithm was written to aid in shaping pulses

More information

Overview of Cancer. Mylene Freires Advanced Nurse Practitioner, Haematology

Overview of Cancer. Mylene Freires Advanced Nurse Practitioner, Haematology Overview of Cancer Mylene Freires Advanced Nurse Practitioner, Haematology Aim of the Presentation Review basic concepts of cancer Gain some understanding of the socio-economic impact of cancer Order of

More information

Identification of Tissue Independent Cancer Driver Genes

Identification of Tissue Independent Cancer Driver Genes Identification of Tissue Independent Cancer Driver Genes Alexandros Manolakos, Idoia Ochoa, Kartik Venkat Supervisor: Olivier Gevaert Abstract Identification of genomic patterns in tumors is an important

More information

Supplementary Figure 1. Copy Number Alterations TP53 Mutation Type. C-class TP53 WT. TP53 mut. Nature Genetics: doi: /ng.

Supplementary Figure 1. Copy Number Alterations TP53 Mutation Type. C-class TP53 WT. TP53 mut. Nature Genetics: doi: /ng. Supplementary Figure a Copy Number Alterations in M-class b TP53 Mutation Type Recurrent Copy Number Alterations 8 6 4 2 TP53 WT TP53 mut TP53-mutated samples (%) 7 6 5 4 3 2 Missense Truncating M-class

More information

Improvement on ABDOM-Q d and its Application in Open-Source Community Software Defect Discovery Process

Improvement on ABDOM-Q d and its Application in Open-Source Community Software Defect Discovery Process Improvement on ABDOM-Q d and its Application in Open-Source Community Software Defect Discovery Process Zhitao He School of Computer Science and Engineering, Beihang University 100191, Beijing, China zhitaohe@vip.sina.com

More information

Characterization and significance of MUC1 and c-myc expression in elderly patients with papillary thyroid carcinoma

Characterization and significance of MUC1 and c-myc expression in elderly patients with papillary thyroid carcinoma Characterization and significance of MUC1 and c-myc expression in elderly patients with papillary thyroid carcinoma Y.-J. Hu 1, X.-Y. Luo 2, Y. Yang 3, C.-Y. Chen 1, Z.-Y. Zhang 4 and X. Guo 1 1 Department

More information

Bayesian Prediction Tree Models

Bayesian Prediction Tree Models Bayesian Prediction Tree Models Statistical Prediction Tree Modelling for Clinico-Genomics Clinical gene expression data - expression signatures, profiling Tree models for predictive sub-typing Combining

More information

Quantitative Radiomics System Decoding the Tumor Phenotype. John Quackenbush and Hugo Aerts

Quantitative Radiomics System Decoding the Tumor Phenotype. John Quackenbush and Hugo Aerts Quantitative Radiomics System Decoding the Tumor Phenotype John Quackenbush and Hugo Aerts The Radiomics Hypothesis The tumor s structural phenotype reflects its molecular and clinical properties. This

More information

Cancer Gene Extraction Based on Stepwise Regression

Cancer Gene Extraction Based on Stepwise Regression Mathematical Computation Volume 5, 2016, PP.6-10 Cancer Gene Extraction Based on Stepwise Regression Jie Ni 1, Fan Wu 1, Meixiang Jin 1, Yixing Bai 1, Yunfei Guo 1 1. Mathematics Department, Yanbian University,

More information

Unità Operativa di Oncologia Medica Direzione Scientifica Istituto Tumori Giovanni Paolo II Bari.

Unità Operativa di Oncologia Medica Direzione Scientifica Istituto Tumori Giovanni Paolo II Bari. Unità Operativa di Oncologia Medica Direzione Scientifica Istituto Tumori Giovanni Paolo II Bari n.silvestris@oncologico.bari.it LAPACT mffox + PEGPH20 (SWOG study) COMPASS trial Immune landscape ABSTRACT

More information

Vision as Bayesian inference: analysis by synthesis?

Vision as Bayesian inference: analysis by synthesis? Vision as Bayesian inference: analysis by synthesis? Schwarz Andreas, Wiesner Thomas 1 / 70 Outline Introduction Motivation Problem Description Bayesian Formulation Generative Models Letters, Text Faces

More information

Human leukocyte antigen-b27 alleles in Xinjiang Uygur patients with ankylosing spondylitis

Human leukocyte antigen-b27 alleles in Xinjiang Uygur patients with ankylosing spondylitis Human leukocyte antigen-b27 alleles in Xinjiang Uygur patients with ankylosing spondylitis H.-Y. Zou, W.-Z. Yu, Z. Wang, J. He and M. Jiao Institute of Clinical Medicine, Urumqi General Hospital, Lanzhou

More information

Enterprise Interest Thermo Fisher Scientific / Employee

Enterprise Interest Thermo Fisher Scientific / Employee Enterprise Interest Thermo Fisher Scientific / Employee A next-generation sequencing assay to estimate tumor mutation load from FFPE research samples Fiona Hyland. Director of R&D, Bioinformatics Clinical

More information

Clinical profiles and trend analysis of newly diagnosed lung cancer in a tertiary care hospital of East China during

Clinical profiles and trend analysis of newly diagnosed lung cancer in a tertiary care hospital of East China during Original Article Clinical profiles and trend analysis of newly diagnosed lung cancer in a tertiary care hospital of East China during 2011 2015 Pingli Wang 1 *, Jixia Zou 1 *, Jingni Wu 1 *, Chengyan Zhang

More information

Statistical analysis of RIM data (retroviral insertional mutagenesis) Bioinformatics and Statistics The Netherlands Cancer Institute Amsterdam

Statistical analysis of RIM data (retroviral insertional mutagenesis) Bioinformatics and Statistics The Netherlands Cancer Institute Amsterdam Statistical analysis of RIM data (retroviral insertional mutagenesis) Lodewyk Wessels Bioinformatics and Statistics The Netherlands Cancer Institute Amsterdam Viral integration Viral integration Viral

More information