Uses of Class
ubic.gemma.model.expression.experiment.ExpressionExperimentSubSet
-
Packages that use ExpressionExperimentSubSet Package Description ubic.gemma.apps This package contains built-in Gemma CLI applications.ubic.gemma.core.analysis.expression.diff ubic.gemma.core.analysis.preprocess.batcheffects ubic.gemma.core.analysis.singleCell.aggregate This packge contains classes for splitting and aggregating single-cell data.ubic.gemma.core.visualization ubic.gemma.model.expression.experiment ubic.gemma.persistence.service.expression.experiment ubic.gemma.persistence.util ubic.gemma.rest ubic.gemma.rest.util.args -
-
Uses of ExpressionExperimentSubSet in ubic.gemma.apps
Methods in ubic.gemma.apps with parameters of type ExpressionExperimentSubSet Modifier and Type Method Description protected void
ExpressionExperimentManipulatingCLI. processExpressionExperimentSubSet(ExpressionExperimentSubSet expressionExperimentSubSet)
Process anExpressionExperimentSubSet
. -
Uses of ExpressionExperimentSubSet in ubic.gemma.core.analysis.expression.diff
Methods in ubic.gemma.core.analysis.expression.diff with parameters of type ExpressionExperimentSubSet Modifier and Type Method Description DifferentialExpressionAnalysis
DiffExAnalyzer. run(ExpressionExperimentSubSet subset, ExpressionDataDoubleMatrix dmatrix, DifferentialExpressionAnalysisConfig config)
Analyze a subset.DifferentialExpressionAnalysis
LinearModelAnalyzer. run(ExpressionExperimentSubSet subset, ExpressionDataDoubleMatrix dmatrix, DifferentialExpressionAnalysisConfig config)
Method parameters in ubic.gemma.core.analysis.expression.diff with type arguments of type ExpressionExperimentSubSet Modifier and Type Method Description Collection<DifferentialExpressionAnalysis>
DiffExAnalyzer. run(ExpressionExperiment expressionExperiment, Map<FactorValue,ExpressionExperimentSubSet> subsets, ExpressionDataDoubleMatrix dmatrix, DifferentialExpressionAnalysisConfig config)
Analyze a dataset with a pre-existing subset structure.Collection<DifferentialExpressionAnalysis>
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 ExpressionExperimentSubSet Modifier and Type Method Description Map<ExpressionExperimentSubSet,List<BatchConfound>>
ExpressionExperimentBatchInformationService. getSignificantBatchConfoundsForSubsets(ExpressionExperiment ee)
Obtain the significant batch confounds for a dataset subsets.Map<ExpressionExperimentSubSet,List<BatchConfound>>
ExpressionExperimentBatchInformationServiceImpl. getSignificantBatchConfoundsForSubsets(ExpressionExperiment ee)
-
Uses of ExpressionExperimentSubSet in ubic.gemma.core.analysis.singleCell.aggregate
Method parameters in ubic.gemma.core.analysis.singleCell.aggregate with type arguments of type ExpressionExperimentSubSet Modifier and Type Method Description static 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.visualization
Methods in ubic.gemma.core.visualization with parameters of type ExpressionExperimentSubSet Modifier and Type Method Description static ExpressionDataHeatmap
ExpressionDataHeatmap. fromDesignElements(ExpressionExperimentSubSet subSet, BioAssayDimension dimension, Slice<CompositeSequence> designElements, List<Gene> genes)
Create a heatmap for a subset using design elements.static ExpressionDataHeatmap
ExpressionDataHeatmap. 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 ExpressionExperimentSubSet Constructor Description SingleCellSparsityHeatmap(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
Methods in ubic.gemma.model.expression.experiment that return ExpressionExperimentSubSet Modifier and Type Method Description static ExpressionExperimentSubSet
ExpressionExperimentSubSet.Factory. newInstance(String name, ExpressionExperiment sourceExperiment)
Constructors in ubic.gemma.model.expression.experiment with parameters of type ExpressionExperimentSubSet Constructor Description ExpressionExperimentSubsetValueObject(ExpressionExperimentSubSet ees)
ExpressionExperimentSubsetValueObject(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.experiment
Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type ExpressionExperimentSubSet Modifier and Type Method Description ExpressionExperimentSubSet
ExpressionExperimentSubSetService. create(ExpressionExperimentSubSet expressionExperimentSubSet)
ExpressionExperimentSubSet
ExpressionExperimentSubSetDaoImpl. find(ExpressionExperimentSubSet entity)
ExpressionExperimentSubSet
ExpressionExperimentSubSetService. find(ExpressionExperimentSubSet entity)
ExpressionExperimentSubSet
ExpressionExperimentSubSetService. findOrCreate(ExpressionExperimentSubSet entity)
Set<AnnotationValueObject>
ExpressionExperimentService. getAnnotations(ExpressionExperimentSubSet ee)
Retrieve annotations for a given experiment subset.Set<AnnotationValueObject>
ExpressionExperimentServiceImpl. getAnnotations(ExpressionExperimentSubSet ee)
List<Characteristic>
ExpressionExperimentDao. getBioMaterialAnnotations(ExpressionExperimentSubSet expressionExperiment)
List<Characteristic>
ExpressionExperimentDaoImpl. getBioMaterialAnnotations(ExpressionExperimentSubSet subset)
List<Statement>
ExpressionExperimentDao. getFactorValueAnnotations(ExpressionExperimentSubSet ee)
Obtain factor value-level annotations for a given subset.List<Statement>
ExpressionExperimentDaoImpl. getFactorValueAnnotations(ExpressionExperimentSubSet subset)
Collection<FactorValue>
ExpressionExperimentSubSetDao. getFactorValuesUsed(ExpressionExperimentSubSet entity, ExperimentalFactor factor)
Obtain theFactorValue
used by the samples from this subset in the given factor.Collection<FactorValue>
ExpressionExperimentSubSetDaoImpl. getFactorValuesUsed(ExpressionExperimentSubSet entity, ExperimentalFactor factor)
Collection<FactorValue>
ExpressionExperimentSubSetService. getFactorValuesUsed(ExpressionExperimentSubSet entity, ExperimentalFactor factor)
Collection<FactorValue>
ExpressionExperimentSubSetServiceImpl. getFactorValuesUsed(ExpressionExperimentSubSet entity, ExperimentalFactor factor)
void
ExpressionExperimentSubSetDaoImpl. remove(ExpressionExperimentSubSet entity)
void
ExpressionExperimentSubSetService. remove(ExpressionExperimentSubSet entity)
Deletes an experiment subset and all of its associated DifferentialExpressionAnalysis objects.void
ExpressionExperimentSubSetServiceImpl. 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 ExpressionExperimentSubSet Modifier and Type Method Description void
ExpressionExperimentSubSetServiceImpl. remove(Collection<ExpressionExperimentSubSet> entities)
-
Uses of ExpressionExperimentSubSet in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util with parameters of type ExpressionExperimentSubSet Modifier and Type Method Description static void
BusinessKey. checkKey(ExpressionExperimentSubSet entity)
static void
BusinessKey. createQueryObject(Criteria queryObject, ExpressionExperimentSubSet entity)
-
Uses of ExpressionExperimentSubSet in ubic.gemma.rest
Constructors in ubic.gemma.rest with parameters of type ExpressionExperimentSubSet Constructor Description ExpressionExperimentSubsetWithFactorValuesObject(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 ExpressionExperimentSubSet Constructor Description BatchInformationValueObject(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 ExpressionExperimentSubSet Modifier and Type Method Description ExpressionExperimentSubSet
DatasetArgService. getSubSet(DatasetArg<?> datasetArg, Long subSetId)
Methods in ubic.gemma.rest.util.args that return types with arguments of type ExpressionExperimentSubSet Modifier and Type Method Description List<ExpressionExperimentSubSet>
DatasetArgService. getSubSets(DatasetArg<?> datasetArg)
Map<ExpressionExperimentSubSet,List<Long>>
DatasetArgService. getSubSetsGroupIds(DatasetArg<?> datasetArg)
Methods in ubic.gemma.rest.util.args with parameters of type ExpressionExperimentSubSet Modifier and Type Method Description List<Long>
DatasetArgService. getSubSetGroupIds(DatasetArg<?> datasetArg, ExpressionExperimentSubSet subset)
-