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 SummaryNested Classes Modifier and Type Class Description static classRawExpressionDataVector.Factory
 - 
Constructor SummaryConstructors Constructor Description RawExpressionDataVector()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)inthashCode()Returns a hash code based on this entity's identifiers.StringtoString()- 
Methods inherited from class ubic.gemma.model.expression.bioAssayData.DesignElementDataVectorgetBioAssayDimension, getDesignElement, setBioAssayDimension, setDesignElement
 - 
Methods inherited from class ubic.gemma.model.expression.bioAssayData.DataVectorgetData, getExpressionExperiment, getId, getQuantitationType, setData, setExpressionExperiment, setId, setQuantitationType
 
- 
 
- 
- 
- 
Method Detail- 
hashCodepublic int hashCode() Returns a hash code based on this entity's identifiers.- Specified by:
- hashCodein class- DataVector
 
 - 
equalspublic boolean equals(Object object) - Specified by:
- equalsin class- DataVector
 
 
- 
 
-