Interface RawAndProcessedExpressionDataVectorService
- All Superinterfaces:
BaseReadOnlyService<BulkExpressionDataVector>,BulkExpressionDataVectorService<BulkExpressionDataVector>
- All Known Implementing Classes:
RawAndProcessedExpressionDataVectorServiceImpl
public interface RawAndProcessedExpressionDataVectorService
extends BulkExpressionDataVectorService<BulkExpressionDataVector>
-
Method Summary
Modifier and TypeMethodDescriptionintthaw(Collection<BulkExpressionDataVector> vectors) Thaw both raw and processed vectors.Methods inherited from interface ubic.gemma.persistence.service.BaseReadOnlyService
countAll, find, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAllMethods inherited from interface ubic.gemma.persistence.service.expression.bioAssayData.BulkExpressionDataVectorService
find, find, find, findAndThaw, findAndThaw, findAndThaw
-
Method Details
-
removeByCompositeSequence
- See Also:
-
thaw
@CheckReturnValue Collection<BulkExpressionDataVector> thaw(Collection<BulkExpressionDataVector> vectors) Thaw both raw and processed vectors.This method thaws by first splitting the vectors into raw and processed groups and then thawing each group with the corresponding vector service. If you know the type of vector a collection holds, favour using a specific service instead.
- Specified by:
thawin interfaceBulkExpressionDataVectorService<BulkExpressionDataVector>
-