Class CoexpressionAnalysis
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<ExpressionExperiment>
ubic.gemma.model.analysis.expression.coexpression.CoexpressionAnalysis
- All Implemented Interfaces:
gemma.gsec.model.Securable,gemma.gsec.model.SecuredChild,Securable,SecuredChild,Describable,Identifiable
A coexpression analysis of one experiment. Note that this is used to store meta-data about the analysis, the actual
results are not attached to this.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanImportant note: Two objects with the same class and non-null ID must be considered equal.voidsetCoexpCorrelationDistribution(CoexpCorrelationDistribution coexpCorrelationDistribution) voidsetNumberOfLinks(Integer numberOfLinks) Methods inherited from class ubic.gemma.model.analysis.SingleExperimentAnalysis
getExperimentAnalyzed, getNumberOfElementsAnalyzed, getSecurityOwner, setExperimentAnalyzed, setNumberOfElementsAnalyzedMethods 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
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
-
CoexpressionAnalysis
public CoexpressionAnalysis()
-
-
Method Details
-
getCoexpCorrelationDistribution
-
setCoexpCorrelationDistribution
public void setCoexpCorrelationDistribution(CoexpCorrelationDistribution coexpCorrelationDistribution) -
getNumberOfLinks
- Returns:
- The number of links which were stored for this analysis.
-
setNumberOfLinks
- Parameters:
numberOfLinks- at the gene level.
-
equals
Description copied from class:AbstractIdentifiableImportant note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.- Specified by:
equalsin classAbstractIdentifiable
-