2bae169f38
Annotation display now works (sort of).
einarr2007-02-21 16:39:04 +00:00
28aca8c621
added project to selection controller
flatberg2007-02-21 13:57:48 +00:00
8c03338b75
hypergeometric test (scipy version has errors)
flatberg2007-02-21 13:03:51 +00:00
48165d1aed
Updated the selection controller with sorting ++
flatberg2007-02-21 12:41:37 +00:00
f0b2660813
Selection 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
5800e7e362
Fixed a bug that prevented the first selection on a dimension to come from a dataset.
einarr2007-02-21 11:49:43 +00:00
a5955f9b59
Now updates the DimListConroller when a CategoryDataset is drag'n'dropped into SelectionListController.
einarr2007-02-21 11:43:00 +00:00
c5c4f13a19
Fixed some excessively long lines.
einarr2007-02-21 11:08:20 +00:00
2cc4e86b0a
Split 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
93a2f404d2
Data needed if annotationtest should run clean.
einarr2007-02-15 23:09:49 +00:00
6809c1a454
Added 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
953662e1fb
Added a couple of more assertions to the test of read_annotations_file()
einarr2007-02-15 22:54:08 +00:00
b17f04466b
Added read_annotations_file() which reads a tab delimited file containing annotations to identifiers along a dimension.
einarr2007-02-15 22:42:55 +00:00
4319e8630e
fixed error in typechecking
flatberg2007-02-15 13:36:36 +00:00
a65d79697f
Added 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
e03cc4ed4c
Added a ScrolledWindow around the navigator.
einarr2007-01-19 14:00:10 +00:00
7693f336ba
Added 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
f533344242
Added histogram in plot menu
flatberg2007-01-17 15:40:54 +00:00
1ffbf4f9e7
Added 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
06591e301e
Added "Plot" submenu in navigator context menu. Can create an ImagePlot of a dataset.
einarr2007-01-17 14:06:07 +00:00
c3c6e85044
Added ImagePlot, which displays a dataset as an image.
einarr2007-01-17 13:20:04 +00:00
33c51505c4
Fixed the dataset loading so that it returns a correctly named Dataset.
einarr2007-01-16 12:41:29 +00:00
f612dda72f
Fixed 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
ea4c0af6de
fixed shift/control on lasso
flatberg2007-01-15 15:46:24 +00:00
ee447b688c
Added 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
d45ae4f480
Added 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
75447d8840
Fixed function output bug. Datasets now appear as children of their first parent, also in gtk 2.10
einarr2007-01-03 13:05:37 +00:00
fe96772319
Expanded some documentation.
einarr2006-10-17 17:18:46 +00:00
5d4700da20
Removed 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
fb3d9f2050
Added 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
4153f06c60
Added start-up script that sets PYTHONPATH and starts fluents.
einarr2006-10-17 14:43:57 +00:00
375d45e0cc
Updated import statements, and removed the workflows pca_workflow and affy_workflow.
einarr2006-10-17 14:42:27 +00:00
610812f265
Started to rename "system" package to "fluents". Repository will be broken until this is completed.
einarr2006-10-17 14:28:35 +00:00
c40f9a2947
Added a LineViewPlot in GenerateData
flatberg2006-10-17 13:59:31 +00:00
bf951990f5
Comments and cleanup in LineViewPlot
flatberg2006-10-17 13:58:33 +00:00
ba55678472
Added documentation strings and removed some unused code.
einarr2006-10-17 12:33:30 +00:00
42f6fd7440
Yet 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
4b8ff16bbf
Another bug fix. Double-clicking function output works, also after changing table size.
einarr2006-10-17 10:32:53 +00:00