1 / 9

龙星课程 — 肿瘤 生物 信息学上机课程

龙星课程 — 肿瘤 生物 信息学上机课程. 曹莎 Email:scaorobin@sina.com. How to get data from GEOquery. source("http://bioconductor.org/ biocLite.R ") biocLite (" affy ") library( affy )

manny
Télécharger la présentation

龙星课程 — 肿瘤 生物 信息学上机课程

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 龙星课程—肿瘤生物信息学上机课程 曹莎 Email:scaorobin@sina.com

  2. How to get data from GEOquery • source("http://bioconductor.org/biocLite.R") biocLite("affy") library(affy) ####download all the .CEL filesraw.data <- ReadAffy()AffyRMA = rma(raw.data)ExpRMA = exprs(AffyRMA)write.table(ExpRMA, file="AffyRMA.txt")

  3. A simple example about Batch effect removal

  4. 基因表达数据的双聚类分析 • Qubic 1.0 • http://csbl.bmb.uga.edu/~maqin/bicluster/faq.html • Documentation • http://csbl.bmb.uga.edu/~maqin/bicluster/doc/build/ • ./qubic -idata -f 0.25

  5. 各类数据的整合 • 基因表达数据和metabolic profiling的数据 • Pathview • Compound and gene data • Multiple states or samples

  6. KEGG pathway

More Related