Class RawExpressionDataVector
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.RawExpressionDataVector
- All Implemented Interfaces:
Identifiable
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
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanImportant note: Two objects with the same class and non-null ID must be considered equal.int[]Obtain the number of cells that were used to compute each value in this data vector, ornullif now known/available.inthashCode()Returns a hash code based on this entity's identifiers.voidsetNumberOfCells(int[] numberOfCells) Methods inherited from class ubic.gemma.model.expression.bioAssayData.BulkExpressionDataVector
getBioAssayDimension, getOriginalDesignElement, setBioAssayDimension, toStringMethods inherited from class ubic.gemma.model.expression.bioAssayData.DesignElementDataVector
getDesignElement, setDesignElementMethods inherited from class ubic.gemma.model.expression.bioAssayData.DataVector
getData, getDataAsBooleans, getDataAsBuffer, getDataAsChars, getDataAsDoubleBuffer, getDataAsDoubles, getDataAsFloatBuffer, getDataAsFloats, getDataAsIntBuffer, getDataAsInts, getDataAsLongBuffer, getDataAsLongs, getDataAsObjects, getDataAsStrings, getDataAsTabbedStrings, getExpressionExperiment, getQuantitationType, setData, setDataAsBooleans, setDataAsChars, setDataAsDoubles, setDataAsFloats, setDataAsInts, setDataAsLongs, setDataAsObjects, setDataAsStrings, setDataAsTabbedStrings, setExpressionExperiment, setQuantitationTypeMethods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setId
-
Constructor Details
-
RawExpressionDataVector
public RawExpressionDataVector()
-
-
Method Details
-
getNumberOfCells
Description copied from class:BulkExpressionDataVectorObtain the number of cells that were used to compute each value in this data vector, ornullif now known/available.- Specified by:
getNumberOfCellsin classBulkExpressionDataVector
-
setNumberOfCells
- Specified by:
setNumberOfCellsin classBulkExpressionDataVector
-
hashCode
public int hashCode()Description copied from class:DataVectorReturns a hash code based on this entity's identifiers.- Overrides:
hashCodein classDesignElementDataVector
-
equals
Description copied from class:AbstractIdentifiableImportant 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:
equalsin classAbstractIdentifiable
-