Class ProcessedExpressionDataVector
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.expression.bioAssayData.DataVector
ubic.gemma.model.expression.bioAssayData.DesignElementDataVector
ubic.gemma.model.expression.bioAssayData.BulkExpressionDataVector
ubic.gemma.model.expression.bioAssayData.ProcessedExpressionDataVector
- All Implemented Interfaces:
Identifiable
Represents the processed data that is used for actual analyses.
The vectors in this class would have been masked to remove missing values.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.model.expression.bioAssayData.BulkExpressionDataVector
getOriginalDesignElement, toString
Methods inherited from class ubic.gemma.model.expression.bioAssayData.DataVector
getDataAsBooleans, getDataAsBuffer, getDataAsChars, getDataAsDoubleBuffer, getDataAsDoubles, getDataAsFloatBuffer, getDataAsFloats, getDataAsIntBuffer, getDataAsInts, getDataAsLongBuffer, getDataAsLongs, getDataAsObjects, getDataAsStrings, getDataAsTabbedStrings, setDataAsBooleans, setDataAsChars, setDataAsDoubles, setDataAsFloats, setDataAsInts, setDataAsLongs, setDataAsObjects, setDataAsStrings, setDataAsTabbedStrings
Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setId
-
Constructor Details
-
ProcessedExpressionDataVector
public ProcessedExpressionDataVector()
-
-
Method Details
-
hashCode
public int hashCode()Description copied from class:DataVector
Returns a hash code based on this entity's identifiers.- Overrides:
hashCode
in classDesignElementDataVector
-
equals
Description copied from class:AbstractIdentifiable
Important note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.- Specified by:
equals
in classAbstractIdentifiable
-