Class CoexpressionAnalysisDaoImpl
- java.lang.Object
- 
- ubic.gemma.persistence.service.AbstractDao<T>
- 
- ubic.gemma.persistence.service.analysis.SingleExperimentAnalysisDaoBase<CoexpressionAnalysis>
- 
- ubic.gemma.persistence.service.analysis.expression.coexpression.CoexpressionAnalysisDaoImpl
 
 
 
- 
- All Implemented Interfaces:
- AnalysisDao<CoexpressionAnalysis>,- CoexpressionAnalysisDao,- SingleExperimentAnalysisDao<CoexpressionAnalysis>,- BaseDao<CoexpressionAnalysis>
 
 @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.- See Also:
- CoexpressionAnalysis
 
- 
- 
Field Summary- 
Fields inherited from class ubic.gemma.persistence.service.AbstractDaoelementClass, log
 
- 
 - 
Constructor SummaryConstructors Constructor Description CoexpressionAnalysisDaoImpl(SessionFactory sessionFactory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CoexpCorrelationDistributiongetCoexpCorrelationDistribution(ExpressionExperiment expressionExperiment)Collection<Long>getExperimentsWithAnalysis(Collection<Long> idsToFilter)BooleanhasCoexpCorrelationDistribution(ExpressionExperiment ee)- 
Methods inherited from class ubic.gemma.persistence.service.analysis.SingleExperimentAnalysisDaoBaseexistsByExperiment, findByExperiment, findByExperiments, findByName, findByTaxon
 - 
Methods inherited from class ubic.gemma.persistence.service.AbstractDaocountAll, create, create, find, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface ubic.gemma.persistence.service.analysis.AnalysisDaoexistsByExperiment, findByName, findByTaxon
 - 
Methods inherited from interface ubic.gemma.persistence.service.BaseDaocountAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
 - 
Methods inherited from interface ubic.gemma.persistence.service.analysis.SingleExperimentAnalysisDaofindByExperiment, findByExperiments
 
- 
 
- 
- 
- 
Constructor Detail- 
CoexpressionAnalysisDaoImpl@Autowired public CoexpressionAnalysisDaoImpl(SessionFactory sessionFactory) 
 
- 
 - 
Method Detail- 
getCoexpCorrelationDistributionpublic CoexpCorrelationDistribution getCoexpCorrelationDistribution(ExpressionExperiment expressionExperiment) - Specified by:
- getCoexpCorrelationDistributionin interface- CoexpressionAnalysisDao
 
 - 
getExperimentsWithAnalysispublic Collection<Long> getExperimentsWithAnalysis(Collection<Long> idsToFilter) - Specified by:
- getExperimentsWithAnalysisin interface- CoexpressionAnalysisDao
 
 - 
hasCoexpCorrelationDistributionpublic Boolean hasCoexpCorrelationDistribution(ExpressionExperiment ee) - Specified by:
- hasCoexpCorrelationDistributionin interface- CoexpressionAnalysisDao
 
 
- 
 
-