Interface SplitExperimentService
- All Known Implementing Classes:
SplitExperimentServiceImpl
public interface SplitExperimentService
TODO Document Me
- Author:
- paul
-
Method Summary
Modifier and TypeMethodDescriptionsplit(ExpressionExperiment expressionExperiment, ExperimentalFactor splitOn, boolean postProcess) Split an experiment into multiple experiments based on a factor.
-
Method Details
-
split
@Secured({"GROUP_ADMIN","ACL_SECURABLE_EDIT"}) ExpressionExperimentSet split(ExpressionExperiment expressionExperiment, ExperimentalFactor splitOn, boolean postProcess) Split an experiment into multiple experiments based on a factor. The new experiments will automatically be given short names to suit and the names will be appended with an indicator of the split.- Parameters:
expressionExperiment- the experiment to splitsplitOn- the factor to split the experiment onpostProcess- post-process the experiments resulting from the split- Returns:
- results of the split
-