public interface SingleExperimentAnalysisDao<T extends SingleExperimentAnalysis> extends AnalysisDao<T>
Modifier and Type | Method and Description |
---|---|
Collection<T> |
findByExperiment(BioAssaySet experiment)
Find by associated experiment via
SingleExperimentAnalysis.getExperimentAnalyzed() . |
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
|
findByName, findByTaxon
countAll, create, create, createInBatch, find, findOrCreate, getElementClass, load, load, loadAll, remove, remove, remove, removeAllInBatch, removeInBatch, save, save, saveInBatch, update, update, updateInBatch
Collection<T> findByExperiment(BioAssaySet experiment)
SingleExperimentAnalysis.getExperimentAnalyzed()
.Map<BioAssaySet,Collection<T>> findByExperiments(Collection<? extends BioAssaySet> experiments)
experiments
- experimentsCopyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.