Interface RawExpressionDataVectorDao
- All Superinterfaces:
BaseDao<RawExpressionDataVector>
,DesignElementDataVectorDao<RawExpressionDataVector>
- All Known Implementing Classes:
RawExpressionDataVectorDaoImpl
public interface RawExpressionDataVectorDao
extends DesignElementDataVectorDao<RawExpressionDataVector>
- Author:
- paul
-
Method Summary
Modifier and TypeMethodDescriptionfind
(Collection<CompositeSequence> designElements, QuantitationType quantitationType) find
(ArrayDesign arrayDesign, QuantitationType quantitationType) Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, update
Methods inherited from interface ubic.gemma.persistence.service.expression.bioAssayData.DesignElementDataVectorDao
find, find, find, findByExpressionExperiment, thaw, thaw
-
Method Details
-
find
Collection<RawExpressionDataVector> find(ArrayDesign arrayDesign, QuantitationType quantitationType) -
find
Collection<RawExpressionDataVector> find(Collection<CompositeSequence> designElements, QuantitationType quantitationType)
-