Class CellBrowserMetadataWriter
- java.lang.Object
-
- ubic.gemma.core.visualization.cellbrowser.CellBrowserMetadataWriter
-
public class CellBrowserMetadataWriter extends Object
Write metadata file for the Cell Browser visualization tool.- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description CellBrowserMetadataWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(ExpressionExperiment ee, SingleCellDimension singleCellDimension, Writer writer)
void
writeCell(BioAssay bioAssay, String cellId, int cellIndex, List<ExperimentalFactor> factors, Map<ExperimentalFactor,Map<BioMaterial,FactorValue>> factorValueMap, List<CellLevelCharacteristics> clcs, Writer writer)
-
-
-
Method Detail
-
write
public void write(ExpressionExperiment ee, SingleCellDimension singleCellDimension, Writer writer) throws IOException
- Throws:
IOException
-
writeCell
public void writeCell(BioAssay bioAssay, String cellId, int cellIndex, List<ExperimentalFactor> factors, Map<ExperimentalFactor,Map<BioMaterial,FactorValue>> factorValueMap, List<CellLevelCharacteristics> clcs, Writer writer) throws IOException
- Throws:
IOException
-
-