Class TabularMatrixWriter

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

public class TabularMatrixWriter extends Object implements SingleCellExpressionDataMatrixWriter
Write a set of single-cell vectors to a simple tabular format.

The following column are written to disk:

- probe_id - probe_name - gene_(id|name|ncbi_id|official_symbol|official_name) if a cs2gene mapping is provided - sample_id - sample_name - cell_id - value

Author:
poirigui