Uses of Interface
ubic.gemma.core.analysis.preprocess.OutlierDetectionService
-
Packages that use OutlierDetectionService Package Description ubic.gemma.core.analysis.preprocess ubic.gemma.persistence.service.expression.experiment ubic.gemma.rest.util.args -
-
Uses of OutlierDetectionService in ubic.gemma.core.analysis.preprocess
Classes in ubic.gemma.core.analysis.preprocess that implement OutlierDetectionService Modifier and Type Class Description class
OutlierDetectionServiceImpl
Methods to (attempt to) detect outliers in data sets. -
Uses of OutlierDetectionService in ubic.gemma.persistence.service.expression.experiment
Constructors in ubic.gemma.persistence.service.expression.experiment with parameters of type OutlierDetectionService Constructor Description GeeqServiceImpl(GeeqDao geeqDao, ExpressionExperimentService expressionExperimentService, ExpressionExperimentBatchInformationService expressionExperimentBatchInformationService, ArrayDesignService arrayDesignService, ExpressionDataMatrixService expressionDataMatrixService, OutlierDetectionService outlierDetectionService, AuditTrailService auditTrailService, SampleCoexpressionAnalysisService sampleCoexpressionAnalysisService)
-
Uses of OutlierDetectionService in ubic.gemma.rest.util.args
Constructors in ubic.gemma.rest.util.args with parameters of type OutlierDetectionService Constructor Description DatasetArgService(ExpressionExperimentService service, SearchService searchService, ArrayDesignService adService, BioAssayService baService, OutlierDetectionService outlierDetectionService)
-