Uses of Interface
ubic.gemma.core.datastructure.matrix.io.ExpressionDataMatrixWriter
-
Packages that use ExpressionDataMatrixWriter Package Description ubic.gemma.core.datastructure.matrix.io This package contains I/O utilities for reading and writing expression data matrices. -
-
Uses of ExpressionDataMatrixWriter in ubic.gemma.core.datastructure.matrix.io
Subinterfaces of ExpressionDataMatrixWriter in ubic.gemma.core.datastructure.matrix.io Modifier and Type Interface Description interface
BulkExpressionDataMatrixWriter
interface
SingleCellExpressionDataMatrixWriter
Classes in ubic.gemma.core.datastructure.matrix.io that implement ExpressionDataMatrixWriter Modifier and Type Class Description class
MatrixWriter
WritesBulkExpressionDataMatrix
to various tabular formats.class
MexMatrixWriter
WritesSingleCellExpressionDataMatrix
to the 10x MEX format.class
TabularMatrixWriter
Write a set of single-cell vectors to a simple tabular format.
-