Uses of Class
ubic.gemma.core.analysis.singleCell.aggregate.SingleCellAggregationException
Packages that use SingleCellAggregationException
Package
Description
This package contains classes for subsetting and aggregating single-cell data.
-
Uses of SingleCellAggregationException in ubic.gemma.core.analysis.singleCell.aggregate
Modifier and TypeClassDescriptionclassException raised when aScaleTypeis not suitable for aggregating.Methods in ubic.gemma.core.analysis.singleCell.aggregate that throw SingleCellAggregationExceptionModifier and TypeMethodDescriptionSingleCellExpressionExperimentAggregateService.aggregateVectors(ExpressionExperiment ee, QuantitationType qt, List<BioAssay> cellBAs, CellLevelCharacteristics cellLevelCharacteristics, ExperimentalFactor factor, Map<Characteristic, FactorValue> cellTypeMapping, SingleCellAggregationConfig config) Aggregate preferred single-cell data vectors by the given cell-level characteristics.SingleCellExpressionExperimentAggregateService.aggregateVectorsByCellType(ExpressionExperiment ee, List<BioAssay> cellBAs, SingleCellAggregationConfig config) Aggregate preferred single-cell data vectors by the preferred cell type assignment and the only cell type factor of the experiment.