Age | Commit message (Expand) | Author |
2013-06-19 | Fixed issue where the Mean Expr, Max LRS, and Max LRS Location columns...in the correlation page weren't displaying
| Lei Yan |
2013-06-19 | Merge branch 'flask' of git://github.com/zsloan/genenetwork into flask...Conflicts:
wqflask/base/data_set.py
| Lei Yan |
2013-06-19 | Changed QTL parameter name to "get_qtl_info" on trait.py and...other places it's called, like search_results.py
Added other trait info fields to correlation results page
| Lei Yan |
2013-06-13 | Fixed issue where too much memory was used as a result of creating a...dataset object for each trait in the correlation results
Added new fields/columns for each trait in the correlation result table
(max LRS, max LRS location, mean expression)
Fixed error if trait doesn't have these fields
| Lei Yan |
2013-06-11 | Put trait info for correlation results page into a dictionary instead...of storing list of GeneralTrait objects
Added print statements to track memory usage
| Lei Yan |
2013-05-31 | Fixed the location column for the quick search page...Began writing some jquery to automatically open the first tab
within each species tab on the quick search page (not done yet)
| Zachary Sloan |
2013-05-30 | Rewrote some code in get_trait_info in dataset.py...Added spearman correlation to show_corr_results and template
| Lei Yan |
2013-05-08 | Worked on correlation page...Wrote function in dataset.py that gets all the traits in a dataset
and their sample values
| Lei Yan |
2013-01-18 | Renamed CorrelationPage.py to show_corr_results.py...Worked with correlation code; got to the code that
begins to do the actual correlations
Created a function "get_dataset_and_trait" in
the new file "helper_functions.py" because the
code initializing the dataset and trait objects
was repeated in multiple places
| Zachary Sloan |
2013-01-03 | Created template for marek regression page and made the compute button direct...to it
added asbolute_import in data_set.py and trait.py
Made several minor changes and deleted commented out code in trait.py
| Zachary Sloan |
2012-12-07 | Got basic statistics in show_trait to display the correct number...of samples for each group
Got show_trait page to display for genotype traits
| Zachary Sloan |
2012-12-06 | Made many small changes to show_trait/data_set/search_results/trait to...remove use of the formData object and cursor
| Zachary Sloan |
2012-12-05 | Renamed webqtlTrait.py to trait.py...Renamed webqtlTrait class to GeneralTrait
Began process of removing fd from show_trait.py
Created DatasetGroup object in data_set.py (this may end up becoming
its own file later if it becomes big enough)
| Zachary Sloan |