Uses of Class
ubic.gemma.model.expression.experiment.ExpressionExperimentSubSet
Packages that use ExpressionExperimentSubSet
Package
Description
This package contains classes for analysing single-cell expression data.
This package contains classes for subsetting and aggregating single-cell data.
-
Uses of ExpressionExperimentSubSet in ubic.gemma.core.analysis.expression.diff
Methods in ubic.gemma.core.analysis.expression.diff with parameters of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionDiffExAnalyzer.run(ExpressionExperimentSubSet subset, ExpressionDataDoubleMatrix dmatrix, DifferentialExpressionAnalysisConfig config) Analyze a subset.LinearModelAnalyzer.run(ExpressionExperimentSubSet subset, ExpressionDataDoubleMatrix dmatrix, DifferentialExpressionAnalysisConfig config) Check if a factor value should be excluded from the analysis.Method parameters in ubic.gemma.core.analysis.expression.diff with type arguments of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionDiffExAnalyzer.run(ExpressionExperiment expressionExperiment, Map<FactorValue, ExpressionExperimentSubSet> subsets, ExpressionDataDoubleMatrix dmatrix, DifferentialExpressionAnalysisConfig config) Analyze a dataset with a pre-existing subset structure.LinearModelAnalyzer.run(ExpressionExperiment ee, Map<FactorValue, ExpressionExperimentSubSet> subsets, ExpressionDataDoubleMatrix dmatrix, DifferentialExpressionAnalysisConfig config) -
Uses of ExpressionExperimentSubSet in ubic.gemma.core.analysis.preprocess.batcheffects
Methods in ubic.gemma.core.analysis.preprocess.batcheffects that return types with arguments of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionExpressionExperimentBatchInformationService.getSignificantBatchConfoundsForSubsets(ExpressionExperiment ee) Obtain the significant batch confounds for a dataset subsets.ExpressionExperimentBatchInformationServiceImpl.getSignificantBatchConfoundsForSubsets(ExpressionExperiment ee) -
Uses of ExpressionExperimentSubSet in ubic.gemma.core.analysis.singleCell
Method parameters in ubic.gemma.core.analysis.singleCell with type arguments of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionstatic Map<Characteristic, FactorValue> CellLevelCharacteristicsMappingUtils.createMappingBySubSetCharacteristics(CellLevelCharacteristics clc, ExperimentalFactor factor, Map<FactorValue, ExpressionExperimentSubSet> subsets) Infer the mapping of cell type assignments to factor values using a subset structure. -
Uses of ExpressionExperimentSubSet in ubic.gemma.core.analysis.singleCell.aggregate
Methods in ubic.gemma.core.analysis.singleCell.aggregate that return types with arguments of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionSingleCellExpressionExperimentSubSetService.createSubSets(ExpressionExperiment ee, SingleCellDimension scd, CellLevelCharacteristics clc, ExperimentalFactor factor, Map<Characteristic, FactorValue> cellTypeMapping, SingleCellExperimentSubSetsCreationConfig config) Subset biomaterials and bioassays by the givenCellLevelCharacteristics.SingleCellExpressionExperimentSubSetServiceImpl.createSubSets(ExpressionExperiment ee, SingleCellDimension scd, CellLevelCharacteristics clc, ExperimentalFactor factor, Map<Characteristic, FactorValue> mappedCellTypeFactors, SingleCellExperimentSubSetsCreationConfig config) SingleCellExpressionExperimentSubSetService.createSubSetsByCellType(ExpressionExperiment ee, SingleCellExperimentSubSetsCreationConfig config) Subset a single-cell dataset by preferred cell type assignment the cell type factor and theSingleCellExpressionExperimentSubSetServiceImpl.createSubSetsByCellType(ExpressionExperiment ee, SingleCellExperimentSubSetsCreationConfig config) -
Uses of ExpressionExperimentSubSet in ubic.gemma.core.visualization
Methods in ubic.gemma.core.visualization that return types with arguments of type ExpressionExperimentSubSetMethods in ubic.gemma.core.visualization with parameters of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionstatic ExpressionDataHeatmapExpressionDataHeatmap.fromDesignElements(ExpressionExperimentSubSet subSet, BioAssayDimension dimension, Slice<CompositeSequence> designElements, List<Gene> genes) Create a heatmap for a subset using design elements.static ExpressionDataHeatmapExpressionDataHeatmap.fromVectors(ExpressionExperimentSubSet subSet, BioAssayDimension dimension, Slice<? extends BulkExpressionDataVector> vectors, List<Gene> genes) Create a heatmap for a subset.Constructor parameters in ubic.gemma.core.visualization with type arguments of type ExpressionExperimentSubSetModifierConstructorDescriptionSingleCellSparsityHeatmap(ExpressionExperiment expressionExperiment, SingleCellDimension singleCellDimension, BioAssayDimension dimension, Collection<ExpressionExperimentSubSet> subSets, Map<BioAssay, Long> designElementsPerSample, SingleCellSparsityHeatmap.SingleCellHeatmapType type) -
Uses of ExpressionExperimentSubSet in ubic.gemma.model.expression.experiment
Subclasses with type arguments of type ExpressionExperimentSubSet in ubic.gemma.model.expression.experimentMethods in ubic.gemma.model.expression.experiment that return ExpressionExperimentSubSetModifier and TypeMethodDescriptionstatic ExpressionExperimentSubSetExpressionExperimentSubSet.Factory.newInstance(String name, ExpressionExperiment sourceExperiment) Subsets are named by appending the name to the source experiment name, separated byExpressionExperimentSubSet.NAME_DELIMITER.Methods in ubic.gemma.model.expression.experiment with parameters of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionstatic StringExpressionExperimentSubSetUtils.getUnprefixedName(ExpressionExperimentSubSet subset) Obtain the unprefixed name of a subset, i.e., the name without the source experiment name and delimiter.Constructors in ubic.gemma.model.expression.experiment with parameters of type ExpressionExperimentSubSetModifierConstructorDescriptionExpressionExperimentSubsetValueObject(ExpressionExperimentSubSet ees, Map<ArrayDesign, ArrayDesignValueObject> arrayDesignValueObjectsById, Map<BioAssay, BioAssay> bioAssay2SourceBioAssayMap, boolean includeAssays, boolean basic, boolean allFactorValues) -
Uses of ExpressionExperimentSubSet in ubic.gemma.persistence.service.expression.bioAssay
Methods in ubic.gemma.persistence.service.expression.bioAssay with parameters of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionBioAssayDao.loadValueObjectsByCursorForSubSet(ExpressionExperimentSubSet subset, Cursor cursor, int limit) Cursor-paged listing ofBioAssayValueObjects for a singleExpressionExperimentSubSet, sorted by ascendingid— seeCURSOR_PAGINATION_STEP1_PLAN.mdstep 1u (the subset-scoped twin of step 1k).BioAssayDaoImpl.loadValueObjectsByCursorForSubSet(ExpressionExperimentSubSet subset, Cursor cursor, int limit) BioAssayReadService.loadValueObjectsByCursorForSubSet(ExpressionExperimentSubSet subset, Cursor cursor, int limit) BioAssayReadServiceImpl.loadValueObjectsByCursorForSubSet(ExpressionExperimentSubSet subset, Cursor cursor, int limit) BioAssayService.loadValueObjectsByCursorForSubSet(ExpressionExperimentSubSet subset, Cursor cursor, int limit) Cursor-mode counterpart to the legacy unpaginated subset-scoped sample listing — seeCURSOR_PAGINATION_STEP1_PLAN.mdstep 1u.BioAssayServiceImpl.loadValueObjectsByCursorForSubSet(ExpressionExperimentSubSet subset, Cursor cursor, int limit) -
Uses of ExpressionExperimentSubSet in ubic.gemma.persistence.service.expression.experiment
Subclasses with type arguments of type ExpressionExperimentSubSet in ubic.gemma.persistence.service.expression.experimentModifier and TypeClassDescriptionclassBase Spring DAO Class: is able to create, update, remove, load, and find objects of typeubic.gemma.model.expression.experiment.ExpressionExperimentSubSet.classSubinterfaces with type arguments of type ExpressionExperimentSubSet in ubic.gemma.persistence.service.expression.experimentModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in ubic.gemma.persistence.service.expression.experiment that return ExpressionExperimentSubSetModifier and TypeMethodDescriptionExpressionExperimentSubSetService.create(ExpressionExperimentSubSet expressionExperimentSubSet) ExpressionExperimentSubSetDaoImpl.find(ExpressionExperimentSubSet entity) ExpressionExperimentSubSetService.find(ExpressionExperimentSubSet entity) ExpressionExperimentSubSetService.findOrCreate(ExpressionExperimentSubSet entity) ExpressionExperimentDao.getSubSetById(ExpressionExperiment ee, Long subSetId) ExpressionExperimentDaoImpl.getSubSetById(ExpressionExperiment ee, Long subSetId) ExpressionExperimentService.getSubSetByIdWithCharacteristics(ExpressionExperiment ee, Long subSetId) ExpressionExperimentServiceImpl.getSubSetByIdWithCharacteristics(ExpressionExperiment ee, Long subSetId) ExpressionExperimentSubSetReadService.getSubSetByIdWithCharacteristics(ExpressionExperiment ee, Long subSetId) Obtain a particular subset by ID, with characteristics initialized.ExpressionExperimentSubSetReadServiceImpl.getSubSetByIdWithCharacteristics(ExpressionExperiment ee, Long subSetId) ExpressionExperimentService.getSubSetByIdWithCharacteristicsAndBioAssays(ExpressionExperiment ee, Long subSetId) Obtain a particular subset by ID.ExpressionExperimentServiceImpl.getSubSetByIdWithCharacteristicsAndBioAssays(ExpressionExperiment ee, Long subSetId) ExpressionExperimentSubSetReadService.getSubSetByIdWithCharacteristicsAndBioAssays(ExpressionExperiment ee, Long subSetId) Obtain a particular subset by ID, with characteristics initialized and assays thawed.ExpressionExperimentSubSetReadServiceImpl.getSubSetByIdWithCharacteristicsAndBioAssays(ExpressionExperiment ee, Long subSetId) ExpressionExperimentSubSetReadService.loadSubSet(Long id) Load a subset by ID, without initializing collections.ExpressionExperimentSubSetReadServiceImpl.loadSubSet(Long id) ExpressionExperimentSubSetReadService.loadSubSetWithBioAssays(Long id) Load a subset by ID with its bio-assays initialized.ExpressionExperimentSubSetReadServiceImpl.loadSubSetWithBioAssays(Long id) ExpressionExperimentSubSetDao.loadWithBioAssays(Long id) ExpressionExperimentSubSetDaoImpl.loadWithBioAssays(Long id) ExpressionExperimentSubSetService.loadWithBioAssays(Long id) ExpressionExperimentSubSetServiceImpl.loadWithBioAssays(Long id) Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionExpressionExperimentSubSetDao.findByBioAssayIn(Collection<BioAssay> bioAssays) ExpressionExperimentSubSetDaoImpl.findByBioAssayIn(Collection<BioAssay> bioAssays) ExpressionExperimentSubSetReadService.findByBioAssayIn(Collection<BioAssay> bioAssays) Find every subset that contains any of the supplied bio-assays.ExpressionExperimentSubSetReadServiceImpl.findByBioAssayIn(Collection<BioAssay> bioAssays) ExpressionExperimentSubSetService.findByBioAssayIn(Collection<BioAssay> bioAssays) ExpressionExperimentSubSetServiceImpl.findByBioAssayIn(Collection<BioAssay> bioAssays) ExpressionExperimentDao.getSubSets(ExpressionExperiment expressionExperiment) ExpressionExperimentDao.getSubSets(ExpressionExperiment expressionExperiment, BioAssayDimension bad) ExpressionExperimentDaoImpl.getSubSets(ExpressionExperiment expressionExperiment) ExpressionExperimentDaoImpl.getSubSets(ExpressionExperiment expressionExperiment, BioAssayDimension bad) ExpressionExperimentService.getSubSets(ExpressionExperiment expressionExperiment, BioAssayDimension dimension) Obtain the subsets for a particular dimension.ExpressionExperimentServiceImpl.getSubSets(ExpressionExperiment expressionExperiment, BioAssayDimension dimension) ExpressionExperimentSubSetReadService.getSubSets(ExpressionExperiment expressionExperiment, BioAssayDimension dimension) Obtain the subsets for a particular dimension.ExpressionExperimentSubSetReadServiceImpl.getSubSets(ExpressionExperiment expressionExperiment, BioAssayDimension dimension) ExpressionExperimentDao.getSubSetsByDimension(ExpressionExperiment expressionExperiment) ExpressionExperimentDaoImpl.getSubSetsByDimension(ExpressionExperiment expressionExperiment) ExpressionExperimentService.getSubSetsByDimension(ExpressionExperiment expressionExperiment) Obtain all the subsets organized by dimension for a given dataset.ExpressionExperimentServiceImpl.getSubSetsByDimension(ExpressionExperiment expressionExperiment) ExpressionExperimentSubSetReadService.getSubSetsByDimension(ExpressionExperiment expressionExperiment) Obtain all the subsets organized by dimension for a given dataset.ExpressionExperimentSubSetReadServiceImpl.getSubSetsByDimension(ExpressionExperiment expressionExperiment) ExpressionExperimentService.getSubSetsByDimensionWithBioAssays(ExpressionExperiment expressionExperiment) Obtain all the subsets organized by dimension for a given dataset.ExpressionExperimentServiceImpl.getSubSetsByDimensionWithBioAssays(ExpressionExperiment expressionExperiment) ExpressionExperimentSubSetReadService.getSubSetsByDimensionWithBioAssays(ExpressionExperiment expressionExperiment) Obtain all the subsets organized by dimension for a given dataset, with assays thawed.ExpressionExperimentSubSetReadServiceImpl.getSubSetsByDimensionWithBioAssays(ExpressionExperiment expressionExperiment) ExpressionExperimentDao.getSubSetsByExpressionExperiments(Collection<ExpressionExperiment> expressionExperiments) Batched variant ofExpressionExperimentDao.getSubSets(ExpressionExperiment): obtain subsets for every experiment in the input collection in a single query, keyed by source experiment.ExpressionExperimentDaoImpl.getSubSetsByExpressionExperiments(Collection<ExpressionExperiment> expressionExperiments) ExpressionExperimentService.getSubSetsByFactorValue(ExpressionExperiment expressionExperiment, BioAssayDimension dimension) Reconstitute the FV to subset mapping for a given experiment.ExpressionExperimentService.getSubSetsByFactorValue(ExpressionExperiment expressionExperiment, ExperimentalFactor experimentalFactor, BioAssayDimension dimension) Reconstitute the FV to subset mapping for a given experiment and factor.ExpressionExperimentServiceImpl.getSubSetsByFactorValue(ExpressionExperiment expressionExperiment, BioAssayDimension dimension) ExpressionExperimentServiceImpl.getSubSetsByFactorValue(ExpressionExperiment expressionExperiment, ExperimentalFactor experimentalFactor, BioAssayDimension dimension) ExpressionExperimentSubSetReadService.getSubSetsByFactorValue(ExpressionExperiment expressionExperiment, BioAssayDimension dimension) Reconstitute the FV-to-subset mapping for a given experiment along all separating factors.ExpressionExperimentSubSetReadService.getSubSetsByFactorValue(ExpressionExperiment expressionExperiment, ExperimentalFactor experimentalFactor, BioAssayDimension dimension) Reconstitute the FV-to-subset mapping for a given experiment and factor.ExpressionExperimentSubSetReadServiceImpl.getSubSetsByFactorValue(ExpressionExperiment expressionExperiment, BioAssayDimension dimension) ExpressionExperimentSubSetReadServiceImpl.getSubSetsByFactorValue(ExpressionExperiment expressionExperiment, ExperimentalFactor experimentalFactor, BioAssayDimension dimension) ExpressionExperimentService.getSubSetsByFactorValueWithCharacteristicsAndBioAssays(ExpressionExperiment expressionExperiment, ExperimentalFactor experimentalFactor, BioAssayDimension dimension) Reconstitute the FV to subset mapping for a given experiment and factor.ExpressionExperimentServiceImpl.getSubSetsByFactorValueWithCharacteristicsAndBioAssays(ExpressionExperiment expressionExperiment, ExperimentalFactor experimentalFactor, BioAssayDimension dimension) ExpressionExperimentSubSetReadService.getSubSetsByFactorValueWithCharacteristicsAndBioAssays(ExpressionExperiment expressionExperiment, ExperimentalFactor experimentalFactor, BioAssayDimension dimension) Reconstitute the FV-to-subset mapping for a given experiment and factor, with subset characteristics initialized and assays thawed.ExpressionExperimentSubSetReadServiceImpl.getSubSetsByFactorValueWithCharacteristicsAndBioAssays(ExpressionExperiment expressionExperiment, ExperimentalFactor experimentalFactor, BioAssayDimension dimension) ExpressionExperimentService.getSubSetsWithBioAssays(Collection<ExpressionExperiment> expressionExperiments) Batched variant ofExpressionExperimentService.getSubSetsWithBioAssays(ExpressionExperiment): obtain subsets for every experiment in the input collection in a single query, keyed by source experiment.ExpressionExperimentService.getSubSetsWithBioAssays(ExpressionExperiment expressionExperiment) Obtain all the subsets for a given dataset.ExpressionExperimentService.getSubSetsWithBioAssays(ExpressionExperiment expressionExperiment, BioAssayDimension dimension) Obtain the subsets for a particular dimension.ExpressionExperimentServiceImpl.getSubSetsWithBioAssays(Collection<ExpressionExperiment> expressionExperiments) ExpressionExperimentServiceImpl.getSubSetsWithBioAssays(ExpressionExperiment expressionExperiment) ExpressionExperimentServiceImpl.getSubSetsWithBioAssays(ExpressionExperiment expressionExperiment, BioAssayDimension dimension) ExpressionExperimentSubSetReadService.getSubSetsWithBioAssays(Collection<ExpressionExperiment> expressionExperiments) Batched variant: obtain subsets for every experiment in the input collection in a single query, keyed by source experiment.ExpressionExperimentSubSetReadService.getSubSetsWithBioAssays(ExpressionExperiment expressionExperiment) Obtain all the subsets for a given dataset.ExpressionExperimentSubSetReadService.getSubSetsWithBioAssays(ExpressionExperiment expressionExperiment, BioAssayDimension dimension) Obtain the subsets for a particular dimension, with assays lightly thawed.ExpressionExperimentSubSetReadServiceImpl.getSubSetsWithBioAssays(Collection<ExpressionExperiment> expressionExperiments) ExpressionExperimentSubSetReadServiceImpl.getSubSetsWithBioAssays(ExpressionExperiment expressionExperiment) ExpressionExperimentSubSetReadServiceImpl.getSubSetsWithBioAssays(ExpressionExperiment expressionExperiment, BioAssayDimension dimension) ExpressionExperimentService.getSubSetsWithCharacteristics(ExpressionExperiment ee) Obtain all the subsets for a given dataset.ExpressionExperimentServiceImpl.getSubSetsWithCharacteristics(ExpressionExperiment ee) ExpressionExperimentSubSetReadService.getSubSetsWithCharacteristics(ExpressionExperiment ee) Obtain all the subsets for a given dataset, with characteristics initialized.ExpressionExperimentSubSetReadServiceImpl.getSubSetsWithCharacteristics(ExpressionExperiment ee) ExpressionExperimentSubSetService.loadAll()Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionExpressionExperimentSubSetService.create(ExpressionExperimentSubSet expressionExperimentSubSet) ExpressionExperimentSubSetDaoImpl.find(ExpressionExperimentSubSet entity) ExpressionExperimentSubSetService.find(ExpressionExperimentSubSet entity) ExpressionExperimentSubSetService.findOrCreate(ExpressionExperimentSubSet entity) ExpressionExperimentReadService.getAnnotations(ExpressionExperimentSubSet ee) ExpressionExperimentReadService.getAnnotations(ExpressionExperimentSubSet ee, boolean includeFreeText) ExpressionExperimentReadServiceImpl.getAnnotations(ExpressionExperimentSubSet ee) ExpressionExperimentReadServiceImpl.getAnnotations(ExpressionExperimentSubSet ee, boolean includeFreeText) ExpressionExperimentService.getAnnotations(ExpressionExperimentSubSet ee) Retrieve annotations for a given experiment subset.ExpressionExperimentService.getAnnotations(ExpressionExperimentSubSet ee, boolean includeFreeText) Retrieve annotations for a given experiment subset, optionally including unmapped ones.ExpressionExperimentServiceImpl.getAnnotations(ExpressionExperimentSubSet ee) ExpressionExperimentServiceImpl.getAnnotations(ExpressionExperimentSubSet ee, boolean includeFreeText) ExpressionExperimentSubSetDao.getArrayDesignsUsed(ExpressionExperimentSubSet subset) ExpressionExperimentSubSetDaoImpl.getArrayDesignsUsed(ExpressionExperimentSubSet subset) ExpressionExperimentSubSetReadService.getArrayDesignsUsed(ExpressionExperimentSubSet subset) Obtain the array designs used by the assays in the subset.ExpressionExperimentSubSetReadServiceImpl.getArrayDesignsUsed(ExpressionExperimentSubSet subset) ExpressionExperimentSubSetService.getArrayDesignsUsed(ExpressionExperimentSubSet subset) ExpressionExperimentSubSetServiceImpl.getArrayDesignsUsed(ExpressionExperimentSubSet subset) ExpressionExperimentDao.getBioMaterialAnnotations(ExpressionExperimentSubSet expressionExperiment) ExpressionExperimentDaoImpl.getBioMaterialAnnotations(ExpressionExperimentSubSet subset) ExpressionExperimentDao.getFactorValueAnnotations(ExpressionExperimentSubSet ee) Obtain factor value-level annotations for a given subset.ExpressionExperimentDaoImpl.getFactorValueAnnotations(ExpressionExperimentSubSet subset) ExpressionExperimentDao.getFactorValueAnnotationsWithParents(ExpressionExperimentSubSet subset) ExpressionExperimentDaoImpl.getFactorValueAnnotationsWithParents(ExpressionExperimentSubSet subset) ExpressionExperimentSubSetDao.getFactorValuesUsed(ExpressionExperimentSubSet entity, ExperimentalFactor factor) Obtain theFactorValueused by the samples from this subset in the given factor.ExpressionExperimentSubSetDaoImpl.getFactorValuesUsed(ExpressionExperimentSubSet entity, ExperimentalFactor factor) ExpressionExperimentSubSetReadService.getFactorValuesUsed(ExpressionExperimentSubSet entity, ExperimentalFactor factor) Obtain theFactorValues used by samples in the given subset for the given factor.ExpressionExperimentSubSetReadServiceImpl.getFactorValuesUsed(ExpressionExperimentSubSet entity, ExperimentalFactor factor) ExpressionExperimentSubSetService.getFactorValuesUsed(ExpressionExperimentSubSet entity, ExperimentalFactor factor) ExpressionExperimentSubSetServiceImpl.getFactorValuesUsed(ExpressionExperimentSubSet entity, ExperimentalFactor factor) voidExpressionExperimentSubSetDaoImpl.remove(ExpressionExperimentSubSet entity) voidExpressionExperimentSubSetService.remove(ExpressionExperimentSubSet entity) Deletes an experiment subset and all of its associated DifferentialExpressionAnalysis objects.voidExpressionExperimentSubSetServiceImpl.remove(ExpressionExperimentSubSet subset) doesn't include removal of sample coexpression matrices, PCA, probe2probe coexpression links, or adjusting experiment set membersMethod parameters in ubic.gemma.persistence.service.expression.experiment with type arguments of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionvoidExpressionExperimentSubSetServiceImpl.remove(Collection<ExpressionExperimentSubSet> entities) -
Uses of ExpressionExperimentSubSet in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util that return ExpressionExperimentSubSetModifier and TypeMethodDescriptionstatic ExpressionExperimentSubSetBusinessKey.find(Session session, ExpressionExperimentSubSet entity) Methods in ubic.gemma.persistence.util with parameters of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionstatic voidBusinessKey.checkKey(ExpressionExperimentSubSet entity) static ExpressionExperimentSubSetBusinessKey.find(Session session, ExpressionExperimentSubSet entity) -
Uses of ExpressionExperimentSubSet in ubic.gemma.rest
Constructors in ubic.gemma.rest with parameters of type ExpressionExperimentSubSetModifierConstructorDescriptionExpressionExperimentSubsetWithFactorValuesObject(ExpressionExperimentSubSet subset, Set<FactorValue> factorValues, Map<ArrayDesign, ArrayDesignValueObject> id2advo, boolean includeAssays, Map<BioAssay, BioAssay> assay2sourceAssayMap) ExpressionExperimentSubSetWithGroupsValueObject(ExpressionExperimentSubSet subset, List<Long> subSetGroupIds) Constructor parameters in ubic.gemma.rest with type arguments of type ExpressionExperimentSubSetModifierConstructorDescriptionBatchInformationValueObject(BatchEffectType batchEffectType, BatchEffectDetails batchEffectDetails, List<BatchConfound> batchConfound, Map<ExpressionExperimentSubSet, List<BatchConfound>> subsetBatchConfounds) -
Uses of ExpressionExperimentSubSet in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return ExpressionExperimentSubSetModifier and TypeMethodDescriptionDatasetArgService.getSubSet(DatasetArg<?> datasetArg, Long subSetId) Methods in ubic.gemma.rest.util.args that return types with arguments of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionDatasetArgService.getSubSets(DatasetArg<?> datasetArg) DatasetArgService.getSubSetsGroupIds(DatasetArg<?> datasetArg) Methods in ubic.gemma.rest.util.args with parameters of type ExpressionExperimentSubSetModifier and TypeMethodDescriptionDatasetArgService.getSubSetGroupIds(DatasetArg<?> datasetArg, ExpressionExperimentSubSet subset)