Class CellLevelCharacteristicsWriter
java.lang.Object
ubic.gemma.core.loader.expression.singleCell.metadata.CellLevelCharacteristicsWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(Collection<CellLevelCharacteristics> cellLevelCharacteristics, SingleCellDimension dimension, Writer writer) Write multiple sets of cell-level characteristics to a writer.void
write
(CellLevelCharacteristics cellLevelCharacteristics, SingleCellDimension dimension, Writer writer) Write a single set of cell-level characteristics to a writer.void
write
(CellTypeAssignment cellLevelCharacteristics, SingleCellDimension dimension, Writer writer) Write a single cell type assignment to a writer.void
write
(SingleCellDimension dimension, Writer writer)
-
Constructor Details
-
CellLevelCharacteristicsWriter
public CellLevelCharacteristicsWriter()
-
-
Method Details
-
write
- Throws:
IOException
-
write
public void write(CellTypeAssignment cellLevelCharacteristics, SingleCellDimension dimension, Writer writer) throws IOException Write a single cell type assignment to a writer.No
category_id
column is generated.- Throws:
IOException
-
write
public void write(CellLevelCharacteristics cellLevelCharacteristics, SingleCellDimension dimension, Writer writer) throws IOException Write a single set of cell-level characteristics to a writer.No
category_id
column is generated.- Throws:
IOException
-
write
public void write(Collection<CellLevelCharacteristics> cellLevelCharacteristics, SingleCellDimension dimension, Writer writer) throws IOException Write multiple sets of cell-level characteristics to a writer.This includes an additional column,
category_id
, to distinguish between the different cell-level characteristics that use the same category.- Throws:
IOException
-