Age | Commit message (Expand) | Author |
2017-03-06 | phewas: disable non-functional buttons | Pjotr Prins |
2017-03-06 | phewas: preparing for use of phewas tools | Pjotr Prins |
2017-03-05 | Unused imports | Pjotr Prins |
2017-03-05 | Settings: make sure paths exist when starting server | Pjotr Prins |
2017-03-05 | Merge auwerx | Pjotr Prins |
2017-03-05 | Merge branch 'master' of github.com:zsloan/genenetwork2 into zsloan | Pjotr Prins |
2017-03-04 | Creating the EPheWas object in python | DannyArends |
2017-03-04 | Starting integration of the ePheWas tool | DannyArends |
2017-03-04 | Minor update to the comments | DannyArends |
2017-02-17 | Polishing, adding the help at the side, PheWAS integrated fully (untill I can... | DannyArends |
2017-02-17 | Cleaning up the templates, adding the LOC adjusted column | DannyArends |
2017-02-17 | Connecting p.adjust parameters, and updating the region size parameter | DannyArends |
2017-02-17 | Template connects to R, userinput handled/passed towards R from the python code | DannyArends |
2017-02-16 | Updated templates to show a table for GN2 | DannyArends |
2017-02-16 | Phewas output table code in python | DannyArends |
2017-02-10 | Working PheWAS in GN2, only for chromosome 1 on 25 megabases, but it's a start | DannyArends |
2017-02-09 | Fixed issue where I forgot to add GeneticType to the query_for_group query fo......Increased digits of some Basic Statistics values from 2 to 3
| zsloan |
2017-02-09 | Changed second column header to 'Value' when there's only one sample group | zsloan |
2017-02-09 | Added genetic_type to DatasetGroup object to differentiate between which grou......Minor changes/improvements for trait page
Updated dataset_menu_structure.json
| zsloan |
2017-02-09 | Initial code that allows us to run the PheWAS tool, using pre-computed data, ... | DannyArends |
2017-02-08 | Changed the way .fam files are written/read, which fixes the issue with GEMMA... | zsloan |
2017-02-08 | Adding the analysis structure of the PheWAS analysis in the python code, it's... | DannyArends |
2017-02-08 | Renamed the analysis code files to include the word analysis to not conflict ... | DannyArends |
2017-02-08 | Deadly Sin #1 changing the javascript without touching the coffeescript which... | DannyArends |
2017-02-08 | Adding routes for all 3 analysis tools | DannyArends |
2017-02-08 | Adding stub display templates for all 3 analysis tools | DannyArends |
2017-02-07 | empty output template to show the results from PheWAS analysis | DannyArends |
2017-02-07 | Inital python code to do PheWAS analysis from R | DannyArends |
2017-02-07 | Added a new route for the PheWAS results | DannyArends |
2017-02-07 | Templated html to show the PheWAS analysis input options on the trait page | DannyArends |
2017-02-07 | Adding an initial new trait page for a tabbed pane holding PheWAS, ePheWAS an... | DannyArends |
2017-02-07 | Initial empty file, this will hold the PheWAS tools at a later point in time | DannyArends |
2017-02-07 | Adding a new panel to hold the upcomming PheWAS tools | DannyArends |
2017-02-06 | Mapping results figure now correctly says whether GEMMA was used as mapping m... | zsloan |
2017-02-06 | Merge branch 'development' of github.com:zsloan/genenetwork2 | zsloan |
2017-02-06 | Commented out reference to trait_submission since it's not used yet | zsloan |
2017-02-06 | Merge branch 'master' of github.com:zsloan/genenetwork2 | zsloan |
2017-02-06 | Fixed appearance of several tables (search, mapping results, sample data)...Temporarily removed second sample table for CFW traits
Fixed location of global search bar to work with wider screens
| zsloan |
2017-01-26 | Merge pull request #1 from genenetwork/testing...Various changes/fixes | zsloan |
2017-01-26 | GEMMA now works with CFW data (had to update where it looks for the input fil......Y-axis for GEMMA now says -log(p)
Updated the style of the trait sample data table in the trait page
Updated dataset_select_menu_orig.js to also build just the Species and Group drop-downs for the trait input page (as opposed to all 4 drop-downs)
Updated dataset menu json file
Added option to show and hide columns to regular search page using colVis
Changed regular and global search result table styles/column widths
Began work on user trait submission code (not working yet though)
Began work on static loading page for mapping results
| zsloan |
2017-01-03 | Fixed appearance of samples tables in show_trait to look like all the other t......Disabled sorting for the first column (check box) of the samples tables
| zsloan |
2016-12-15 | Merge pull request #234 from zsloan/master...Various changes | zsloan |
2016-12-15 | Changed table appearance...Updated dataset_menu_structure.json
| zsloan |
2016-12-13 | Fixed a problem related to the last commit that caused a problem when loading... | zsloan |
2016-12-12 | Moved a bunch of functions out of the GeneralTrait class that didn't need to ......Improved loadings plot on the correlation matrix page to look like GN1's figure (though it's vector and GN1's was static)
Removed some unused code from show_trait.py
changed appearance of table headers some, though needs a little more work
Updated dataset_menu_structure.json
| zsloan |
2016-11-29 | Fixed loadings plot so it looks like the GN1 figure | zsloan |
2016-11-21 | Fixed correlation page so it correctly sorts by the scientific notation for s......Set default sort for correlation page to sample p
Improved appearance of correlation matrix some by decreasing line height
Added labels to each figure/table on the correlation page
| zsloan |
2016-11-18 | Fix sql error: (GeneNetwork error: (_mysql_exceptions.OperationalError) (1054... | Lei Yan |
2016-11-15 | Fixed issue where sample values of 0 would sometimes be displayed as 'x', whi......Fixed issue where the mean would sometimes be displayed into of the additive effect
| zsloan |
2016-11-11 | Fixed error causing correlation matrix page to not work with 2 traits (relate......Also improved factor loads table to show only two factors when there are two traits
Fixed error related to get_traits_from_collections.js being called in collections/list before jquery is defined
| zsloan |