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