Uses of Class
ubic.gemma.persistence.service.analysis.expression.sampleCoexpression.PreparedCoexMatrices
Packages that use PreparedCoexMatrices
-
Uses of PreparedCoexMatrices in ubic.gemma.persistence.service.analysis.expression.sampleCoexpression
Methods in ubic.gemma.persistence.service.analysis.expression.sampleCoexpression that return PreparedCoexMatricesModifier and TypeMethodDescriptionSampleCoexpressionAnalysisService.prepare
(ExpressionExperiment ee) SampleCoexpressionAnalysisServiceImpl.prepare
(ExpressionExperiment ee) Methods in ubic.gemma.persistence.service.analysis.expression.sampleCoexpression with parameters of type PreparedCoexMatricesModifier and TypeMethodDescriptionSampleCoexpressionAnalysisService.compute
(ExpressionExperiment ee, PreparedCoexMatrices matrices) Computes sample correlation matrices for the given experiment.SampleCoexpressionAnalysisServiceImpl.compute
(ExpressionExperiment ee, PreparedCoexMatrices matrices) Unfortunately, this method breaks under high contention (see #400, so we need to fully lock the database while undergoing usingIsolation.SERIALIZABLE
transaction isolation level.