use of ubic.gemma.core.datastructure.matrix.ExpressionDataTestMatrix in project Gemma by PavlidisLab.
the class ExpressionDataSVDTest method setUp.
@Before
public void setUp() throws Exception {
testData = new ExpressionDataTestMatrix();
svd = new ExpressionDataSVD(testData, false);
}
Aggregations