Interface SplitExperimentService

  • All Known Implementing Classes:
    SplitExperimentServiceImpl

    public interface SplitExperimentService
    TODO Document Me
    Author:
    paul
    • Method Detail

      • 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 split
        splitOn - the factor to split the experiment on
        postProcess - post-process the experiments resulting from the split
        Returns:
        results of the split