Uses of Interface
ubic.gemma.persistence.service.analysis.SingleExperimentAnalysisDao
-
-
Uses of SingleExperimentAnalysisDao in ubic.gemma.persistence.service.analysis
Classes in ubic.gemma.persistence.service.analysis that implement SingleExperimentAnalysisDao Modifier and Type Class Description class
SingleExperimentAnalysisDaoBase<T extends SingleExperimentAnalysis>
Base Spring DAO Class: is able to create, update, remove, load, and find objects of typeSingleExperimentAnalysis
. -
Uses of SingleExperimentAnalysisDao in ubic.gemma.persistence.service.analysis.expression.coexpression
Subinterfaces of SingleExperimentAnalysisDao in ubic.gemma.persistence.service.analysis.expression.coexpression Modifier and Type Interface Description interface
CoexpressionAnalysisDao
Classes in ubic.gemma.persistence.service.analysis.expression.coexpression that implement SingleExperimentAnalysisDao Modifier and Type Class Description class
CoexpressionAnalysisDaoImpl
Base Spring DAO Class: is able to create, update, remove, load, and find objects of typeubic.gemma.model.analysis.expression.coexpression.CoexpressionAnalysis
. -
Uses of SingleExperimentAnalysisDao in ubic.gemma.persistence.service.analysis.expression.diff
Subinterfaces of SingleExperimentAnalysisDao in ubic.gemma.persistence.service.analysis.expression.diff Modifier and Type Interface Description interface
DifferentialExpressionAnalysisDao
-