Interface GeeqService
- All Superinterfaces:
BaseReadOnlyService<Geeq>, BaseVoEnabledService<Geeq, GeeqValueObject>
- All Known Implementing Classes:
GeeqServiceImpl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumModes for filling GEEQ scores. -
Method Summary
Modifier and TypeMethodDescriptionCalculates the GEEQ score in the given mode for the experiment with the given id.Methods inherited from interface BaseReadOnlyService
countAll, find, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAllMethods inherited from interface BaseVoEnabledService
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIds
-
Method Details
-
calculateScore
@Secured({"GROUP_USER","ACL_SECURABLE_EDIT"}) Geeq calculateScore(ExpressionExperiment ee, GeeqService.ScoreMode mode) Calculates the GEEQ score in the given mode for the experiment with the given id.- Parameters:
ee- the id of the experiment to calculate the scores for.mode- either run all scores, or only re-score batch effect, batch confound or replicates.
-