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)
-
Method Details
-
findByExperimentAnalyzed
-
findByExperimentsAnalyzed
Map<ExpressionExperiment,Collection<CoexpressionAnalysis>> findByExperimentsAnalyzed(Collection<ExpressionExperiment> experimentsAnalyzed) -
findByTaxon
-
getCoexpCorrelationDistribution
CoexpCorrelationDistribution getCoexpCorrelationDistribution(ExpressionExperiment experimentAnalyzed) -
getExperimentsWithAnalysis
-