Uses of Class
ubic.gemma.model.expression.bioAssayData.ExperimentExpressionLevelsValueObject
Packages that use ExperimentExpressionLevelsValueObject
-
Uses of ExperimentExpressionLevelsValueObject in ubic.gemma.persistence.service.expression.bioAssayData
Methods in ubic.gemma.persistence.service.expression.bioAssayData that return types with arguments of type ExperimentExpressionLevelsValueObjectModifier and TypeMethodDescriptionProcessedExpressionDataVectorService.getExpressionLevels(Collection<ExpressionExperiment> ees, Collection<Gene> genes, boolean keepGeneNonSpecific, String consolidateMode) ProcessedExpressionDataVectorServiceImpl.getExpressionLevels(Collection<ExpressionExperiment> ees, Collection<Gene> genes, boolean keepGeneNonSpecific, String consolidateMode) ProcessedExpressionDataVectorService.getExpressionLevelsByIds(Collection<Long> datasetIds, Collection<Gene> genes, boolean keepNonSpecific, String consolidationMode) Retrieve expression levels by dataset IDs.ProcessedExpressionDataVectorServiceImpl.getExpressionLevelsByIds(Collection<Long> eeIds, Collection<Gene> genes, boolean keepGeneNonSpecific, String consolidateMode) ProcessedExpressionDataVectorService.getExpressionLevelsDiffEx(Collection<ExpressionExperiment> ees, Long diffExResultSetId, double threshold, int max, boolean keepGeneNonSpecific, String consolidateMode) ProcessedExpressionDataVectorServiceImpl.getExpressionLevelsDiffEx(Collection<ExpressionExperiment> ees, Long diffExResultSetId, double threshold, int max, boolean keepGeneNonSpecific, String consolidateMode) ProcessedExpressionDataVectorService.getExpressionLevelsPca(Collection<ExpressionExperiment> ees, int threshold, int component, boolean keepGeneNonSpecific, String consolidateMode) ProcessedExpressionDataVectorServiceImpl.getExpressionLevelsPca(Collection<ExpressionExperiment> ees, int limit, int component, boolean keepGeneNonSpecific, String consolidateMode)