public class DifferentialExpressionAnalysisValueObject extends AnalysisValueObject<DifferentialExpressionAnalysis> implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static double |
DEFAULT_THRESHOLD |
id| Constructor and Description |
|---|
DifferentialExpressionAnalysisValueObject() |
DifferentialExpressionAnalysisValueObject(DifferentialExpressionAnalysis analysis)
Does not populate the resultSets.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Long,Collection<FactorValueValueObject>> |
getFactorValuesUsed()
Deprecated.
This was renamed for clarity.
|
Map<Long,Collection<FactorValueValueObject>> |
getFactorValuesUsedByExperimentalFactorId()
Produce a mapping of
ExperimentalFactor IDs to
FactorValue VOs used in this analysis. |
boolean |
isSubset() |
String |
toString() |
getId, setIdpublic static final double DEFAULT_THRESHOLD
public DifferentialExpressionAnalysisValueObject()
public DifferentialExpressionAnalysisValueObject(DifferentialExpressionAnalysis analysis)
analysis - the analysis to read the values from@Deprecated public Map<Long,Collection<FactorValueValueObject>> getFactorValuesUsed()
public Map<Long,Collection<FactorValueValueObject>> getFactorValuesUsedByExperimentalFactorId()
ExperimentalFactor IDs to
FactorValue 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 #setFactorValuesUsed(Map) so that it does not appear
in the JSON serialization, but you can assume it is non-null.
public boolean isSubset()
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.