Uses of Enum
ubic.gemma.persistence.service.expression.experiment.GeeqService.ScoreMode
Packages that use GeeqService.ScoreMode
-
Uses of GeeqService.ScoreMode in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return GeeqService.ScoreModeModifier and TypeMethodDescriptionstatic GeeqService.ScoreModeReturns the enum constant of this type with the specified name.static GeeqService.ScoreMode[]GeeqService.ScoreMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type GeeqService.ScoreModeModifier and TypeMethodDescriptionGeeqService.calculateScore(ExpressionExperiment ee, GeeqService.ScoreMode mode) Calculates the GEEQ score in the given mode for the experiment with the given id.GeeqServiceImpl.calculateScore(ExpressionExperiment ee, GeeqService.ScoreMode mode)