Class ExpressionAnalysis
- java.lang.Object
-
- ubic.gemma.model.common.AbstractIdentifiable
-
- ubic.gemma.model.common.AbstractDescribable
-
- ubic.gemma.model.analysis.Analysis
-
- ubic.gemma.model.analysis.expression.ExpressionAnalysis
-
- All Implemented Interfaces:
Describable
,Identifiable
- Direct Known Subclasses:
GeneDifferentialExpressionMetaAnalysis
,SingleExperimentAnalysis
public abstract class ExpressionAnalysis extends Analysis
An analysis of one or more ExpressionExperiments
-
-
Constructor Summary
Constructors Constructor Description ExpressionAnalysis()
-
Method Summary
-
Methods inherited from class ubic.gemma.model.analysis.Analysis
getProtocol, setProtocol
-
Methods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, getName, hashCode, setDescription, setName, toString
-
Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
equals, getId, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ubic.gemma.model.common.Identifiable
getId
-
-