Interface OutlierFlaggingService

All Known Implementing Classes:
OutlierFlaggingServiceImpl

public interface OutlierFlaggingService
Author:
paul
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This does not actually remove the sample; rather, it sets all values to "missing" in the processed data.
    void
    Reverts the action of markAsMissing.
  • Method Details

    • markAsMissing

      void markAsMissing(Collection<BioAssay> assaysToRemove)
      This does not actually remove the sample; rather, it sets all values to "missing" in the processed data.
      Parameters:
      assaysToRemove - the assays to be marked as missing
    • unmarkAsMissing

      void unmarkAsMissing(Collection<BioAssay> bioAssays)
      Reverts the action of markAsMissing.
      Parameters:
      bioAssays - the assays to be unmarked