Interface PrincipalComponentAnalysisDao
-
- All Superinterfaces:
BaseDao<PrincipalComponentAnalysis>
- All Known Implementing Classes:
PrincipalComponentAnalysisDaoImpl
public interface PrincipalComponentAnalysisDao extends BaseDao<PrincipalComponentAnalysis>
- Author:
- paul
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<PrincipalComponentAnalysis>
findByExperiment(ExpressionExperiment ee)
List<ProbeLoading>
getTopLoadedProbes(ExpressionExperiment ee, int component, int count)
void
removeForExperiment(ExpressionExperiment ee)
-
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
-
-
-
-
Method Detail
-
findByExperiment
Collection<PrincipalComponentAnalysis> findByExperiment(ExpressionExperiment ee)
-
getTopLoadedProbes
List<ProbeLoading> getTopLoadedProbes(ExpressionExperiment ee, int component, int count)
-
removeForExperiment
void removeForExperiment(ExpressionExperiment ee)
-
-