Interface CoexpressionAnalysisDao
- All Superinterfaces:
AnalysisDao<CoexpressionAnalysis>
,BaseDao<CoexpressionAnalysis>
- All Known Implementing Classes:
CoexpressionAnalysisDaoImpl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfindByExperimentAnalyzed
(ExpressionExperiment experimentAnalyzed) findByExperimentsAnalyzed
(Collection<ExpressionExperiment> experimentsAnalyzed) findByTaxon
(Taxon taxon) getCoexpCorrelationDistribution
(ExpressionExperiment experimentAnalyzed) getExperimentsWithAnalysis
(Collection<Long> idsToFilter) 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
-
findByExperimentAnalyzed
-
findByExperimentsAnalyzed
Map<ExpressionExperiment,Collection<CoexpressionAnalysis>> findByExperimentsAnalyzed(Collection<ExpressionExperiment> experimentsAnalyzed) -
findByTaxon
-
getCoexpCorrelationDistribution
CoexpCorrelationDistribution getCoexpCorrelationDistribution(ExpressionExperiment experimentAnalyzed) -
getExperimentsWithAnalysis
-