Interface SingleCellExpressionDataMatrixWriter
- All Superinterfaces:
ExpressionDataMatrixWriter<SingleCellExpressionDataMatrix<?>,SingleCellExpressionDataVector>
- All Known Implementing Classes:
CellBrowserTabularMatrixWriter,MexMatrixWriter,TabularMatrixWriter
public interface SingleCellExpressionDataMatrixWriter
extends ExpressionDataMatrixWriter<SingleCellExpressionDataMatrix<?>,SingleCellExpressionDataVector>
-
Method Summary
Modifier and TypeMethodDescriptiondefault intwrite(SingleCellExpressionDataMatrix<?> matrix, OutputStream stream) default intwrite(SingleCellExpressionDataMatrix<?> matrix, Writer writer) Methods inherited from interface ubic.gemma.core.datastructure.matrix.io.ExpressionDataMatrixWriter
setAutoFlush, setScaleType, write, write
-
Method Details
-
write
- Throws:
IOException
-
write
default int write(SingleCellExpressionDataMatrix<?> matrix, Writer writer) throws IOException, UnsupportedOperationException
-