Age | Commit message (Expand) | Author |
2015-10-12 | Changed the location filter for correlation page | zsloan |
2015-10-12 | Fixed an error page that occurs if traits with no overlapping samples are use... | zsloan |
2015-10-09 | Merge branch 'master' of github.com:zsloan/genenetwork2 | zsloan |
2015-10-09 | Fixed correlations for phenotype datasets...Fixed table for some expression dataset searches
Added collection button to correlation page
Added color gradient to correlation matrix
| zsloan |
2015-10-08 | Committer: Lei Yan <lei@penguin.uthsc.edu>...On branch master
| Lei Yan |
2015-10-08 | Using the correct NA from Rpy2 | DannyArends |
2015-10-08 | Minor, adding a better check for NA | DannyArends |
2015-10-08 | Adding more comments | DannyArends |
2015-10-08 | Merge branch 'master' of github.com:genenetwork/genenetwork2 into WGCNAintegr... | DannyArends |
2015-10-08 | User inputs are now passed to the algorithm, and power is tested, and autosel... | DannyArends |
2015-10-08 | Massive update to the templates, adding error checking and handling + the eig... | DannyArends |
2015-10-07 | Adding library for slider used with correlation tool | zsloan |
2015-10-07 | The results now show the soft thresholds table, and the gene <-> module table | DannyArends |
2015-10-07 | Passing more information calculated by WGCNA to the results page | DannyArends |
2015-10-07 | Merge branch 'master' of github.com:genenetwork/genenetwork2 into WGCNAintegr... | DannyArends |
2015-10-05 | Correlation Matrix page is partially complete + fixed some issues with column... | zsloan |
2015-09-27 | Merge branch 'master' of github.com:genenetwork/genenetwork2 into WGCNAintegr... | DannyArends |
2015-09-25 | Forgot to add the table-striped class to the basic stats table to make its st... | zsloan |
2015-09-25 | Made the basic statistics table look nicer and got rid of the foo column if o... | zsloan |
2015-09-24 | Location range feature should work for correlations now, though the interface... | zsloan |
2015-09-20 | Using the webqtlConfig.TMPDIR constant and the webqtlUtil.genRandStr function | DannyArends |
2015-09-20 | Now able to run WGCNA analysis on a user defined collection, still lots of todos | DannyArends |
2015-09-20 | Display the results from WGCNA updated | DannyArends |
2015-09-20 | Transfering data from python to R for WGCNA analysis using Rpy2 | DannyArends |
2015-09-20 | Updating the WGCNA setup and results templates | DannyArends |
2015-09-19 | Adding a todo list to the code, for issue: genenetwork/genenetwork2#119 | DannyArends |
2015-09-19 | Adding views and passing the trait_list information from setup to results | DannyArends |
2015-09-19 | 2 templates, 1 for user input and 1 for showing the results | DannyArends |
2015-09-19 | Merge branch 'master' of github.com:genenetwork/genenetwork2 into WGCNAintegr... | DannyArends |
2015-09-18 | Filter by min expression and r range now works, though interface for slider c... | zsloan |
2015-09-17 | Merge branch 'master' of github.com:genenetwork/genenetwork2 into WGCNAintegr......Staying up2date
| DannyArends |
2015-09-11 | Merge branch 'master' of github.com:genenetwork/genenetwork2 | zsloan |
2015-09-11 | Fixed issue causing error if trying to use Heatmap or Correlation Matrix with......Fixed tables in correlation page and trait page to separate index column and checkbox column
| zsloan |
2015-09-11 | Removing import pandas from code | DannyArends |
2015-09-11 | More fiddling with templates | DannyArends |
2015-09-11 | Figured out how those flask templates work, analysis broken down into 3 parts... | DannyArends |
2015-09-11 | Some more work on the analysis | DannyArends |
2015-09-11 | Start R and load the WGCNA library in wgcna_analysis.py | DannyArends |
2015-09-11 | Adding empty WGCNA class, and creating it in views.py | DannyArends |
2015-09-11 | Seems I always turn around the G and C | DannyArends |
2015-09-11 | Adding a custom wgcna route in gn2, and adding a button to the collections/vi... | DannyArends |
2015-09-11 | Comment out some excessive stdout spam | DannyArends |
2015-09-11 | Adding an empty HTML results template for WCGNA | DannyArends |
2015-09-10 | Merge pull request #117 from lyan6/master...Fixed "TypeError: float argument required, not NoneType" about mean. | zsloan |
2015-09-10 | Fixed "TypeError: float argument required, not NoneType" about mean....Committer: Lei Yan <lei@penguin.uthsc.edu>
On branch master
| Lei Yan |
2015-09-09 | Issue genenetwork/genenetwork2#113, forgot to uncomment the secret_key | DannyArends |
2015-09-09 | Fix for issue genenetwork/genenetwork2#113, I added the SESSION_TYPE and SECR... | DannyArends |
2015-09-08 | Fixed covariates with R/qtl mapping...A few minor GUI changes on trait page (button names, locations, etc)
Fixed "pressing enter to search" on index page
| zsloan |
2015-09-01 | Fixed issue that caused R/qtl mapping to not work...Removed bootstrap and additive effect options until I can get them working correctly
| zsloan |
2015-09-01 | Fixed color by trait feature...Added Y axis line to bar histogram
Added link to GN1 in menu bar
Fixed mapping results table to look more like other tables (though still has initial issue with header being too short)
Added Tissue to global search results and trait page
| zsloan |