Displaying 1 result from an estimated 1 matches for "newcdf".
Did you mean:
netcdf
2010 Jan 29
1
combine 3 affybatches
...ading 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 common
Error in as.vector(x, "character") :
cannot coerce type 'closure' to vector of type 'char...