Package ubic.gemma.core.analysis.service
Class ExpressionExperimentVectorManipulatingService
- java.lang.Object
-
- ubic.gemma.core.analysis.service.ExpressionExperimentVectorManipulatingService
-
- Direct Known Subclasses:
ExpressionExperimentPlatformSwitchService
,OutlierFlaggingServiceImpl
,VectorMergingServiceImpl
public abstract class ExpressionExperimentVectorManipulatingService extends Object
- Author:
- pavlidis
-
-
Field Summary
Fields Modifier and Type Field Description protected ByteArrayConverter
converter
protected ProcessedExpressionDataVectorService
processedExpressionDataVectorService
protected RawExpressionDataVectorService
rawExpressionDataVectorService
-
Constructor Summary
Constructors Constructor Description ExpressionExperimentVectorManipulatingService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
convertFromBytes(List<Object> data, PrimitiveType representation, DesignElementDataVector oldV)
-
-
-
Field Detail
-
converter
protected final ByteArrayConverter converter
-
processedExpressionDataVectorService
@Autowired protected ProcessedExpressionDataVectorService processedExpressionDataVectorService
-
rawExpressionDataVectorService
@Autowired protected RawExpressionDataVectorService rawExpressionDataVectorService
-
-
Method Detail
-
convertFromBytes
protected void convertFromBytes(List<Object> data, PrimitiveType representation, DesignElementDataVector oldV)
- Parameters:
data
- where data will be stored, starts out emptyrepresentation
- of the quantitation type for the vectoroldV
- vector to be converted
-
-