7600abf372Deleted all datasets. They don't belong here.einarr2007-12-12 17:02:28 +00:00
05cf63e694Removes rpy, forcing scipy to be used.einarr2007-12-12 14:41:27 +00:00
455b2a7a86Small fixes to setup.py and rules.einarr2007-12-11 19:49:36 +00:00
1798279a32Files to debianize the program.einarr2007-12-11 18:26:47 +00:00
6379acca58Added setup.py to do installation.einarr2007-12-11 18:25:08 +00:00
cef882b0a4* Annotations are no longer cluttered as if they all belong to the same dimension. There was a bug that actually gave the same annotation dictionary to all dictionary annotation handlers. * The selection window now remembers which annotation was shown for each dimension.einarr2007-12-11 13:47:29 +00:00
c862c8bb04Added function to specify a specific workflow based on module name.einarr2007-12-11 11:40:27 +00:00
9242b88d07Removed buttons that do not belong on the toolbar: "New", "Load", "Save". Load and save are currently not implemented anyway, but they do not represent frequently used actions anyway.einarr2007-12-11 10:13:31 +00:00
055c0ea4acDataset dimensions are shown in statusbar.einarr2007-12-10 21:08:09 +00:00
1a4d73f26bFixed the function menu. It now works, is placed before "Help", and the method for running a function is moved to the workflow module instead of being hidden the WorkflowView.einarr2007-12-10 16:57:38 +00:00
82dacc3dd1Added menu items to toggle visibility of workflow, navigator and infopane.einarr2007-12-06 00:20:42 +00:00
27d935319cAdded a delete function to the context menu on navigator elements.einarr2007-11-09 15:02:32 +00:00
c26999e688Added line plot of matrices.einarr2007-11-08 11:47:36 +00:00
7ee7f0cf7eAdded scatter plotting from dataset in navigator.einarr2007-11-07 12:44:22 +00:00
ca51a0b382Added mat2ftsv to naïvely convert matlab matrices to ftsv files. Works in at least one case, but does not try to guess anything sensible for identifiers.einarr2007-10-31 17:43:02 +00:00
b114d5aeecNew crossval index generatorflatberg2007-09-25 06:31:40 +00:00
26ab6c3fe7Added a "decimals" parameter to write_ftsv, so that datasets can be written without full precision. Defaults to 7 digits after decimal point.einarr2007-08-16 10:02:54 +00:00
a6af506ae0The reduced Uma X, for use in Lplsflatberg2007-08-16 09:46:33 +00:00
fc91d17bdcThe Uma affy, nci60 + drug data + tissue typeflatberg2007-08-16 09:17:07 +00:00
d510e092e3Added SAM and conditioned enrichment analysisflatberg2007-08-14 16:16:31 +00:00
aa4007e208Improved drag'n'drop of data into scatter plots so that it no longer requires matching identifiers along dimensions.einarr2007-07-30 17:42:48 +00:00
0bc4a6e3f0Fixed drag'n'drop of datasets to DAG-plots to convert inf/-inf to maximum/minimum values of the dataset.einarr2007-07-30 14:15:23 +00:00
e84a202fbeCommented out unused functions.einarr2007-07-30 10:51:58 +00:00
5cf34fc03fAdded information content datasets. They are in files named ICs<subgraph><number> where those numbered 0 uses all ECs while 5 uses only the safest ones.einarr2007-07-27 17:22:10 +00:00
b35f814ef0Added center check button on lineviewflatberg2007-07-26 18:26:50 +00:00
dc7f7dbde2Added existing_identifiers function to Dataset. Added colouring drag'n'drop to DAGPlot in gobrowser module.einarr2007-07-26 15:45:42 +00:00
a45743c31eAdded main.py that now contains the One & Only Singleton instance of these classes: - Navigator - Aplication - Workflow - Project - Options Corresponding changes have been added in lots of other files to account for this, but the access to these objects should now be a lot easier.einarr2007-07-26 12:35:59 +00:00