Displaying 1 result from an estimated 1 matches for "combineaffybatch".
2010 Jan 29
1
combine 3 affybatches
...ary(affy)
library(AnnotationDbi)
library(hgu133plus2probe)
library(hgu133aprobe)
library(hgu133a.db)
u133p2 = ReadAffy() # reading hgu133 +2 cel file into affybatch
u133a1 = ReadAffy() # reading hgu133a cel file into affybatch
u133a2 = ReadAffy() # reading hgu133a cel file into affybatch
data<-combineAffyBatch(list(u133p2,u133a1,u133a2),c("hgu133plus2probe","hgu133aprobe","hgu133aprobe"),newcdf="mycdf")
This wil give the following error:
package:hgu133plus2probe hgu133plus2probe
package:hgu133aprobe hgu133aprobe
241837 unique probes in commo...