3f5d45d7afRenamed smalltest workflow to smokers.einarr2007-07-05 18:24:45 +00:00
fae096afe4Changed workflow name from smalltest to smokers, because it is heavily based on the smokers dataset.einarr2007-07-05 13:20:52 +00:00
a503ffcdf8Fixed linewidth in selection in scatter plots.einarr2007-07-05 11:57:21 +00:00
d29013a863T-test now works, and outputs a histogram as well as t-values and p-values.einarr2007-07-03 16:25:38 +00:00
99987999dbBroke up a too long line.einarr2007-07-02 09:54:56 +00:00
884804c49aAdded a dummy for the t-test function. Will be updated when I have access to my office computer tomorrow.einarr2007-06-28 21:48:13 +00:00
b637a5badcChanged /usr/bin/python2.4 to /usr/bin/python, and hope that 2.5 will not have trouble running the app.einarr2007-06-28 21:42:18 +00:00
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.einarr2007-06-28 21:33:09 +00:00
7b20f44fefAdded a GO similarity function that does not do anything useful yet.einarr2007-06-22 15:37:59 +00:00
e5cd8a8077Started on a function to enhance gene lists by using GO similarities. Not in a usable state.einarr2007-06-22 15:37:22 +00:00
68cc583d2cAdded common_dimensions(ds) that lists common dimensions between two datasets.einarr2007-06-22 15:35:45 +00:00
ff8833a22cAdded read functions for the medium and large smokers sets.einarr2007-06-21 10:28:10 +00:00
d6298a2d99Ensures that the GO is only loaded once.einarr2007-06-21 10:26:35 +00:00
ff2c42902fCommented out some log lines that just cluttered the log.einarr2007-06-21 10:25:17 +00:00
2eb3d71a5dMoved data/smokers-med to data/smokers-medium.einarr2007-05-16 15:35:25 +00:00
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.einarr2007-05-15 18:15:51 +00:00
1ab558248cPiping information through dataset -i works. Added names of planned features to the dataset script.einarr2007-05-09 21:52:59 +00:00
7272eb63d2Working on a script to query datasets without starting fluents.einarr2007-05-09 17:41:50 +00:00
0eff457910Added biological process info to the small smokers example, and a README file to explain the dataset, at least the non-trivial parts.einarr2007-03-15 23:57:35 +00:00
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)einarr2007-03-15 23:47:24 +00:00
6fe4ff3c59Added scripts folder for small but useful scripts.einarr2007-03-15 12:46:41 +00:00
b02773b4e6pls loading plot now have correct nameflatberg2007-03-15 10:38:52 +00:00
6101bf850cChanged CategoryDataset ftsv files to be written with 0 and 1 instead of True and False.einarr2007-02-28 16:33:11 +00:00
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.einarr2007-02-28 14:56:24 +00:00
934640ea62Searches for /etc/fluentsrc and ~/.fluents configuration files. Adds the home configuration variable.einarr2007-02-28 14:07:33 +00:00
281337251dAdded selection of lines in network plotflatberg2007-02-27 21:19:24 +00:00