Class DifferentialExpressionAnalysisValueObject
- java.lang.Object
- 
- ubic.gemma.model.IdentifiableValueObject<T>
- 
- ubic.gemma.model.analysis.AnalysisValueObject<DifferentialExpressionAnalysis>
- 
- ubic.gemma.model.analysis.expression.diff.DifferentialExpressionAnalysisValueObject
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Identifiable
 
 public class DifferentialExpressionAnalysisValueObject extends AnalysisValueObject<DifferentialExpressionAnalysis> implements Serializable Summary of a differential expression analysis- Author:
- paul
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static doubleDEFAULT_THRESHOLD- 
Fields inherited from class ubic.gemma.model.IdentifiableValueObjectid
 
- 
 - 
Constructor SummaryConstructors Constructor Description DifferentialExpressionAnalysisValueObject()DifferentialExpressionAnalysisValueObject(DifferentialExpressionAnalysis analysis)Does not populate the resultSets.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<Long,Collection<FactorValueValueObject>>getFactorValuesUsed()Deprecated.This was renamed for clarity.Map<Long,Collection<FactorValueValueObject>>getFactorValuesUsedByExperimentalFactorId()Produce a mapping ofExperimentalFactorIDs toFactorValueVOs used in this analysis.booleanisSubset()StringtoString()- 
Methods inherited from class ubic.gemma.model.IdentifiableValueObjectgetId, setId
 
- 
 
- 
- 
- 
Field Detail- 
DEFAULT_THRESHOLDpublic static final double DEFAULT_THRESHOLD - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
DifferentialExpressionAnalysisValueObjectpublic DifferentialExpressionAnalysisValueObject() 
 - 
DifferentialExpressionAnalysisValueObjectpublic DifferentialExpressionAnalysisValueObject(DifferentialExpressionAnalysis analysis) Does not populate the resultSets.- Parameters:
- analysis- the analysis to read the values from
 
 
- 
 - 
Method Detail- 
getFactorValuesUsed@Deprecated public Map<Long,Collection<FactorValueValueObject>> getFactorValuesUsed() Deprecated.This was renamed for clarity.
 - 
getFactorValuesUsedByExperimentalFactorIdpublic Map<Long,Collection<FactorValueValueObject>> getFactorValuesUsedByExperimentalFactorId() Produce a mapping ofExperimentalFactorIDs toFactorValueVOs used in this analysis.If this is a NOT a subset analysis, then this won't be important (so it may not be populated), but for subset analyses (subsetFactor != null), only the factor values present in the subset are relevant. This can be null in certain cases if set to NULL via #setFactorValuesUsed(Map)so that it does not appear in the JSON serialization, but you can assume it is non-null.
 - 
isSubsetpublic boolean isSubset() 
 
- 
 
-