Interface ExpressionAnalysisResultSetService
- All Superinterfaces:
AnalysisResultSetService<DifferentialExpressionAnalysisResult,
,ExpressionAnalysisResultSet> BaseReadOnlyService<ExpressionAnalysisResultSet>
,BaseVoEnabledService<ExpressionAnalysisResultSet,
,DifferentialExpressionAnalysisResultSetValueObject> FilteringService<ExpressionAnalysisResultSet>
,FilteringVoEnabledService<ExpressionAnalysisResultSet,
DifferentialExpressionAnalysisResultSetValueObject>
- All Known Implementing Classes:
ExpressionAnalysisResultSetServiceImpl
public interface ExpressionAnalysisResultSetService
extends AnalysisResultSetService<DifferentialExpressionAnalysisResult,ExpressionAnalysisResultSet>, FilteringVoEnabledService<ExpressionAnalysisResultSet,DifferentialExpressionAnalysisResultSetValueObject>
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
countResults
(ExpressionAnalysisResultSet ears, double threshold) findByBioAssaySetInAndDatabaseEntryInLimit
(Collection<BioAssaySet> bioAssaySets, Collection<DatabaseEntry> externalIds, Filters filters, int offset, int limit, Sort sort) getBaselinesForInteractions
(Set<ExpressionAnalysisResultSet> resultSets, boolean initializeFactorValues) getBaselinesForInteractionsByIds
(Collection<Long> rsIds, boolean initializeFactorValues) loadValueObjectWithResults
(ExpressionAnalysisResultSet ears, boolean includeFactorValuesInContrasts, boolean queryByResult, boolean includeTaxonInGenes) loadWithAnalysis
(Long id) loadWithResultsAndContrasts
(Long value) loadWithResultsAndContrasts
(Long value, double threshold, int offset, int limit) loadWithResultsAndContrasts
(Long value, int offset, int limit) Methods inherited from interface ubic.gemma.persistence.service.BaseReadOnlyService
countAll, find, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAll
Methods inherited from interface ubic.gemma.persistence.service.BaseVoEnabledService
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIds
Methods inherited from interface ubic.gemma.persistence.service.FilteringService
count, getFilter, getFilter, getFilter, getFilter, getFilter, getFilter, getFilterableProperties, getFilterablePropertyAllowedValues, getFilterablePropertyConfigAttributes, getFilterablePropertyDescription, getFilterablePropertyIsUsingSubquery, getFilterablePropertyResolvableAllowedValuesLabels, getFilterablePropertyType, getIdentifierPropertyName, getSort, load, load, loadIds
Methods inherited from interface ubic.gemma.persistence.service.FilteringVoEnabledService
loadValueObjects, loadValueObjects
-
Method Details
-
loadWithAnalysis
-
loadWithResultsAndContrasts
-
loadWithResultsAndContrasts
-
loadWithResultsAndContrasts
ExpressionAnalysisResultSet loadWithResultsAndContrasts(Long value, double threshold, int offset, int limit) -
countResults
-
countResults
-
thaw
-
loadWithExperimentAnalyzed
-
loadValueObjectWithResults
DifferentialExpressionAnalysisResultSetValueObject loadValueObjectWithResults(ExpressionAnalysisResultSet ears, boolean includeFactorValuesInContrasts, boolean queryByResult, boolean includeTaxonInGenes) -
loadResultIdToGenesMap
-
findByBioAssaySetInAndDatabaseEntryInLimit
Slice<DifferentialExpressionAnalysisResultSetValueObject> findByBioAssaySetInAndDatabaseEntryInLimit(@Nullable Collection<BioAssaySet> bioAssaySets, @Nullable Collection<DatabaseEntry> externalIds, @Nullable Filters filters, int offset, int limit, @Nullable Sort sort) -
getBaseline
-
getBaselinesForInteractions
Map<ExpressionAnalysisResultSet,Baseline> getBaselinesForInteractions(Set<ExpressionAnalysisResultSet> resultSets, boolean initializeFactorValues) -
getBaselinesForInteractionsByIds
Map<Long,Baseline> getBaselinesForInteractionsByIds(Collection<Long> rsIds, boolean initializeFactorValues) -
loadPvalueDistribution
-