Package ubic.gemma.core.analysis.service
Interface ExpressionDataDeleterService
- All Known Implementing Classes:
ExpressionDataDeleterServiceImpl
public interface ExpressionDataDeleterService
A high-level service for deleting data and their associated files.
- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidDelete raw data vectors and associated data files.void
-
Method Details
-
deleteSingleCellData
- See Also:
-
deleteRawData
Delete raw data vectors and associated data files.This method will detect aggregated single-cell data vector and perform additional cleanups.
- See Also:
-
deleteProcessedData
- See Also:
-