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 SummaryConstructors Constructor Description ExpressionExperimentQCUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanhasNodeDegreeDistFile(ExpressionExperiment ee)static booleanhasPvalueDistFiles(ExpressionExperiment ee)static intnumFactors(ExpressionExperiment expressionExperiment)
 
- 
- 
- 
Method Detail- 
hasNodeDegreeDistFilepublic static boolean hasNodeDegreeDistFile(ExpressionExperiment ee) 
 - 
hasPvalueDistFilespublic static boolean hasPvalueDistFiles(ExpressionExperiment ee) 
 - 
numFactorspublic static int numFactors(ExpressionExperiment expressionExperiment) - Parameters:
- expressionExperiment- ee
- Returns:
- How many factors (including batches) will be displayed in the PCA results?
 
 
- 
 
-