Package ubic.gemma.core.analysis.service
Interface OutlierFlaggingService
- All Known Implementing Classes:
OutlierFlaggingServiceImpl
public interface OutlierFlaggingService
- Author:
- paul
-
Method Summary
Modifier and TypeMethodDescriptionvoid
markAsMissing
(Collection<BioAssay> assaysToRemove) This does not actually remove the sample; rather, it sets all values to "missing" in the processed data.void
unmarkAsMissing
(Collection<BioAssay> bioAssays) Reverts the action of markAsMissing.
-
Method Details
-
markAsMissing
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
Reverts the action of markAsMissing.- Parameters:
bioAssays
- the assays to be unmarked
-