aboutsummaryrefslogtreecommitdiff
path: root/wqflask/wqflask/static/new/javascript/get_traits_from_collection.coffee
AgeCommit message (Collapse)Author
2019-02-13Remove all coffee filesPjotr Prins
2016-06-18Changed file permssions to non-executablePjotr Prins
2015-01-30Fixed several bugsZachary Sloan
Added legend to bar chart color by trait function Added scatterplot matrix figure Fixed database timeout problem
2014-08-12Fixed the scrollable data tables for the show trait pageZachary Sloan
Added the option to display the rqtl results (and soon other mapping results) as either a manhattan plot or "interval map" style curve chart Removed a couple unnecessary javascript imports Changed the function in helper_functions.py that creates the trait and dataset objects, making it to where the trait object also gets qtl info Fixed color by trait after it was broken by the "scatterplot matrix" function
2014-06-25Added Karl's correlation matrix codeZachary Sloan
Improved the "scatterplot matrix" feature on the trait page so that it matches the chosen trait against every selected trait
2014-06-12Long overdue of commit to changes that add a scatter plot to the correlation ↵Zachary Sloan
page and let you select a trait from your collection on the trait page and do a scatter plot against that triat as well. There are a number of accompanying js and css files written by Karl Broman that are needed for these features. The option to compare against more than just one trait still needs to be added for the trait page scatterplot function
2014-05-05Committing a bunch of changes related to integrating GEMMA andZachary Sloan
adding the correlation matrix page
2013-12-11Got sort by name/value buttons working and committing before tryingZachary Sloan
to put some of the d3 code into a function
2013-12-05Now trims selected trait's values by the samples of the primary trait andZachary Sloan
gets their distinct values Created function that creates a dictionary of distinct values and their corresponding colors
2013-12-05Interval map graph now works properlyZachary Sloan
Tried to export trait data for "color by trait" function
2013-11-27Clicking a trait in "color by trait" now gets all of its sample valuesZachary Sloan
that will be used to color the bar graph
2013-11-27Can now view trait list of a collection after clicking the collectionZachary Sloan
in the modal that pops up after clicking "Color by Trait" above the bar chart
2013-11-26Made some progress towards getting the traits inside a collection to display ↵Zachary Sloan
on hover
2013-11-25Got the interval mapping results into a tableZachary Sloan