Interface AnalysisDao<T extends SingleExperimentAnalysis>

    • Method Detail

      • findByName

        Collection<T> findByName​(String name)
        Parameters:
        name - name
        Returns:
        a collection of analysis that have a name that starts with the given name
      • existsByExperiment

        boolean existsByExperiment​(BioAssaySet ee)
        Indicate if there is an analysis (or at least one) for the given experiment.