Commit Graph

85 Commits

Author SHA1 Message Date
6cbf6d0689 Initial commit of small example test workflow 2007-03-13 15:24:20 +00:00
ae9a207a71 Added a tag column in the GO browser to help link it to selections. 2007-03-01 19:13:13 +00:00
89636962a7 Added Workflow.get_data_file_name() which returns the full path to a given
data file, or None if the file does not exist. This is tested in the test
workflow.
2007-02-28 14:56:24 +00:00
a7c60ffe64 added venn diagram test plot 2007-01-31 13:03:27 +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.
2007-01-21 16:16:37 +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.

The Gene Ontology browser needed this to be able to set the selection without
passing the current project through several constructors. 

Added a context menu in the GO browser that allows the user to select all GO
terms in the subgraph that starts on the current node.
2007-01-18 15:45:48 +00:00
c3c6e85044 Added ImagePlot, which displays a dataset as an image. 2007-01-17 13:20:04 +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.
2007-01-16 12:28:56 +00:00
58886726d8 Small updates. 2007-01-12 10:50:55 +00:00
ae3aa7e4aa Create Resnik distances and save them as ftsv. 2007-01-12 00:00:56 +00:00
e4d7f8e5a2 Resnik distances between GO terms work now. 2007-01-11 22:01:31 +00:00
4b1d16ea78 Updated go-workflow. 2007-01-11 18:57:45 +00:00
9274b044b7 Added read_ftsv in dataset.py. This method reads fluents tab separated values
files and returns a dataset.
2007-01-10 17:35:58 +00:00
060732d980 More persumably non-working stuff. 2007-01-10 15:33:19 +00:00
1e0b99f283 small bugfix 2007-01-09 08:53:28 +00:00
fa047e0171 Committing non-working code that breaks go workflow. ;) 2007-01-08 21:13:22 +00:00
fac9346aad Added very hackish annotation count reader. 2006-12-15 12:53:27 +00:00
fb77ddb549 Updated GO workflow. Options class test added. Reading the ontology takes too
long.
2006-10-26 16:51:42 +00:00
0b30aeac6f Updated GO workflow. 2006-10-22 23:19:54 +00:00
5491f5ce04 GO workflow. Does not work. 2006-10-22 15:31:36 +00:00
375d45e0cc Updated import statements, and removed the workflows pca_workflow and
affy_workflow.
2006-10-17 14:42:27 +00:00
c40f9a2947 Added a LineViewPlot in GenerateData 2006-10-17 13:59:31 +00:00
e0ca48d4b3 Changed how the selection list works. CategoryDatasets can be dragged down to
the selection list, and will then be converted to Selections.
2006-09-08 18:25:03 +00:00
f47a9066e3 Removed print statements. 2006-08-31 12:24:06 +00:00
0b58c5ea28 Switch to numpy (scipy_version>1.0) changes 2006-08-31 10:04:19 +00:00
a0786d521a Removed SinePlot from the test workflow. 2006-08-30 14:38:33 +00:00
1b9aff1c5a The selection view now works. Functions can return a dataset.Selection object which will be stored in the selection list. 2006-08-29 23:57:21 +00:00
97e652edce fixes 2006-08-28 12:06:05 +00:00
fc8b2e601f update 2006-08-14 11:52:26 +00:00
b769288b3b Added a selection view tab, placed next to the "Log" tab. The tab currently
only displays the current selection.
2006-08-07 14:14:42 +00:00
4c716e9428 NetworkPlot now works, but does not allow node colors or sizes to be passed as keyword arguments. 2006-08-03 14:30:06 +00:00
b3d681ef16 * system/plots.py: Added NetworkPlot, which may or may not work correctly.
* system/dataset.py: Removed a few lines of obsolete code.
2006-08-01 13:22:39 +00:00
87f87e36c8 * system/fluents.py: Fixed a bug where the the application tried to load
a toolbar from None

 * system/plots.py: Fixed MainView.insert_view that was a no-op when in large
   view.

 * system/dataset.py: Changed __str__ of dataset to also show names of dimensions.
2006-07-21 14:30:09 +00:00
9ab1ebe687 Small cleanup. 2006-05-09 14:16:22 +00:00
443b18cea6 Made sure ordering of matrices are ok. 2006-05-09 14:13:09 +00:00
86f89b6ffe Typo. 2006-05-09 13:51:14 +00:00
5b1af849dc Implemented Limma function for Affy workflow.
Extended ScatterPlot to take two datasets and updated code using it.
2006-05-09 13:17:17 +00:00
0db25f1dd7 Changed use of Dataset.get_matrix() to Dataset.asarray() and removed it. 2006-05-05 14:43:53 +00:00
97f56f66ac Added text-input for contrast-matrix creator for affymetrics workflow. 2006-05-05 14:30:23 +00:00
aa3a9ab619 Added automagic argument checking when running functions. 2006-05-05 10:10:03 +00:00
fafa373e67 Added categorygetter for PhenotypeDataset. 2006-05-04 13:30:04 +00:00
fb7128138e Fixed floats in phenotype importer.
Added PrintFunction for debug-printing.
Added PhenotypeImportFunction to AffyWorkflow.
2006-05-03 14:27:38 +00:00
b757da5929 Implemented PhenotypeDataset with tests. 2006-05-03 14:04:28 +00:00
56a6028547 Validation on number of inputs added 2006-05-03 11:52:54 +00:00
5b2223afcd Multiselection included. (Without input validation). 2006-05-03 11:11:45 +00:00
a2d3a9d5cc Made PCA more generic, even enable PCA of existing PCA-results as dimension names are modified to handle dimension name component in input. 2006-04-28 11:44:55 +00:00
8fd1f4ba83 Renamed module for affy workflow. 2006-04-27 15:06:01 +00:00
0df56248ee Removed obsolete module annotations. 2006-04-27 12:41:51 +00:00
fe0cf736f5 Created affy workflow. 2006-04-27 12:15:30 +00:00
3683f6c2e9 Fixed labels for scatter plots. Set correct labels in go_workflow. Removed extra loadings plot. 2006-04-27 11:38:40 +00:00