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 SummaryNested Classes Modifier and Type Class Description static classExperimentExpressionLevelsValueObject.GeneElementExpressionsValueObjectstatic classExperimentExpressionLevelsValueObject.VectorElementValueObject
 - 
Field SummaryFields Modifier and Type Field Description static StringOPT_AVGstatic StringOPT_PICK_MAXstatic StringOPT_PICK_VAR
 - 
Constructor SummaryConstructors Constructor Description ExperimentExpressionLevelsValueObject()ExperimentExpressionLevelsValueObject(long datasetId, Map<Gene,List<DoubleVectorValueObject>> vectorsPerGene, boolean keepGeneNonSpecific, String conslidationMode)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDatasetId()LinkedList<ExperimentExpressionLevelsValueObject.GeneElementExpressionsValueObject>getGeneExpressionLevels()
 
- 
- 
- 
Field Detail- 
OPT_PICK_MAXpublic static final String OPT_PICK_MAX - See Also:
- Constant Field Values
 
 - 
OPT_PICK_VARpublic static final String OPT_PICK_VAR - See Also:
- Constant Field Values
 
 - 
OPT_AVGpublic static final String OPT_AVG - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDatasetIdpublic long getDatasetId() 
 - 
getGeneExpressionLevelspublic LinkedList<ExperimentExpressionLevelsValueObject.GeneElementExpressionsValueObject> getGeneExpressionLevels() 
 
- 
 
-