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 BulkExpressionDataVector
getBioAssayDimension, getOriginalDesignElement, getQuantitationType, setBioAssayDimension, setQuantitationType, toStringMethods inherited from class DesignElementDataVector
getDesignElement, setDesignElementMethods inherited from class DataVector
getData, getDataAsBooleans, getDataAsBuffer, getDataAsChars, getDataAsDoubleBuffer, getDataAsDoubles, getDataAsFloatBuffer, getDataAsFloats, getDataAsIntBuffer, getDataAsInts, getDataAsLongBuffer, getDataAsLongs, getDataAsObjects, getDataAsStrings, getDataAsTabbedStrings, getExpressionExperiment, setData, setDataAsBooleans, setDataAsChars, setDataAsDoubles, setDataAsFloats, setDataAsInts, setDataAsLongs, setDataAsObjects, setDataAsStrings, setDataAsTabbedStrings, setExpressionExperimentMethods inherited from class AbstractIdentifiable
getId, setId
-
Constructor Details
-
RawExpressionDataVector
public RawExpressionDataVector()
-
-
Method Details
-
getNumberOfCells
@Nullable public int[] 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
public void setNumberOfCells(@Nullable int[] numberOfCells) - 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
-