Interface OutlierFlaggingService

    • Method Detail

      • 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