@Repository public class CoexpressionAnalysisDaoImpl extends SingleExperimentAnalysisDaoBase<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
DEFAULT_BATCH_SIZE, 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) |
findByExperiment, findByExperiments, findByName, findByTaxon
countAll, create, create, createInBatch, find, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, flush, getElementClass, getSessionFactory, load, load, loadAll, remove, remove, remove, removeAllInBatch, removeInBatch, save, save, saveInBatch, update, update, updateInBatch
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findByExperiment, findByExperiments
findByName, findByTaxon
countAll, create, create, createInBatch, find, findOrCreate, getElementClass, load, load, loadAll, remove, remove, remove, removeAllInBatch, removeInBatch, save, save, saveInBatch, update, update, updateInBatch
@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.