884804c49aAdded a dummy for the t-test function. Will be updated when I have access to my office computer tomorrow.Einar Ryeng2007-06-28 21:48:13 +0000
b637a5badcChanged /usr/bin/python2.4 to /usr/bin/python, and hope that 2.5 will not have trouble running the app.Einar Ryeng2007-06-28 21:42:18 +0000
4eaea2fe59Added empty lists as default values for all_data and all_plots in Options, so that subclasses of Options will work with the GUI without modifications.Einar Ryeng2007-06-28 21:33:09 +0000
7b20f44fefAdded a GO similarity function that does not do anything useful yet.Einar Ryeng2007-06-22 15:37:59 +0000
e5cd8a8077Started on a function to enhance gene lists by using GO similarities. Not in a usable state.Einar Ryeng2007-06-22 15:37:22 +0000
68cc583d2cAdded common_dimensions(ds) that lists common dimensions between two datasets.Einar Ryeng2007-06-22 15:35:45 +0000
ff8833a22cAdded read functions for the medium and large smokers sets.Einar Ryeng2007-06-21 10:28:10 +0000
d6298a2d99Ensures that the GO is only loaded once.Einar Ryeng2007-06-21 10:26:35 +0000
ff2c42902fCommented out some log lines that just cluttered the log.Einar Ryeng2007-06-21 10:25:17 +0000
2eb3d71a5dMoved data/smokers-med to data/smokers-medium.Einar Ryeng2007-05-16 15:35:25 +0000
335efe231ago-gene-matrix takes a GO vs. GO distance matrix and a gene-go-mapping file and makes a gene vs. go distance matrix based on the shortest distances found between each gene and go term.Einar Ryeng2007-05-15 18:15:51 +0000
1ab558248cPiping information through dataset -i works. Added names of planned features to the dataset script.Einar Ryeng2007-05-09 21:52:59 +0000
7272eb63d2Working on a script to query datasets without starting fluents.Einar Ryeng2007-05-09 17:41:50 +0000
0eff457910Added biological process info to the small smokers example, and a README file to explain the dataset, at least the non-trivial parts.Einar Ryeng2007-03-15 23:57:35 +0000
3dc1867be4Added entrez-go-mapping that maps entrez IDs to GO terms based on a file of the form: affy_id ::: geneid_1 /// geneid_2 ::: go(bp) ::: go(cc) ::: go(mf)Einar Ryeng2007-03-15 23:47:24 +0000
6fe4ff3c59Added scripts folder for small but useful scripts.Einar Ryeng2007-03-15 12:46:41 +0000
6101bf850cChanged CategoryDataset ftsv files to be written with 0 and 1 instead of True and False.Einar Ryeng2007-02-28 16:33:11 +0000
89636962a7Added 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.Einar Ryeng2007-02-28 14:56:24 +0000
934640ea62Searches for /etc/fluentsrc and ~/.fluents configuration files. Adds the home configuration variable.Einar Ryeng2007-02-28 14:07:33 +0000