Class SingleCellDimensionUtils
java.lang.Object
ubic.gemma.model.expression.bioAssayData.SingleCellDimensionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateIndex(SingleCellDimension singleCellDimension) Create an index of bioassays to their cell IDs and their position in the bioassays.createReverseIndex(SingleCellDimension singleCellDimension) Create a reverse index of cell IDs to their corresponding position in bioassays.
-
Constructor Details
-
SingleCellDimensionUtils
public SingleCellDimensionUtils()
-
-
Method Details
-
createIndex
public static Map<BioAssay,Map<String, createIndexInteger>> (SingleCellDimension singleCellDimension) Create an index of bioassays to their cell IDs and their position in the bioassays.This is useful for quickly finding the position of a cell ID in a corresponding
SingleCellExpressionDataVector. -
createReverseIndex
public static Map<String,Map<BioAssay, createReverseIndexInteger>> (SingleCellDimension singleCellDimension) Create a reverse index of cell IDs to their corresponding position in bioassays.This is useful to find the occurrences of a given barcode in a
SingleCellExpressionDataVector.
-