midterm project

21
midterm project Course: Statistics in Bioinformatics Date:20070430 指指指指 : 指指指 指指 : 指指指

Upload: martha

Post on 22-Jan-2016

29 views

Category:

Documents


0 download

DESCRIPTION

midterm project. Course: Statistics in Bioinformatics Date:20070430 指導教授 : 陳光琦 學生 : 吳昱賢. What is BioConductor?. What is BioConductor? As the website saying Bioconductor is an open source and open development software project for the analysis and comprehension of genomic data. Outline. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: midterm project

midterm project

Course: Statistics in Bioinformatics

Date:20070430

指導教授 : 陳光琦學生 : 吳昱賢

Page 2: midterm project

What is BioConductor?

• What is BioConductor?

• As the website saying

• Bioconductor is an open source and open development software project for the analysis and comprehension of genomic data.

Page 3: midterm project

Outline

• 軟體資訊• 功能簡介• 相關教學• 使用心得

Page 4: midterm project

Bioconductor• R software project for the analysis and compreh

ension of biomedical and genomic data.– Gene expression arrays (cDNA, Affymetrix)– Pathway graphs– Genome sequence data

• Started in 2001 by Robert Gentleman, Dana Farber Cancer Institute.

• About 25 core developers, at various institutions in the US and Europe.

• Tools for integrating biological metadata from the web (annotation, literature) in the analysis of experimental metadata.

• End-user and developer packages.

Page 5: midterm project

Example R/BioC Packages

methods Class/method tools

tools

tkWidgets

Sweave(),gui tools

marrayTools, marrayPlots

Spotted cDNA array analysis

affy Affymetrix array analysis

annotate Link microarray data to metadata on the web

mva, cluster, clust, class

Clustering and classification

t.test, prop.test, wilcox.test

Statistical tests

Page 6: midterm project

wiki

• most of the content on this wiki is aimed at developers of Bioconductor packages.

Page 7: midterm project

Demo

• Install R and Bioconductor packages.

Page 8: midterm project
Page 9: midterm project
Page 10: midterm project
Page 11: midterm project
Page 12: midterm project
Page 13: midterm project
Page 14: midterm project
Page 15: midterm project

> MAplot(affybatch.example)

Page 16: midterm project
Page 17: midterm project
Page 18: midterm project

使用範例學習

Page 19: midterm project

R console

Page 20: midterm project
Page 21: midterm project

結論1.Bioconductor is a useful tool in dealing wit

h static problem on microarray

2.affy example show the power of the R

3. I benefit a lots from this report like how to use bioC in R.