Interface ExperimentalDesignVisualizationService

    • Method Detail

      • sortVectorDataByDesign

        Map<Long,​LinkedHashMap<BioAssayValueObject,​LinkedHashMap<ExperimentalFactor,​Double>>> sortVectorDataByDesign​(Collection<DoubleVectorValueObject> dedVs)
        Put data vectors in the order you'd want to display the experimental design. This causes the "isReorganized" flag of the dedVs to be set to true.
        Parameters:
        dedVs - dedVs, already sliced for the subset of samples needed for display (if necessary); will be modified
        Returns:
        Map of EE ids to "layouts", which are Maps of BioAssays to map of experimental factors to doubles.
      • clearCaches

        void clearCaches​(Long eeId)
        removed the cached layouts and cached BioAssayDimensions for this experiment (could be a subset?).
        Parameters:
        eeId - ee id