Class CellLevelCharacteristicsWriter
java.lang.Object
ubic.gemma.core.loader.expression.singleCell.metadata.CellLevelCharacteristicsWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUseBioAssayIds(boolean useBioAssayIds) Use theBioAssaynumerical ID instead of its name.voidwrite(Collection<CellLevelCharacteristics> cellLevelCharacteristics, SingleCellDimension dimension, Writer writer) Write multiple sets of cell-level characteristics to a writer.voidwrite(CellLevelCharacteristics cellLevelCharacteristics, SingleCellDimension dimension, Writer writer) Write a single set of cell-level characteristics to a writer.voidwrite(CellTypeAssignment cellLevelCharacteristics, SingleCellDimension dimension, Writer writer) Write a single cell type assignment to a writer.voidwrite(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_idcolumn 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_idcolumn 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
-
setUseBioAssayIds
public void setUseBioAssayIds(boolean useBioAssayIds) Use theBioAssaynumerical ID instead of its name.
-