Interface SingleExperimentAnalysisDao<T extends SingleExperimentAnalysis>

    • Method Detail

      • findByExperiments

        Map<BioAssaySet,​Collection<T>> findByExperiments​(Collection<? extends BioAssaySet> experiments)
        Given a collection of experiments returns a Map of Analysis --> collection of Experiments The collection of investigations returned by the map will include all the investigations for the analysis key iff one of the investigations for that analysis was in the given collection started with
        Parameters:
        experiments - experiments
        Returns:
        map to analyses