public interface GeeqService extends BaseVoEnabledService<Geeq,GeeqValueObject>
Modifier and Type | Interface and Description |
---|---|
static class |
GeeqService.ScoreMode
Modes for filling GEEQ scores.
|
Modifier and Type | Method and Description |
---|---|
Geeq |
calculateScore(ExpressionExperiment ee,
GeeqService.ScoreMode mode)
Calculates the GEEQ score in the given mode for the experiment with the given id.
|
void |
setManualOverrides(ExpressionExperiment ee,
GeeqAdminValueObject gqVo)
Reads manual override info from the given GEEQ Value Object and stores them with the experiment
|
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIds
create, create, findOrCreate, remove, remove, remove, removeAllInBatch, save, save, update, update
countAll, find, findOrFail, load, load, loadAll, loadOrFail
Geeq calculateScore(ExpressionExperiment ee, GeeqService.ScoreMode mode)
eeId
- 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.void setManualOverrides(ExpressionExperiment ee, GeeqAdminValueObject gqVo)
eeId
- the id of the experiment to update the geeq information for.gqVo
- a GEEQ Value Object containing the necessary information.Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.