Class ResultSetCountsValueObject
java.lang.Object
ubic.gemma.model.analysis.expression.diff.ResultSetCountsValueObject
- All Implemented Interfaces:
Serializable
Cacheable, immutable snapshot of the per-result-set hit-list counts displayed by
DiffExResultSetSummaryValueObject.
Keyed by result-set id in DifferentialExpressionResultCache
so the per-resultSet enrichment in
DifferentialExpressionAnalysisReadServiceImpl#findByExperimentIds can skip the
Hibernate.initialize(resultSet.getHitListSizes()) call when warm. The shape mirrors
the count fields populated from HitListSize rows at the default q-value threshold.
- See Also:
-
Constructor Details
-
ResultSetCountsValueObject
-
-
Method Details
-
getNumberOfGenesAnalyzed
-
getNumberOfProbesAnalyzed
-
getThreshold
-
getNumberOfDiffExpressedProbes
-
getUpregulatedCount
-
getDownregulatedCount
-
equals
-
hashCode
-
toString
-