Uses of Class
ubic.gemma.core.analysis.singleCell.aggregate.SingleCellAggregationConfig
Packages that use SingleCellAggregationConfig
Package
Description
This package contains classes for subsetting and aggregating single-cell data.
-
Uses of SingleCellAggregationConfig in ubic.gemma.core.analysis.singleCell.aggregate
Methods in ubic.gemma.core.analysis.singleCell.aggregate that return SingleCellAggregationConfigModifier and TypeMethodDescriptionSingleCellAggregationConfig.SingleCellAggregationConfigBuilder.build()Methods in ubic.gemma.core.analysis.singleCell.aggregate with parameters of type SingleCellAggregationConfigModifier 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.SingleCellExpressionExperimentAggregateServiceImpl.aggregateVectors(ExpressionExperiment ee, QuantitationType qt, List<BioAssay> cellBAs, CellLevelCharacteristics cellLevelCharacteristics, ExperimentalFactor factor, Map<Characteristic, FactorValue> cellType2Factor, SingleCellAggregationConfig config) 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.SingleCellExpressionExperimentAggregateServiceImpl.aggregateVectorsByCellType(ExpressionExperiment ee, List<BioAssay> cellBAs, SingleCellAggregationConfig config) SingleCellExpressionExperimentCreateSubSetsAndAggregateService.createSubSetsAndAggregate(ExpressionExperiment expressionExperiment, QuantitationType scQt, CellLevelCharacteristics cta, ExperimentalFactor cellTypeFactor, Map<Characteristic, FactorValue> c2f, SingleCellExperimentSubSetsCreationConfig singleCellExperimentSubSetsCreationConfig, SingleCellAggregationConfig config) Create subsets and aggregate by any cell-level characteristics.SingleCellExpressionExperimentCreateSubSetsAndAggregateServiceImpl.createSubSetsAndAggregate(ExpressionExperiment expressionExperiment, QuantitationType scQt, CellLevelCharacteristics clc, ExperimentalFactor cellTypeFactor, Map<Characteristic, FactorValue> c2f, SingleCellExperimentSubSetsCreationConfig singleCellExperimentSubSetsCreationConfig, SingleCellAggregationConfig config) SingleCellExpressionExperimentCreateSubSetsAndAggregateService.createSubSetsAndAggregateByCellType(ExpressionExperiment expressionExperiment, SingleCellExperimentSubSetsCreationConfig singleCellExperimentSubSetsCreationConfig, SingleCellAggregationConfig config) Create subsets and aggregate by cell type.SingleCellExpressionExperimentCreateSubSetsAndAggregateServiceImpl.createSubSetsAndAggregateByCellType(ExpressionExperiment expressionExperiment, SingleCellExperimentSubSetsCreationConfig singleCellExperimentSubSetsCreationConfig, SingleCellAggregationConfig config) SingleCellExpressionExperimentCreateSubSetsAndAggregateService.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.SingleCellExpressionExperimentCreateSubSetsAndAggregateServiceImpl.redoAggregate(ExpressionExperiment expressionExperiment, QuantitationType scQt, CellLevelCharacteristics clc, ExperimentalFactor factor, Map<Characteristic, FactorValue> c2f, BioAssayDimension dimension, QuantitationType previousQt, SingleCellAggregationConfig config) SingleCellExpressionExperimentCreateSubSetsAndAggregateService.redoAggregateByCellType(ExpressionExperiment expressionExperiment, BioAssayDimension dimension, QuantitationType previousQt, SingleCellAggregationConfig config) Re-aggregate a dataset by cell type.SingleCellExpressionExperimentCreateSubSetsAndAggregateServiceImpl.redoAggregateByCellType(ExpressionExperiment expressionExperiment, BioAssayDimension dimension, QuantitationType previousQt, SingleCellAggregationConfig config)