Class CoexpressionCacheValueObject

java.lang.Object
ubic.gemma.persistence.service.association.coexpression.CoexpressionCacheValueObject
All Implemented Interfaces:
Serializable

public class CoexpressionCacheValueObject extends Object implements Serializable
Used to cache results; these objects are unmodifiable, and contains the coexpression data for one query gene and one result gene, in all experiments.
Author:
paul
See Also:
  • Constructor Details

    • CoexpressionCacheValueObject

      public CoexpressionCacheValueObject()
    • CoexpressionCacheValueObject

      public CoexpressionCacheValueObject(CoexpressionValueObject vo)
      Parameters:
      vo - coexpression VO
  • Method Details