Introduction to microarray data analysis with Bioconductor.ppt
《Introduction to microarray data analysis with Bioconductor.ppt》由会员分享,可在线阅读,更多相关《Introduction to microarray data analysis with Bioconductor.ppt(12页珍藏版)》请在麦多课文档分享上搜索。
1、Introduction to microarray data analysis with Bioconductor,Katherine S. Pollard March 11, 2004, Copyright 2004, all rights reserved,Bioconductor,Open source and open development R software project for the analysis and comprehension of biomedical and genomic data. Gene expression arrays (cDNA, Affyme
2、trix) 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 data.,W
3、ebsites,Bioconductor: www.bioconductor.org software, data, and documentation; training materials from short courses; www.bioconductor.org/workshops/UCSC03/ucsc03.html mailing list. R: www.r-project.org software; documentation; RNews.,Basic R Commands,Working directory/file path: File Change dir setw
4、d(“C:/cygwin”)List objects in session: Misc List objects ls()Delete objects from session: Misc Remove all objects rm(my.matrix)Run a script: File Source R code source(“mycode.R”)Stopping R: File - Exit q(),Getting Help,Details about a specific command whose name you know (input arguments, options, a
5、lgorithm): ? t.test help(t.test) example(t.test) t.testInformation about commands containing a certain text string: apropos(“test”) help.search(“test”),Packages & Vignettes,Load a package library: Packages menu library(marrayTools)Run the package vignette: library(tkWidgets) vExplorer() openVignette
6、()Read the Vignette PDF fileLook at Short Courses and Lab Materials,Storing Data,Every R object (or the whole current working environment) can be stored into and restored from a file with the commands “save” and “load”. OR by using the File menu. save(x, file=“x.RData”) load(“x.RData”) save.image(“s
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
2000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- INTRODUCTIONTOMICROARRAYDATAANALYSISWITHBIOCONDUCTORPPT

链接地址:http://www.mydoc123.com/p-372933.html