7600abf372
Deleted all datasets. They don't belong here.
einarr2007-12-12 17:02:28 +00:00
05cf63e694
Removes rpy, forcing scipy to be used.
einarr2007-12-12 14:41:27 +00:00
455b2a7a86
Small fixes to setup.py and rules.
einarr2007-12-11 19:49:36 +00:00
1798279a32
Files to debianize the program.
einarr2007-12-11 18:26:47 +00:00
6379acca58
Added 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
c862c8bb04
Added function to specify a specific workflow based on module name.
einarr2007-12-11 11:40:27 +00:00
9242b88d07
Removed 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
055c0ea4ac
Dataset dimensions are shown in statusbar.
einarr2007-12-10 21:08:09 +00:00
1a4d73f26b
Fixed 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
82dacc3dd1
Added menu items to toggle visibility of workflow, navigator and infopane.
einarr2007-12-06 00:20:42 +00:00
27d935319c
Added a delete function to the context menu on navigator elements.
einarr2007-11-09 15:02:32 +00:00
c26999e688
Added line plot of matrices.
einarr2007-11-08 11:47:36 +00:00
7ee7f0cf7e
Added scatter plotting from dataset in navigator.
einarr2007-11-07 12:44:22 +00:00
ca51a0b382
Added 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
b114d5aeec
New crossval index generator
flatberg2007-09-25 06:31:40 +00:00
26ab6c3fe7
Added 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
a6af506ae0
The reduced Uma X, for use in Lpls
flatberg2007-08-16 09:46:33 +00:00
fc91d17bdc
The Uma affy, nci60 + drug data + tissue type
flatberg2007-08-16 09:17:07 +00:00
d510e092e3
Added SAM and conditioned enrichment analysis
flatberg2007-08-14 16:16:31 +00:00
0758ab8bfb
Fixed histogram plot to accept selections of one, and made ad-hoc choice of proportional color to patches
flatberg2007-08-02 14:37:19 +00:00
aa4007e208
Improved 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
0bc4a6e3f0
Fixed 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
e84a202fbe
Commented out unused functions.
einarr2007-07-30 10:51:58 +00:00
5cf34fc03f
Added 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
b35f814ef0
Added center check button on lineview
flatberg2007-07-26 18:26:50 +00:00
dc7f7dbde2
Added existing_identifiers function to Dataset. Added colouring drag'n'drop to DAGPlot in gobrowser module.
einarr2007-07-26 15:45:42 +00:00
a45743c31e
Added 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