Class CoexpressionAnalysisDaoImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractDao<CoexpressionAnalysis>
ubic.gemma.persistence.service.analysis.expression.coexpression.CoexpressionAnalysisDaoImpl
- All Implemented Interfaces:
AnalysisDao<CoexpressionAnalysis>,CoexpressionAnalysisDao,BaseDao<CoexpressionAnalysis>
@Repository
public class CoexpressionAnalysisDaoImpl
extends AbstractDao<CoexpressionAnalysis>
implements CoexpressionAnalysisDao
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
ubic.gemma.model.analysis.expression.coexpression.CoexpressionAnalysis.
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByExperimentAnalyzed(ExpressionExperiment experimentAnalyzed) findByExperimentsAnalyzed(Collection<ExpressionExperiment> experimentsAnalyzed) findByTaxon(Taxon taxon) getCoexpCorrelationDistribution(ExpressionExperiment experimentAnalyzed) getExperimentsWithAnalysis(Collection<Long> eeIds) Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, find, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getEntityName, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, streamQuery, update, update
-
Constructor Details
-
CoexpressionAnalysisDaoImpl
-
-
Method Details
-
findByExperimentAnalyzed
public Collection<CoexpressionAnalysis> findByExperimentAnalyzed(ExpressionExperiment experimentAnalyzed) - Specified by:
findByExperimentAnalyzedin interfaceCoexpressionAnalysisDao
-
findByExperimentsAnalyzed
public Map<ExpressionExperiment,Collection<CoexpressionAnalysis>> findByExperimentsAnalyzed(Collection<ExpressionExperiment> experimentsAnalyzed) - Specified by:
findByExperimentsAnalyzedin interfaceCoexpressionAnalysisDao
-
findByTaxon
- Specified by:
findByTaxonin interfaceCoexpressionAnalysisDao
-
getCoexpCorrelationDistribution
public CoexpCorrelationDistribution getCoexpCorrelationDistribution(ExpressionExperiment experimentAnalyzed) - Specified by:
getCoexpCorrelationDistributionin interfaceCoexpressionAnalysisDao
-
getExperimentsWithAnalysis
- Specified by:
getExperimentsWithAnalysisin interfaceCoexpressionAnalysisDao
-