Interface ExpressionDataPrimitiveIntMatrix
- All Superinterfaces:
ExpressionDataMatrix<Integer>
- All Known Subinterfaces:
BulkExpressionDataPrimitiveIntMatrix
- All Known Implementing Classes:
BulkExpressionDataIntMatrix, SingleCellExpressionDataIntMatrix
-
Method Summary
Modifier and TypeMethodDescriptionintgetAsInt(int row, int column) Retrieve the value at the given row and column without boxing.int[]getColumnAsInts(int column) Retrieve the given column without boxing.int[]getRowAsInts(int index) Retrieve a row without boxing.int[]getRowAsInts(CompositeSequence designElement) Retrieve the row for the given design element without boxing.Methods inherited from interface 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:
-