Interface ExpressionExperimentPrePersistService
- All Known Implementing Classes:
ExpressionExperimentPrePersistServiceImpl
public interface ExpressionExperimentPrePersistService
Sets up the array designs before saving an experiment.
- Author:
- paul
-
Method Summary
Modifier and TypeMethodDescriptionCall this before calling the persister.
-
Method Details
-
prepare
Call this before calling the persister.- Parameters:
ee
- experiment- Returns:
- cache
-
prepare
- Parameters:
ee
- experimentc
- A cache that is already possibly partly populated.- Returns:
- cache
-