public interface OutlierFlaggingService
Modifier and Type | Method and Description |
---|---|
void |
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.
|
void markAsMissing(Collection<BioAssay> assaysToRemove)
assaysToRemove
- the assays to be marked as missingvoid unmarkAsMissing(Collection<BioAssay> bioAssays)
bioAssays
- the assays to be unmarkedCopyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.