Age | Commit message (Collapse) | Author |
|
different from base dataset
Improved collection list and view table appearances
Added question mark image for glossary entries in table headers
Fixed issue where extra decimal place sometimes appeared in bar chart Y axis tick values
|
|
- Correct PCA trait data is created but can't be saved yet
- Added inner margins by increasing xDomain and yDomain of probability plot on trait page
- Increased X/Y-axis label font size
- Turned "processes" to 0 on runserver.py for PROD setting, since it doesn't work with threading
- Improved appearance of correlation page table
- Added links to github to index page
- Removed js_data from GEMMA/PLINK mapping results, since it isn't used for those
- Removed "Tissue" from trait page for phenotype traits
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also I found out that there are two legends shown simultaneously,
but one is suitable only for discrete values, and the other for
continuous; now only the suitable one is shown
|
|
Added GEMMA and necessary plink-format genotype files in gemma directory
Added the GEMMA genotype files to git LFS
Removed some unnecessary/duplicated code from interval_mapping.py
Separated GEMMA mapping code into its own file (will also do this for other methods) and fixed
and issue that caused it to not run
Added the table to the pair scan results page and wrote some code adding its attributes
to each marker object, but it still isn't working yet
|
|
|
|
I figure out how to get it to read the port from the config file instead
Using runserver.py instead of secure_server.py because of an error with the latter
that I haven't figured out how to fix yet
Improved the appearance of several of the tables
|
|
adding the correlation matrix page
|
|
Changed "threaded" to True in runserver.py; this fixed issue
related to getting progress bar to work
|
|
Small change to the code printing out fd in search_results.py
|
|
|
|
|
|
|