powered by
list
matrix
splitAffyBatch(abatch, number.part) splitFileVector(fileVec, number.part) splitMatrix(matrix, number.part)
character
splitAffyBatch
splitFileVector
splitMatrix
These functions use the functions splitIndices and splitCols from the SNOW package.
SNOW
library(affyPara) if (require(affydata)) { data(Dilution) spAffyB <- splitAffyBatch(Dilution, 2) }
Run the code above in your browser using DataLab