Uses of Class
ubic.gemma.model.analysis.expression.diff.ResultSetCountsValueObject
Packages that use ResultSetCountsValueObject
Package
Description
-
Uses of ResultSetCountsValueObject in ubic.gemma.model.analysis.expression.diff
Constructors in ubic.gemma.model.analysis.expression.diff with parameters of type ResultSetCountsValueObjectModifierConstructorDescriptionDiffExResultSetSummaryValueObject(ExpressionAnalysisResultSet resultSet, ResultSetCountsValueObject counts) Variant constructor that uses a pre-aggregated counts snapshot (cached) for the hit-list fields instead of walkingExpressionAnalysisResultSet.getHitListSizes().DiffExResultSetSummaryValueObject(ExpressionAnalysisResultSet resultSet, ResultSetCountsValueObject counts, DiffExResultSetSummaryValueObject.Prefetch prefetch) Variant constructor that also accepts aDiffExResultSetSummaryValueObject.Prefetchsnapshot of the result-set'sexperimentalFactors+baselineGroupassociations gathered up-front by a batched HQL fetch in the caller. -
Uses of ResultSetCountsValueObject in ubic.gemma.persistence.service.analysis.expression.diff
Methods in ubic.gemma.persistence.service.analysis.expression.diff that return ResultSetCountsValueObjectModifier and TypeMethodDescriptionDifferentialExpressionResultCache.getResultSetCounts(Long resultSetId) Retrieve cached per-result-set hit-list counts (the inputs toDiffExResultSetSummaryValueObject's numberOfDiffExpressedProbes / up / down counts).DifferentialExpressionResultCacheImpl.getResultSetCounts(Long resultSetId) Methods in ubic.gemma.persistence.service.analysis.expression.diff with parameters of type ResultSetCountsValueObjectModifier and TypeMethodDescriptionvoidDifferentialExpressionResultCache.addToResultSetCountsCache(Long resultSetId, ResultSetCountsValueObject counts) Populate the per-result-set hit-list counts cache.voidDifferentialExpressionResultCacheImpl.addToResultSetCountsCache(Long resultSetId, ResultSetCountsValueObject counts)