3 | 3 | * The desired default option for averaging method can be obtained by switching the results returned by public method `Formula.AverageMethod getAverage()` in enum class `IntensityTransform` for data flagged to be stored in untransformed, relative to transformed (log-2 or log-10) format:[[BR]][[BR]]`Formula.AverageMethod.GEOMETRIC_MEAN` for data stored in untransformed format[[BR]]`Formula.AverageMethod.ARITHMETIC_MEAN` for data stored in transformed format[[BR]][[BR]]However, since the `gerAverage()` method is used in several other classes, a thorough investigation is needed before such a change should be added, since there is a risk that functionality is broken in these other classes. |