Class ExperimentExpressionLevelsValueObject
- java.lang.Object
-
- ubic.gemma.model.expression.bioAssayData.ExperimentExpressionLevelsValueObject
-
- All Implemented Interfaces:
Serializable
public class ExperimentExpressionLevelsValueObject extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExperimentExpressionLevelsValueObject.GeneElementExpressionsValueObjectstatic classExperimentExpressionLevelsValueObject.VectorElementValueObject
-
Field Summary
Fields Modifier and Type Field Description static StringOPT_AVGstatic StringOPT_PICK_MAXstatic StringOPT_PICK_VAR
-
Constructor Summary
Constructors Constructor Description ExperimentExpressionLevelsValueObject()ExperimentExpressionLevelsValueObject(long datasetId, Map<Gene,List<DoubleVectorValueObject>> vectorsPerGene, boolean keepGeneNonSpecific, String conslidationMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDatasetId()LinkedList<ExperimentExpressionLevelsValueObject.GeneElementExpressionsValueObject>getGeneExpressionLevels()
-
-
-
Field Detail
-
OPT_PICK_MAX
public static final String OPT_PICK_MAX
- See Also:
- Constant Field Values
-
OPT_PICK_VAR
public static final String OPT_PICK_VAR
- See Also:
- Constant Field Values
-
OPT_AVG
public static final String OPT_AVG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDatasetId
public long getDatasetId()
-
getGeneExpressionLevels
public LinkedList<ExperimentExpressionLevelsValueObject.GeneElementExpressionsValueObject> getGeneExpressionLevels()
-
-