Class RawExpressionDataVector
- java.lang.Object
-
- ubic.gemma.model.expression.bioAssayData.DataVector
-
- ubic.gemma.model.expression.bioAssayData.DesignElementDataVector
-
- ubic.gemma.model.expression.bioAssayData.RawExpressionDataVector
-
- All Implemented Interfaces:
Serializable
,Identifiable
public class RawExpressionDataVector extends DesignElementDataVector
Data for one design element, across one or more bioassays, for a single quantitation type. For example, the "expression profile" for a probe (gene) across a set of samples- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RawExpressionDataVector.Factory
-
Constructor Summary
Constructors Constructor Description RawExpressionDataVector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
int
hashCode()
Returns a hash code based on this entity's identifiers.String
toString()
-
Methods inherited from class ubic.gemma.model.expression.bioAssayData.DesignElementDataVector
getBioAssayDimension, getDesignElement, setBioAssayDimension, setDesignElement
-
Methods inherited from class ubic.gemma.model.expression.bioAssayData.DataVector
getData, getExpressionExperiment, getId, getQuantitationType, setData, setExpressionExperiment, setId, setQuantitationType
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
Returns a hash code based on this entity's identifiers.- Specified by:
hashCode
in classDataVector
-
equals
public boolean equals(Object object)
- Specified by:
equals
in classDataVector
-
-