Class DifferentialExpressionAnalysisValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<DifferentialExpressionAnalysis>
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:
-
Field Summary
FieldsFields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
Constructor Summary
ConstructorsConstructorDescriptionDoes not populate the resultSets. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.This was renamed for clarity.Produce a mapping ofExperimentalFactor
IDs toFactorValue
VOs used in this analysis.Deprecated.useinvalid reference
#getSourceExperimentId()
boolean
isSubset()
toString()
Methods inherited from class ubic.gemma.model.analysis.AnalysisValueObject
getName, getProtocol, setName, setProtocol
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId
-
Field Details
-
DEFAULT_THRESHOLD
public static final double DEFAULT_THRESHOLD- See Also:
-
-
Constructor Details
-
DifferentialExpressionAnalysisValueObject
public DifferentialExpressionAnalysisValueObject() -
DifferentialExpressionAnalysisValueObject
Does not populate the resultSets.- Parameters:
analysis
- the analysis to read the values from
-
-
Method Details
-
getBioAssaySetId
Deprecated.useinvalid reference
#getExperimentAnalyzedId()
-
getSourceExperiment
Deprecated.useinvalid reference
#getSourceExperimentId()
-
getFactorValuesUsed
Deprecated.This was renamed for clarity.- See Also:
-
getFactorValuesUsedByExperimentalFactorId
Produce a mapping ofExperimentalFactor
IDs toFactorValue
VOs 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
invalid reference
#setFactorValuesUsed(Map)
-
isSubset
public boolean isSubset() -
toString
- Overrides:
toString
in classIdentifiableValueObject<DifferentialExpressionAnalysis>
-
invalid reference