Displaying 1 result from an estimated 1 matches for "preprocessw".
Did you mean:
preprocess
2010 Feb 08
1
objects masked from packages
...quot;vsn")
data <- list(ExpressionSet=vsnrma(data$AffyBatch),
baseDir=data$baseDir,experimentName=data$experimentName,
pData=pData(data$AffyBatch))
class(data) <- c("expSet","list")
return(data)
}
when using the workflow we have and coming to the point of preprocesswe get
the following error message:
> ex <- preprocess(ed)
Fehler in preprocess(ed) :
argument is expData threestep requires AffyBatch argument is list
threestep requires AffyBatch
I would like to know if there is a way of using both preprocess commands
without the need to rename ours. They...