Zhengdeng Lei, PhD

Zhengdeng Lei, PhD

2009 - Present Research Fellow at Duke-NUS, Singapore
2007 - 2009 High Throughput Computational Analyst, Memorial Sloan-Kettering Cancer Center, New York
2003 - 2007 PhD, Bioinformatics, University of Illinois at Chicago

Thursday, May 24, 2012

MAS5


QC
rm(list=ls())
library(affy)
library(simpleaffy)
setwd("/home/leiz/SG201")

data <- ReadAffy()
data <- ReadAffy()

data.mas5 <- mas5(data)
## Or you can try mas5
genes <- log2(as.matrix(exprs(data.mas5 )))
write.table(genes, file="SG201.mas5.txt", sep="\t")

No comments:

Post a Comment