Class SampleCoexpressionMatrix

java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.analysis.expression.coexpression.SampleCoexpressionMatrix
All Implemented Interfaces:
Identifiable

public class SampleCoexpressionMatrix extends AbstractIdentifiable
Holds the data of the sample coexpression matrix
  • Constructor Details

    • SampleCoexpressionMatrix

      public SampleCoexpressionMatrix()
  • Method Details

    • getBioAssayDimension

      public BioAssayDimension getBioAssayDimension()
    • setBioAssayDimension

      public void setBioAssayDimension(BioAssayDimension bioAssayDimension)
    • getCoexpressionMatrix

      public byte[] getCoexpressionMatrix()
    • setCoexpressionMatrix

      public void setCoexpressionMatrix(byte[] coexpressionMatrix)
    • hashCode

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

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