Package ubic.gemma.model.analysis
Class SingleExperimentAnalysis<T extends BioAssaySet>
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<T>
- Type Parameters:
T- the type of experiment analyzed, usuallyExpressionExperiment, but you can useBioAssaySetto also allowExpressionExperimentSubSet.
- 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<T extends BioAssaySet>
extends ExpressionAnalysis
implements SecuredChild
An analysis of a single experiment or subset.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetExperimentAnalyzed(T experimentAnalyzed) voidsetNumberOfElementsAnalyzed(Integer numberOfElementsAnalyzed) Methods inherited from class ubic.gemma.model.analysis.Analysis
getName, getProtocol, setName, setProtocolMethods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, hashCode, setDescription, toStringMethods inherited from class ubic.gemma.model.common.AbstractIdentifiable
equals, getId, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ubic.gemma.model.common.Identifiable
getIdMethods inherited from interface gemma.gsec.model.Securable
getId
-
Constructor Details
-
SingleExperimentAnalysis
public SingleExperimentAnalysis()
-
-
Method Details
-
getExperimentAnalyzed
-
setExperimentAnalyzed
-
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
-
getSecurityOwner
- Specified by:
getSecurityOwnerin interfacegemma.gsec.model.SecuredChild- Specified by:
getSecurityOwnerin interfaceSecuredChild
-