Package ubic.gemma.model.analysis
Class SingleExperimentAnalysis
- java.lang.Object
-
- ubic.gemma.model.common.AbstractIdentifiable
-
- ubic.gemma.model.common.AbstractDescribable
-
- ubic.gemma.model.analysis.Analysis
-
- ubic.gemma.model.analysis.expression.ExpressionAnalysis
-
- ubic.gemma.model.analysis.SingleExperimentAnalysis
-
- All Implemented Interfaces:
gemma.gsec.model.Securable
,gemma.gsec.model.SecuredChild
,Securable
,SecuredChild
,Describable
,Identifiable
- Direct Known Subclasses:
CoexpressionAnalysis
,DifferentialExpressionAnalysis
,PrincipalComponentAnalysis
,SampleCoexpressionAnalysis
public abstract class SingleExperimentAnalysis extends ExpressionAnalysis implements SecuredChild
An analysis of a single experiment or subset.
-
-
Constructor Summary
Constructors Constructor Description SingleExperimentAnalysis()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BioAssaySet
getExperimentAnalyzed()
Integer
getNumberOfElementsAnalyzed()
Securable
getSecurityOwner()
void
setExperimentAnalyzed(BioAssaySet experimentAnalyzed)
void
setNumberOfElementsAnalyzed(Integer numberOfElementsAnalyzed)
-
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
-
-
-
-
Method Detail
-
getExperimentAnalyzed
public BioAssaySet getExperimentAnalyzed()
-
setExperimentAnalyzed
public void setExperimentAnalyzed(BioAssaySet experimentAnalyzed)
-
getNumberOfElementsAnalyzed
public Integer getNumberOfElementsAnalyzed()
- Returns:
- The number of probes or genes (or other elements) used in the analysis. The exact meaning is determined by the subclass + implementation.
-
setNumberOfElementsAnalyzed
public void setNumberOfElementsAnalyzed(Integer numberOfElementsAnalyzed)
-
getSecurityOwner
public Securable getSecurityOwner()
- Specified by:
getSecurityOwner
in interfacegemma.gsec.model.SecuredChild
- Specified by:
getSecurityOwner
in interfaceSecuredChild
-
-