Changes between Initial Version and Version 1 of Ticket #541, comment 4
- Timestamp:
- Dec 3, 2013, 2:05:54 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #541, comment 4
initial v1 2 2 3 3 * Class `QuantileNormalization` in `src/net/sf/basedb/plugins/QuantileNormalization.java` extends `AbstractNormalizationPlugin`, and the latter contains several methods to access data, all using method `VirtualColumn.channelIntensity(int channel))` to retrieve the data from the database. For transformed data in log-2 or log-10 format, this means that the data is fetch in untransformed format, and will be stored as such after normalization. 4 * Exchanging method `VirtualColumn.channelIntensity(int channel) )` calls in class `AbstractNormalizationPlugin` for `VirtualColumn.channelRaw(int channel))` calls, will result in the data being stored after normalization in the same format as when fetched.4 * Exchanging method `VirtualColumn.channelIntensity(int channel)` calls in class `AbstractNormalizationPlugin` for `VirtualColumn.channelRaw(int channel)` calls, will result in the data being stored after normalization in the same format as when fetched.