Package ubic.gemma.core.util
Class MatrixStats
java.lang.Object
ubic.gemma.core.util.MatrixStats
Extends
MatrixStats.
TODO: move those methods to baseCode.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DoubleMatrix2DranksByColumn(DoubleMatrix<?, ?> dmatrix) Calculate the ranks of each value in each column of the matrix.static DoubleMatrix1DrowMeans(DoubleMatrix<?, ?> dmatrix) Return the mean of each row in the matrix.
-
Constructor Details
-
MatrixStats
public MatrixStats()
-
-
Method Details
-
rowMeans
Return the mean of each row in the matrix.Missing values are ignored.
-
ranksByColumn
Calculate the ranks of each value in each column of the matrix.
-