Interface GeneDiffExMetaAnalysisDao
-
- All Superinterfaces:
BaseDao<GeneDifferentialExpressionMetaAnalysis>
- All Known Implementing Classes:
GeneDiffExMetaAnalysisDaoImpl
public interface GeneDiffExMetaAnalysisDao extends BaseDao<GeneDifferentialExpressionMetaAnalysis>
- Author:
- Paul
-
-
Method Summary
-
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
-
-
-
-
Method Detail
-
findIncludedResultSetsInfoById
Collection<IncludedResultSetInfoValueObject> findIncludedResultSetsInfoById(long analysisId)
- 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
Collection<Long> getExperimentsWithAnalysis(Collection<Long> idsToFilter)
-
loadResult
GeneDifferentialExpressionMetaAnalysisResult loadResult(Long idResult)
-
loadWithResultId
GeneDifferentialExpressionMetaAnalysis loadWithResultId(Long idResult)
-
findByExperiment
Collection<GeneDifferentialExpressionMetaAnalysis> findByExperiment(BioAssaySet experiment)
-
findByExperiments
Map<BioAssaySet,Collection<GeneDifferentialExpressionMetaAnalysis>> findByExperiments(Collection<? extends BioAssaySet> experiments)
-
findByName
Collection<GeneDifferentialExpressionMetaAnalysis> findByName(String name)
-
findByTaxon
Collection<GeneDifferentialExpressionMetaAnalysis> findByTaxon(Taxon taxon)
-
removeForExperiment
void removeForExperiment(BioAssaySet ee)
-
-