Class CoexpressionAnalysis

All Implemented Interfaces:
gemma.gsec.model.Securable, gemma.gsec.model.SecuredChild, Securable, SecuredChild, Describable, Identifiable

public class CoexpressionAnalysis extends SingleExperimentAnalysis<ExpressionExperiment>
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.
  • Constructor Details

    • CoexpressionAnalysis

      public CoexpressionAnalysis()
  • Method Details

    • getCoexpCorrelationDistribution

      public CoexpCorrelationDistribution getCoexpCorrelationDistribution()
    • setCoexpCorrelationDistribution

      public void setCoexpCorrelationDistribution(CoexpCorrelationDistribution coexpCorrelationDistribution)
    • getNumberOfLinks

      public Integer getNumberOfLinks()
      Returns:
      The number of links which were stored for this analysis.
    • setNumberOfLinks

      public void setNumberOfLinks(Integer numberOfLinks)
      Parameters:
      numberOfLinks - at the gene level.
    • equals

      public boolean equals(Object object)
      Description copied from class: AbstractIdentifiable
      Important 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:
      equals in class AbstractIdentifiable