Class PreparedCoexMatrices
java.lang.Object
ubic.gemma.persistence.service.analysis.expression.sampleCoexpression.PreparedCoexMatrices
Helper class for sample coexpression analysis.
-
Constructor Summary
ConstructorsConstructorDescriptionPreparedCoexMatrices
(SampleCoexpressionMatrix matrix, SampleCoexpressionMatrix regressedMatrix) -
Method Summary
-
Constructor Details
-
PreparedCoexMatrices
public PreparedCoexMatrices(@Nullable SampleCoexpressionMatrix matrix, @Nullable SampleCoexpressionMatrix regressedMatrix)
-