Class MexMatrixWriter

java.lang.Object
ubic.gemma.core.datastructure.matrix.io.MexMatrixWriter
All Implemented Interfaces:
ExpressionDataMatrixWriter<SingleCellExpressionDataMatrix<?>,SingleCellExpressionDataVector>, SingleCellExpressionDataMatrixWriter

public class MexMatrixWriter extends Object implements SingleCellExpressionDataMatrixWriter
Writes SingleCellExpressionDataMatrix to the 10x MEX format.

The data is written as a TAR archive containing the following entries for each bioassay: {bioAssayName}/barcodes.tsv, {bioAssayName}/features.tsv, {bioAssayName}/matrix.mtx. If using the directory output, individual files are compressed and will have a .gz extension.

Author:
poirigui