Class SingleCellExpressionDataVector
- 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.SingleCellExpressionDataVector
-
- All Implemented Interfaces:
Identifiable
public class SingleCellExpressionDataVector extends DesignElementDataVector
An expression data vector that contains data at the resolution of individual cells.This is achieved by storing cell metadata such as IDs and cell types in a
SingleCellDimension
that is shared among all vectors of a givenExpressionExperiment
and individual non-zero cell expression in a sparse data structure similar to the rows of a CSR matrix.- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description SingleCellExpressionDataVector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Important note: Two objects with the same class and non-null ID must be considered equal.String
toString()
-
Methods inherited from class ubic.gemma.model.expression.bioAssayData.DesignElementDataVector
getOriginalDesignElement, hashCode
-
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
-
-
-
-
Method Detail
-
equals
public boolean equals(Object object)
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
-
toString
public String toString()
- Overrides:
toString
in classAbstractIdentifiable
-
-