Class ExpressionExperimentQCUtils
- java.lang.Object
-
- ubic.gemma.web.controller.expression.experiment.ExpressionExperimentQCUtils
-
public class ExpressionExperimentQCUtils extends Object
Helper functions for checking existence etc. of QC information.- Author:
- paul
-
-
Constructor Summary
Constructors Constructor Description ExpressionExperimentQCUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
hasNodeDegreeDistFile(ExpressionExperiment ee)
static boolean
hasPvalueDistFiles(ExpressionExperiment ee)
static int
numFactors(ExpressionExperiment expressionExperiment)
-
-
-
Method Detail
-
hasNodeDegreeDistFile
public static boolean hasNodeDegreeDistFile(ExpressionExperiment ee)
-
hasPvalueDistFiles
public static boolean hasPvalueDistFiles(ExpressionExperiment ee)
-
numFactors
public static int numFactors(ExpressionExperiment expressionExperiment)
- Parameters:
expressionExperiment
- ee- Returns:
- How many factors (including batches) will be displayed in the PCA results?
-
-