2bae169f38Annotation display now works (sort of).einarr2007-02-21 16:39:04 +00:00
28aca8c621added project to selection controllerflatberg2007-02-21 13:57:48 +00:00
8c03338b75hypergeometric test (scipy version has errors)flatberg2007-02-21 13:03:51 +00:00
48165d1aedUpdated the selection controller with sorting ++flatberg2007-02-21 12:41:37 +00:00
f0b2660813Selection listeners are now notified when new dimensions are added (because this implies that an empty selection is made on the new dimension).einarr2007-02-21 12:05:08 +00:00
5800e7e362Fixed a bug that prevented the first selection on a dimension to come from a dataset.einarr2007-02-21 11:49:43 +00:00
a5955f9b59Now updates the DimListConroller when a CategoryDataset is drag'n'dropped into SelectionListController.einarr2007-02-21 11:43:00 +00:00
c5c4f13a19Fixed some excessively long lines.einarr2007-02-21 11:08:20 +00:00
2cc4e86b0aSplit selections.py into three different controller classes, one for each list. There is still some work to be done, and bugs to be fixed.einarr2007-02-21 00:00:26 +00:00
93a2f404d2Data needed if annotationtest should run clean.einarr2007-02-15 23:09:49 +00:00
6809c1a454Added some annotation support in selections.py, including the beginning of a menu option to add an arbitrary annotation alongside identifiers.einarr2007-02-15 22:57:40 +00:00
953662e1fbAdded a couple of more assertions to the test of read_annotations_file()einarr2007-02-15 22:54:08 +00:00
b17f04466bAdded read_annotations_file() which reads a tab delimited file containing annotations to identifiers along a dimension.einarr2007-02-15 22:42:55 +00:00
a65d79697fAdded Expand/Collapse menu choices to the GO browser context menu. This is particularly useful when searching for GO terms, because the gtk TreeView widget does not do interactive search in collapsed parts of the tree.einarr2007-01-21 16:16:37 +00:00
e03cc4ed4cAdded a ScrolledWindow around the navigator.einarr2007-01-19 14:00:10 +00:00
7693f336baAdded a singleton project in the project module, so that the current project is easily accessible from anywhere in the code. As there is only one project at any given time this should not be a problem.einarr2007-01-18 15:45:48 +00:00
f533344242Added histogram in plot menuflatberg2007-01-17 15:40:54 +00:00
1ffbf4f9e7Added default implementation of set_current_selection in Plot, so that plots can safely ignore selections without adding any code to the plot.einarr2007-01-17 15:35:12 +00:00
06591e301eAdded "Plot" submenu in navigator context menu. Can create an ImagePlot of a dataset.einarr2007-01-17 14:06:07 +00:00
c3c6e85044Added ImagePlot, which displays a dataset as an image.einarr2007-01-17 13:20:04 +00:00
33c51505c4Fixed the dataset loading so that it returns a correctly named Dataset.einarr2007-01-16 12:41:29 +00:00
f612dda72fFixed bug in ftsv save and open dialogs. The save dialog now looks as intended. Added the possibility to load several datasets at once. Error handling should still be improved.einarr2007-01-16 12:28:56 +00:00
ea4c0af6defixed shift/control on lassoflatberg2007-01-15 15:46:24 +00:00
cacb0a27b7Added "Save dataset" option to navigator context menu.einarr2007-01-15 13:58:56 +00:00
ee447b688cAdded context menu to NavigatorView that allows reading FTSV datasets directly, i.e. without adding a function in the workflow for this.einarr2007-01-12 14:37:44 +00:00
d45ae4f480Added icon factory to ensure that all icons are loaded exactly once. This also cleans up code and saves X pixmap memory.einarr2007-01-03 13:34:40 +00:00
75447d8840Fixed function output bug. Datasets now appear as children of their first parent, also in gtk 2.10einarr2007-01-03 13:05:37 +00:00
fe96772319Expanded some documentation.einarr2006-10-17 17:18:46 +00:00
5d4700da20Removed some example rubbish that was placed after the GPL and had gotten inside the file due to sloppy cut-n-paste.einarr2006-10-17 17:17:50 +00:00
fb3d9f2050Added documentation directory with a Makefile to generate source code documentation. This adds python-epydoc as a build dependency.einarr2006-10-17 15:06:24 +00:00
4153f06c60Added start-up script that sets PYTHONPATH and starts fluents.einarr2006-10-17 14:43:57 +00:00
375d45e0ccUpdated import statements, and removed the workflows pca_workflow and affy_workflow.einarr2006-10-17 14:42:27 +00:00
610812f265Started to rename "system" package to "fluents". Repository will be broken until this is completed.einarr2006-10-17 14:28:35 +00:00
c40f9a2947Added a LineViewPlot in GenerateDataflatberg2006-10-17 13:59:31 +00:00
bf951990f5Comments and cleanup in LineViewPlotflatberg2006-10-17 13:58:33 +00:00
ba55678472Added documentation strings and removed some unused code.einarr2006-10-17 12:33:30 +00:00
42f6fd7440Yet another bugfix on the plot updates. View frames will now be updated from the upper left corner, horizontally first.einarr2006-10-17 10:37:46 +00:00
4b8ff16bbfAnother bug fix. Double-clicking function output works, also after changing table size.einarr2006-10-17 10:32:53 +00:00