Class CoexpCorrelationDistribution

java.lang.Object
ubic.gemma.model.analysis.expression.coexpression.CoexpCorrelationDistribution

public class CoexpCorrelationDistribution extends Object
Author:
Paul
  • Constructor Details

    • CoexpCorrelationDistribution

      public CoexpCorrelationDistribution()
  • Method Details

    • getBinCounts

      public double[] getBinCounts()
    • setBinCounts

      public void setBinCounts(double[] binCounts)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getNumBins

      public Integer getNumBins()
    • setNumBins

      public void setNumBins(Integer numBins)
    • hashCode

      public int hashCode()
      Returns a hash code based on this entity's identifiers.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object object)
      Returns true if the argument is an PvalueDistribution instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
      Overrides:
      equals in class Object