-
Method Summary
int
Retrieve the value at the given row and column without boxing.
int[]
Retrieve the given column without boxing.
int[]
Retrieve a row without boxing.
int[]
Retrieve the row for the given design element without boxing.
Methods inherited from interface ubic.gemma.core.datastructure.matrix.ExpressionDataMatrix
columns, get, getColumn, getDesignElementForRow, getDesignElements, getExpressionExperiment, getQuantitationType, getRow, getRow, getRowElement, getRowElements, getRowIndex, getRowIndices, rows
-
Method Details
-
getAsInt
int getAsInt(int row,
int column)
Retrieve the value at the given row and column without boxing.
- See Also:
-
-
getRowAsInts
int[] getRowAsInts(int index)
Retrieve a row without boxing.
- See Also:
-
-
getRowAsInts
Retrieve the row for the given design element without boxing.
- See Also:
-
-
getColumnAsInts
int[] getColumnAsInts(int column)
Retrieve the given column without boxing.
- See Also:
-