powered by
ExpressionSet
rowQ(imat, which) rowMax(imat) rowMin(imat)
rowMax
rowMin
rowQ
The argument which takes values between 1, for the minimum per row, and ncol(imat), for the maximum per row.
which
ncol(imat)
rowMedians
rowMeans()
colSums
data(sample.ExpressionSet) rowMin(sample.ExpressionSet) rowQ(sample.ExpressionSet, 4)
Run the code above in your browser using DataLab