Interface GeneDiffExMetaAnalysisDao
- All Superinterfaces:
BaseDao<GeneDifferentialExpressionMetaAnalysis>
- All Known Implementing Classes:
GeneDiffExMetaAnalysisDaoImpl
- Author:
- Paul
-
Method Summary
Modifier and TypeMethodDescriptionfindByExperiment
(BioAssaySet experiment) findByExperiments
(Collection<? extends BioAssaySet> experiments) findByName
(String name) findByTaxon
(Taxon taxon) findIncludedResultSetsInfoById
(long analysisId) findMetaAnalyses
(Collection<Long> metaAnalysisIds) findResultsById
(long analysisId) getExperimentsWithAnalysis
(Collection<Long> idsToFilter) loadResult
(Long idResult) loadWithResultId
(Long idResult) void
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, update
-
Method Details
-
findIncludedResultSetsInfoById
- Parameters:
analysisId
- id- Returns:
- a collection of included result set info value objects using the given meta-analysis id
-
findMetaAnalyses
Collection<GeneDifferentialExpressionMetaAnalysisSummaryValueObject> findMetaAnalyses(Collection<Long> metaAnalysisIds) - Parameters:
metaAnalysisIds
- ids- Returns:
- a collection of summary value objects using the given ids of meta-analyses
-
findResultsById
Collection<GeneDifferentialExpressionMetaAnalysisResultValueObject> findResultsById(long analysisId) - Parameters:
analysisId
- id- Returns:
- a collection of result value objects using the given meta-analysis id
-
getExperimentsWithAnalysis
-
loadResult
-
loadWithResultId
-
findByExperiment
-
findByExperiments
Map<BioAssaySet,Collection<GeneDifferentialExpressionMetaAnalysis>> findByExperiments(Collection<? extends BioAssaySet> experiments) -
findByName
-
findByTaxon
-
removeForExperiment
-