Class SingleCellExpressionExperimentCreateSubSetsAndAggregateServiceImpl
java.lang.Object
ubic.gemma.core.analysis.singleCell.aggregate.SingleCellExpressionExperimentCreateSubSetsAndAggregateServiceImpl
- All Implemented Interfaces:
SingleCellExpressionExperimentCreateSubSetsAndAggregateService
@Service
public class SingleCellExpressionExperimentCreateSubSetsAndAggregateServiceImpl
extends Object
implements SingleCellExpressionExperimentCreateSubSetsAndAggregateService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSubSetsAndAggregate(ExpressionExperiment expressionExperiment, QuantitationType scQt, CellLevelCharacteristics clc, ExperimentalFactor cellTypeFactor, Map<Characteristic, FactorValue> c2f, SingleCellExperimentSubSetsCreationConfig singleCellExperimentSubSetsCreationConfig, SingleCellAggregationConfig config) Create subsets and aggregate by any cell-level characteristics.createSubSetsAndAggregateByCellType(ExpressionExperiment expressionExperiment, SingleCellExperimentSubSetsCreationConfig singleCellExperimentSubSetsCreationConfig, SingleCellAggregationConfig config) Create subsets and aggregate by cell type.redoAggregate(ExpressionExperiment expressionExperiment, QuantitationType scQt, CellLevelCharacteristics clc, ExperimentalFactor factor, Map<Characteristic, FactorValue> c2f, BioAssayDimension dimension, QuantitationType previousQt, SingleCellAggregationConfig config) Re-aggregate a dataset by any cell-level characteristics.redoAggregateByCellType(ExpressionExperiment expressionExperiment, BioAssayDimension dimension, QuantitationType previousQt, SingleCellAggregationConfig config) Re-aggregate a dataset by cell type.
-
Constructor Details
-
SingleCellExpressionExperimentCreateSubSetsAndAggregateServiceImpl
public SingleCellExpressionExperimentCreateSubSetsAndAggregateServiceImpl()
-
-
Method Details
-
createSubSetsAndAggregateByCellType
@Transactional public QuantitationType createSubSetsAndAggregateByCellType(ExpressionExperiment expressionExperiment, SingleCellExperimentSubSetsCreationConfig singleCellExperimentSubSetsCreationConfig, SingleCellAggregationConfig config) Description copied from interface:SingleCellExpressionExperimentCreateSubSetsAndAggregateServiceCreate subsets and aggregate by cell type.- Specified by:
createSubSetsAndAggregateByCellTypein interfaceSingleCellExpressionExperimentCreateSubSetsAndAggregateService- See Also:
-
createSubSetsAndAggregate
@Transactional public QuantitationType createSubSetsAndAggregate(ExpressionExperiment expressionExperiment, QuantitationType scQt, CellLevelCharacteristics clc, ExperimentalFactor cellTypeFactor, Map<Characteristic, FactorValue> c2f, SingleCellExperimentSubSetsCreationConfig singleCellExperimentSubSetsCreationConfig, SingleCellAggregationConfig config) Description copied from interface:SingleCellExpressionExperimentCreateSubSetsAndAggregateServiceCreate subsets and aggregate by any cell-level characteristics.- Specified by:
createSubSetsAndAggregatein interfaceSingleCellExpressionExperimentCreateSubSetsAndAggregateService- See Also:
-
redoAggregateByCellType
@Transactional public QuantitationType redoAggregateByCellType(ExpressionExperiment expressionExperiment, BioAssayDimension dimension, @Nullable QuantitationType previousQt, SingleCellAggregationConfig config) Description copied from interface:SingleCellExpressionExperimentCreateSubSetsAndAggregateServiceRe-aggregate a dataset by cell type.- Specified by:
redoAggregateByCellTypein interfaceSingleCellExpressionExperimentCreateSubSetsAndAggregateService- Parameters:
dimension- a dimension to reuse for aggregatingpreviousQt- a previous quantitation type the re-aggregated one is replacing, it will be removed prior to the new one being added. Ignored if null.- See Also:
-
redoAggregate
@Transactional public QuantitationType redoAggregate(ExpressionExperiment expressionExperiment, QuantitationType scQt, CellLevelCharacteristics clc, ExperimentalFactor factor, Map<Characteristic, FactorValue> c2f, BioAssayDimension dimension, @Nullable QuantitationType previousQt, SingleCellAggregationConfig config) Description copied from interface:SingleCellExpressionExperimentCreateSubSetsAndAggregateServiceRe-aggregate a dataset by any cell-level characteristics.- Specified by:
redoAggregatein interfaceSingleCellExpressionExperimentCreateSubSetsAndAggregateService- Parameters:
dimension- a dimension to reuse for aggregatingpreviousQt- a previous quantitation type the re-aggregated one is replacing, it will be removed prior to the new one being added. Ignored if null.- See Also:
-