Age | Commit message (Collapse) | Author |
|
files and how it writes the phenotype file)
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
|
|
loading a collection or doing ctl analysis
|
|
be there and changed the code that calls them accordingly
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
|
|
which would result in wrong correlation results
Fixed issue where the mean would sometimes be displayed into of the additive effect
|
|
results pages
Improved the way the table width is set for search results page
|
|
Fixed issue where I forgot to remove a parameter from jsonable_table_row in trait.py
|
|
increases table load speed
In order to implement Scroller (and make table look nicer), all rows are the same height and excess description/authors text is shown in a tooltip
Increased table width for non-Geno DBs
Fixed issue where Genotype traits did not fetch their location_repr (text for displaying location), causing that column to be blank in searches
Fixed issue causing Correlation Matrix cells to not be colored corresponding with their correlation and also increased cell font a little
Fixed issue where dataset link in the Correlation Page did not correctly point to corresponding GN1 page
|
|
|
|
that displays metadata, etc
Removed currently unused javascript and css imports related to the DataTables buttons import (since it was replaced with the python export) from regular search, both global searches, and the view_collection page
Added a bunch of parameters to the jsonable function for the GeneralTrait object in order to later create a json version of the search results and implement the client-side Scroller feature (which dynamically loads table rows from json when you scroll)
|
|
MySQL query.
|
|
confidential phenotype traits in search results and trait pages
Fixed table style for mapping results and interval analyst tables and added additive/dominance effect columns to the former
Fixed mapping figure X-axis to accurately label Centimorgans vs Megabases (previously it would always say Megabases)
Removed the "Sequence Site" marker from mapping result figure when mapping with genetics (centimorgans) scale
Removed some unused javascript libary imports from search/global search pages
|
|
tools (correlation matrix, wgcna, etc)
To do the above, changed the way form submission worked for those features; previously each feature had its own form, but that was dumb so instead I wrote a javascript function that just changed a single form's target url
Duplicate traits can no longer by added to collections
Fixed the digits for a few table columns in collection (additive effect, etc).
|
|
|
|
'get_trait_info' call from search_result_page.py because its query was already being run
|
|
|
|
|
|
|
|
|
|
of the page (still not totally pleased with them though)
Fixed issue where some N/A lrs scores and additive effects were being changed to 0's, which was misleading and kept them from always being sorted at the bottom. They now appear as N/A.
|
|
|
|
|
|
single BXD or whatever) should be fixed for different mapping methods and data set types
Renamed directories with genotypes so tools.py didn't need to be changed (which might mess up other deployments)
Fixed error when searching genotype data sets
|
|
names (like BXD65a)
R/qtl and PYLMM still not working with the change and bootstrap results are also still wrong, so need to fix those issues.
|
|
with no description
|
|
Conflicts:
wqflask/base/trait.py
|
|
error for phenotype traits
|
|
|
|
get it working with Scroller correctly
Added code getting the description, etc to trait.py since it was missed from last commit
|
|
gets the LRS location repr and other variables needed to display in table during the retrieve_info function in trait.py instead of retrieve_trait_info in dataset.py)
This change increases the speed by a bit (85 seconds to 66 seconds for example)
Made the column width for location a bit wider for global search page so it doesn't spill onto a second line
|
|
Began adding menu to qtl map
Fixed global search to not retrieve samples (to increase speed)
Got the vector plot working again so it can be displayed alongside the gn1-style plot
Only display the vector plot when doing GEMMA to speed up (this might not be necessary)
|
|
Changed the way details are displayed in show trait page
Changed search query so that it orders results by symbol
|
|
Still slower than preferable due to having to query the gn1 database for every trait in the search results
|
|
trait.py. Since I couldn't find the purpose of the assert statement I removed it.
|
|
Fixes #69
|
|
|
|
move duplicated code into a method,
handle the case of missing f1/f12 correctly
|
|
some others)
|
|
* 'aliases' and 'location' are shown only where relevant
* descriptions for phenotype datasets are provided at the top
|
|
where rat trait pages wouldn't work
|
|
Fixed the header so that it looks fine when resizing
|
|
|
|
On branch master
|
|
Improved the "scatterplot matrix" feature on the trait page so that
it matches the chosen trait against every selected trait
|
|
Suggestive/significant bars and additive effect curve added
|
|
that will be used to color the bar graph
|
|
on hover
|
|
|
|
|
|
|
|
|