@Repository public class CoexpressionAnalysisDaoImpl extends AnalysisDaoBase<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
.
CoexpressionAnalysis
elementClass, log
Constructor and Description |
---|
CoexpressionAnalysisDaoImpl(SessionFactory sessionFactory) |
Modifier and Type | Method and Description |
---|---|
CoexpCorrelationDistribution |
getCoexpCorrelationDistribution(ExpressionExperiment expressionExperiment) |
Collection<Long> |
getExperimentsWithAnalysis(Collection<Long> idsToFilter) |
Boolean |
hasCoexpCorrelationDistribution(ExpressionExperiment ee) |
findByInvestigation, findByInvestigations, findByName, findByTaxon
countAll, create, create, find, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, flush, flushAndClear, getElementClass, getSessionFactory, load, load, loadAll, reattach, reattach, remove, remove, remove, removeAll, save, save, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findByInvestigation, findByInvestigations, findByName, findByTaxon
@Autowired public CoexpressionAnalysisDaoImpl(SessionFactory sessionFactory)
public CoexpCorrelationDistribution getCoexpCorrelationDistribution(ExpressionExperiment expressionExperiment)
getCoexpCorrelationDistribution
in interface CoexpressionAnalysisDao
public Collection<Long> getExperimentsWithAnalysis(Collection<Long> idsToFilter)
getExperimentsWithAnalysis
in interface CoexpressionAnalysisDao
public Boolean hasCoexpCorrelationDistribution(ExpressionExperiment ee)
hasCoexpCorrelationDistribution
in interface CoexpressionAnalysisDao
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.