Class OutlierFlaggingServiceImpl

java.lang.Object
ubic.gemma.core.analysis.service.OutlierFlaggingServiceImpl
All Implemented Interfaces:
OutlierFlaggingService

@Component public class OutlierFlaggingServiceImpl extends Object implements OutlierFlaggingService
Service for removing sample(s) from an expression experiment. This can be done in the interest of quality control, so we treat this synonymous with "outlier removal". This does not actually remove the samples. It just replaces the data in the processed data with "missing values". This means the data are only recoverable by regenerating the processed data from the raw data
Author:
pavlidis
  • Constructor Details

    • OutlierFlaggingServiceImpl

      public OutlierFlaggingServiceImpl()
  • Method Details