source: plugins/base2/net.sf.basedb.normalizers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1220   13 years Jari Häkkinen Write error messages to stderr
(edit) @1219   13 years Jari Häkkinen Typo.
(edit) @1194   14 years Jari Häkkinen Typo.
(edit) @1186   14 years Jari Häkkinen Bumping BASE requirement to 2.15
(edit) @1185   14 years Jari Häkkinen Improved documentation.
(edit) @1177   14 years Jari Häkkinen Improved qQuantiler docs.
(edit) @1164   14 years Jari Häkkinen Fixes #247. A work around for the erroneous export from exportPlainMatrix.
(edit) @1144   14 years Martin Svensson References #228 Updated the method that calculates bioassayset's …
(edit) @1143   14 years Martin Svensson References #228 Added parameter to define which average method to use …
(edit) @1087   14 years Martin Svensson Fixes #195 net.sf.basedb.normalizers: Normalizers should ask user for …
(edit) @1084   14 years Martin Svensson References #195 Updates everything except documentation/wiki, cause …
(edit) @1079   14 years Jari Häkkinen Fixes #118. qQuantiler will only show up in proper context and …
(edit) @1075   14 years Jari Häkkinen Cleaner code, removed unused imports.
(edit) @1074   14 years Jari Häkkinen Addresses #118. Added documentation for qQuantiler.
(edit) @1073   14 years Jari Häkkinen Addresses #118. q=max(10,min(100,target_size/10))
(edit) @1072   14 years Jari Häkkinen Fixing cut&paste typo. Thanks Peter.
(edit) @1067   14 years Jari Häkkinen Addresses #118. Forcing negative and 0 intensities to be NaNs? with 0 …
(edit) @1065   14 years Jari Häkkinen Reverting changes commit by mistake to README.
(edit) @1064   14 years Jari Häkkinen Addresses #118. Calculate target with median instead of mean.
(edit) @1063   14 years Jari Häkkinen Add qQuantiler to autodetection list.
(edit) @1062   14 years Jari Häkkinen Addresses #118. Added support to use either mean or median in target …
(edit) @1060   14 years Martin Svensson Fixes #195 Normalizers should ask user for how to calculate averages
(edit) @1059   14 years Jari Häkkinen Use functionality already in yat.
(edit) @1058   14 years Jari Häkkinen The normalizer package now depends in PluginUtilites? version 0.1
(edit) @1055   14 years Jari Häkkinen Reverting previuos commit on configure.ac, still requiring 0.5.3
(edit) @1054   14 years Jari Häkkinen Cleaned up iterator usage in qQN.cc
(edit) @1053   14 years Jari Häkkinen Addresses #208. Fixing typos.
(edit) @1052   14 years Jari Häkkinen Fixes #208. Reverted changeset:1045 and added requirement on yat 0.5.3.
(edit) @1051   14 years Jari Häkkinen Updated documentation on QuantileNormalization?.
(edit) @1050   14 years Jari Häkkinen Addresses #118. Non-logged input values are expected, geometric mean …
(edit) @1049   14 years Jari Häkkinen Addresses #206. Last commit destroyed nan fixing in changeset:1045 for …
(edit) @1047   14 years Jari Häkkinen Fixes #206. Missing values in reference now works. Each probe with no …
(edit) @1045   14 years Jari Häkkinen Missing values now works with the implemented fix to avoid a bug in …
(edit) @1044   14 years Jari Häkkinen Addresses #118 and #206. If no assay data is given use the average of …
(edit) @1043   14 years Jari Häkkinen Addresses #118 and #206. This code produces the same result as the …
(edit) @1042   14 years Jari Häkkinen Changed qqn package name.
(edit) @1041   14 years Jari Häkkinen Changed qqn package name.
(edit) @1039   14 years Jari Häkkinen Fixes #190. target c++ added.
(edit) @1037   14 years Jari Häkkinen Removed duplicated code block.
(edit) @1036   14 years Jari Häkkinen Fixes #197. Abort functionality implemented.
(edit) @1034   14 years Jari Häkkinen Peter says: Use proper classes
(edit) @1029   14 years Jari Häkkinen Joining Nicklas change to UTF-8 frenzy.
(edit) @1023   14 years Jari Häkkinen Addresses #197. In anticipation of abort functionality the underlying …
(edit) @1020   14 years Jari Häkkinen Addresses #118 and fixes #187.
(edit) @1014   14 years Jari Häkkinen Fixes #191. Added standard options and also assay annotation data file …
(edit) @1009   14 years Jari Häkkinen Removed non-used configure options inherited from the WeNNI package.
(edit) @1008   14 years Jari Häkkinen Clarified where the recommended install directory is located.
(edit) @1007   15 years Jari Häkkinen metadata is split into reporter and assay metadata. Added flags to …
(edit) @1003   15 years Jari Häkkinen Added support to select assays ... but the select is not used yet.
(edit) @1000   15 years Jari Häkkinen storeResult interface change, some code moved to super class.
(edit) @998   15 years Jari Häkkinen Addresses #118 and #183. Moved export of data to an export method.
(edit) @993   15 years Jari Häkkinen Addresses #118. First version of working qQuantileNormalizer.
(edit) @989   15 years Jari Häkkinen Missing values from BASE are empty fields, need to define field …
(edit) @981   15 years Martin Svensson Changed requirements to version 2.9 of BASE both in documentation and …
(edit) @979   15 years Jari Häkkinen 2.9 BASE core API required since changeset:975
(edit) @977   15 years Martin Svensson References #119 Corrected the calculation of relative rank between …
(edit) @975   15 years Martin Svensson References #119 Some changes in the calculation-part. The plug-in runs …
(edit) @973   15 years Jari Häkkinen Addresses #118. Required yat version is 0.5 or later
(edit) @972   15 years Jari Häkkinen Addresses #118. Load of java wrapper works but manual install of …
(edit) @971   15 years Martin Svensson Added library-files to the ignore-list
(edit) @967   15 years Martin Svensson References #119 The plug-in is mostly ready for testing
(edit) @966   15 years Martin Svensson References #119 Part of the normalization algorithm is implemented
(edit) @965   15 years Jari Häkkinen Corrected flags summary output
(edit) @964   15 years Jari Häkkinen Added support to add qQN source to the normalizer package.
(edit) @963   15 years Jari Häkkinen Improved configure.ac and added option to disable check on required libs.
(edit) @962   15 years Jari Häkkinen Added missing include statement.
(edit) @961   15 years Jari Häkkinen Refs #118 and #161. PluginUtilities? download support. Added distclean …
(edit) @960   15 years Jari Häkkinen Refs #118. Changes suggested by the yat developer team.
(edit) @958   15 years Martin Svensson Fixes #177 Add information about how to upgrade the normalization package.
(edit) @956   15 years Jari Häkkinen Removed stray character in configure.ac
(edit) @955   15 years Jari Häkkinen Refs #118. Changes suggested by the yat developer team.
(edit) @954   15 years Jari Häkkinen Refs #118. Changes suggested by the yat developer team.
(edit) @953   15 years Jari Häkkinen Refs #118. Changes suggested by the yat developer team.
(edit) @952   15 years Jari Häkkinen Addresses #118. Added underlying C++ binary for the qQuantile.
(edit) @951   15 years Martin Svensson References #119 Added plugin-class. The plugin doesn't really do …
(edit) @950   15 years Martin Svensson References #119 Moved some method from the QuantileNormalization?
(edit) @949   15 years Martin Svensson Fixes #176 Create release document
(edit) @948   15 years Martin Svensson Fixes #168 MD5 sum should be automatically generated for a package
(edit) @947   15 years Martin Svensson Fixes #166 (net.sf.basedb.normalizers) Automatic progression of …
(edit) @946   15 years Martin Svensson References #161 Set external jar-files to be ignored
(edit) @945   15 years Martin Svensson Fixes #161 (net.sf.basedb.normalizers) Automatic download of BASE API
(edit) @934   15 years Jari Häkkinen Tagging version 1.0 of the net.sf.basedb.normalizers.
(edit) @933   15 years Jari Häkkinen Corrected spelling
(edit) @932   15 years Jari Häkkinen Addresses #120.
(edit) @931   15 years Jari Häkkinen Addresses #120. Preparing 1.0 release.
(edit) @930   15 years Jari Häkkinen Typo
(edit) @929   15 years Jari Häkkinen Removing CubicSplineNormalization? stub.
(edit) @928   15 years Jari Häkkinen Fixes #167. Now using geometric mean
(edit) @927   15 years Jari Häkkinen Refs #165.
(edit) @926   15 years Jari Häkkinen Fixes #165. Simply renamed rank invariant to quantile and made …
(edit) @925   15 years Jari Häkkinen Improved README.
(edit) @924   15 years Jari Häkkinen
(edit) @923   15 years Martin Svensson References #163 Disregard the last commit. This will do instead.
(edit) @922   15 years Martin Svensson References #163 The sorting of spotdata should be stable now. Please …
(edit) @918   15 years Jari Häkkinen Removed stray lines.
(edit) @910   15 years Jari Häkkinen Changing normalizer package license to GPL3.
(edit) @909   15 years Jari Häkkinen Addresses #120.
(edit) @829   15 years Jari Häkkinen Setting svndigest:ignore on copies of trunks to avoid multiple counting.
(edit) @811   15 years Martin Svensson Fixes #141 Rank invariant should not support configurations. The …
(edit) @755   15 years Martin Svensson Fixed weaknesses discovered with FindBugs?-eclipse plug-in
Note: See TracRevisionLog for help on using the revision log.