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

Tuesday, July 12, 2011

pvalues for affy probesets

library(affy)
setwd("/home/leiz/CEL/SGII192")
data <- ReadAffy()
eset_pma <- mas5calls(data)
pvalues <- assayDataElement(eset_pma, "se.exprs")
write.table(pvalues, "GC192.pvalues.txt", sep="\t")

No comments:

Post a Comment