Presentation is loading. Please wait.

Presentation is loading. Please wait.

Project of CZ5225 Zhang Jingxian:

Similar presentations


Presentation on theme: "Project of CZ5225 Zhang Jingxian:"— Presentation transcript:

1 Project of CZ5225 Zhang Jingxian: g0800791@nus.edu.sg

2 Identifying biomarkers of drug response for cancer patients Aims: Aims: To develop of predictors of response to drugs To develop of predictors of response to drugs To learn how to get public microarray data To learn how to get public microarray data To learn how to preprocess microarray raw data To learn how to preprocess microarray raw data To annotate the genes of interest To annotate the genes of interest

3 Requirements Each group investigates: Each group investigates: ONE kind of cancer patient drug response ONE kind of cancer patient drug response Need Two datasets from different studies Need Two datasets from different studies Download the raw data Download the raw data Use Bioconductor in R to prepossess raw data Use Bioconductor in R to prepossess raw data Identify certain number of genes Identify certain number of genes Annotate those identified genes in your report Annotate those identified genes in your report Each group needs only ONE report Each group needs only ONE report

4 Requirements All kinds of affymatrix expression datasets related to drug response of cancer patients are available All kinds of affymatrix expression datasets related to drug response of cancer patients are available Dataset needs to contain at least 20 samples Dataset needs to contain at least 20 samples Dataset needs two comparable outcome groups: response vs. non-response; resistance vs. non-resistance, et al. Dataset needs two comparable outcome groups: response vs. non-response; resistance vs. non-resistance, et al.

5 Bioconductor & R http://www.bioconductor.org http://www.bioconductor.org

6 Advantages Advantages Cross platform Cross platform Linux, windows and MacOS Linux, windows and MacOS Comprehensive and centralized Comprehensive and centralized Analyzes both Affymetrix and two color spotted microarrays, and covers various stages of data analysis in a single environment Analyzes both Affymetrix and two color spotted microarrays, and covers various stages of data analysis in a single environment Cutting edge analysis methods Cutting edge analysis methods New methods/functions can easily be incorporated and implemented New methods/functions can easily be incorporated and implemented Quality check of data analysis methods Quality check of data analysis methods Algorithms and methods have undergone evaluation by statisticians and computer scientists before launch. And in many cases there are also literature references Algorithms and methods have undergone evaluation by statisticians and computer scientists before launch. And in many cases there are also literature references Good documentations Good documentations Comprehensive manuals, documentations, course materials, course notes and discussion group are available Comprehensive manuals, documentations, course materials, course notes and discussion group are available A good chance to learn statistics and programming A good chance to learn statistics and programming

7 Installation R & Bionconductor Install R from: http://cran.stat.nus.edu.sg/ Install R from: http://cran.stat.nus.edu.sg/http://cran.stat.nus.edu.sg/ Open R platform then execute: Open R platform then execute:>source("http://bioconductor.org/biocLite.R")>biocLite() Check library by execute: >library() Check library by execute: >library()

8 Case study Dataset source (GSE19697): http://www.ncbi.nlm.nih.gov/geo Dataset source (GSE19697): http://www.ncbi.nlm.nih.gov/geo http://www.ncbi.nlm.nih.gov/geo

9 Decompress raw data into: D://gse19697 Decompress raw data into: D://gse19697 Create title.txt : Create title.txt :

10 Open R Open R Set workdir by execute: Set workdir by execute: >setwd( ‘ d://gse19697 ’ ) >setwd( ‘ d://gse19697 ’ ) Load simpleaffy module by execute: Load simpleaffy module by execute: >library(simpleaffy) >library(simpleaffy) Load data by: Load data by: >eset eset <- read.affy('title.txt')

11 Calculate expression by: Calculate expression by: >eset.rma eset.rma <- call.exprs(eset,'rma') Compare two groups by: Compare two groups by: >pc.result pc.result <- pairwise.comparison(eset.rma, "title", c("pCR", "RD"), eset)

12 Filter significant change markers between two goups by: Filter significant change markers between two goups by: >significant significant <- pairwise.filter(pc.result,fc=log2(1.5), tt=0.001)

13 Plot significant changed markers: Plot significant changed markers: >plot(significant) >plot(significant) Annotate selected markers: Annotate selected markers: >significant >significant

14

15 Annotate selected markers: Annotate selected markers:

16 Materials submitted ONE report: ONE report: Introduction of your project Introduction of your project Datasets used in the project Datasets used in the project Procedures of processing data Procedures of processing data Annotation of selected markers Annotation of selected markers Conclusion Conclusion File: title.txt File: title.txt

17 Useful resources http://www.bioconductor.org/ http://www.bioconductor.org/ http://www.bioconductor.org/ http://manuals.bioinformatics.ucr.edu/ho me/R_BioCondManual#biocon_simpleaffy http://manuals.bioinformatics.ucr.edu/ho me/R_BioCondManual#biocon_simpleaffy http://manuals.bioinformatics.ucr.edu/ho me/R_BioCondManual#biocon_simpleaffy http://manuals.bioinformatics.ucr.edu/ho me/R_BioCondManual#biocon_simpleaffy http://www.ncbi.nlm.nih.gov/geo/ http://www.ncbi.nlm.nih.gov/geo/ http://www.ncbi.nlm.nih.gov/geo/ http://www.bioconductor.org/packages/rel ease/bioc/html/simpleaffy.html http://www.bioconductor.org/packages/rel ease/bioc/html/simpleaffy.html http://www.bioconductor.org/packages/rel ease/bioc/html/simpleaffy.html http://www.bioconductor.org/packages/rel ease/bioc/html/simpleaffy.html


Download ppt "Project of CZ5225 Zhang Jingxian:"

Similar presentations


Ads by Google