Class 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 given ExpressionExperiment and individual non-zero cell expression in a sparse data structure similar to the rows of a CSR matrix.

    Author:
    poirigui
    • Constructor Detail

      • SingleCellExpressionDataVector

        public SingleCellExpressionDataVector()