https://github.com/gxa/atlas-heatmap

sort by:
Revision Author Date Message Commit Date
cb58eb1 2.4.4 02 May 2017, 10:21:36 UTC
7b1e725 If no orderings are available, sort columns *only* alphabetically by default [Fixes #144187297] 02 May 2017, 10:21:24 UTC
851ccd0 2.4.3 28 April 2017, 12:47:13 UTC
809e96b Revert "If no orderings are available, sort columns alphabetically by default" This reverts commit 6662a01d9442d2a146310c569a0f82e7b73794f2. 28 April 2017, 12:46:52 UTC
d6cfecf 2.4.2 25 April 2017, 10:11:55 UTC
6662a01 If no orderings are available, sort columns alphabetically by default [Fixes #144187297] 25 April 2017, 10:11:47 UTC
47c438f 2.4.1 25 April 2017, 09:13:27 UTC
e452af3 Fix xAxis field name [Fixes #144187377] 25 April 2017, 09:10:16 UTC
1952554 2.4.0 20 April 2017, 15:04:55 UTC
649a5fe Resolve all references of React to the top node_modules directory to avoid the multiple copies of React issue 20 April 2017, 15:04:28 UTC
dfbfd83 Add support for source parameter to specify a factor for multiexperiment results 20 April 2017, 14:32:39 UTC
7dda917 Merge remote-tracking branch 'origin/master' 15 April 2017, 19:43:01 UTC
ef2f6f8 2.3.9 13 April 2017, 12:12:53 UTC
973b2ce On error from the server show error message instead of breaking 13 April 2017, 12:09:37 UTC
15256b9 A slightly better heuristic for top margin that gets the differential experiment labels to show up 13 April 2017, 11:31:12 UTC
e167416 Add some hacks about min and max width - should produce all right results 13 April 2017, 11:15:17 UTC
74fc865 2.3.8 13 April 2017, 10:06:34 UTC
b043af2 Switch between boxplots and heatmap using display:none/display:block - keeps the controls state 13 April 2017, 10:06:06 UTC
eba4d16 2.3.7 13 April 2017, 08:33:00 UTC
51e750a Remove point events from anatomgoram, they don't play well with tooltips 13 April 2017, 08:32:42 UTC
13a6ff3 Anatomogram highlights with heatmap both ways 13 April 2017, 08:26:37 UTC
5573777 Merge remote-tracking branch 'origin/master' 13 April 2017, 07:58:09 UTC
46a4d85 Fix going to Ensembl on click 12 April 2017, 16:42:32 UTC
952c0b3 2.3.6 12 April 2017, 16:34:59 UTC
ad43026 Wire up callbacks from the heatmap to console.log 12 April 2017, 16:34:17 UTC
2b61fe7 2.3.5 12 April 2017, 13:56:10 UTC
8e23fe6 Refactor - use uncontrollable to manage state of heatmap with controls, use unapply and consistent variable names in BoxplotCanvas 12 April 2017, 13:51:52 UTC
613f46f Improve gradient legend header after Laura’s suggestions 10 April 2017, 16:03:23 UTC
4a57ce8 Revert: Clean up package.json (https://github.com/gxa/atlas-heatmap/commit/aef779e3780f7d455d1b6ebd6e3aa6f61619a7cd) react-hot-loader is used in ExperimentPicker.jsx (see https://webpack.js.org/guides/hmr-react/ for more info) 10 April 2017, 15:58:36 UTC
e87a65f 2.3.4 10 April 2017, 15:54:05 UTC
50831a4 Use the whole colour axis in GradientHeatmapLegend, so that the gradient legend is accurate to the cell colours 10 April 2017, 15:53:57 UTC
9747d51 Add hyphen in Log2-fold change 10 April 2017, 15:53:57 UTC
de2864d Replace numberWithCommas with a better version that doesn’t put commas whenever there are more than two decimal places 10 April 2017, 15:53:57 UTC
5da68c6 2.3.3 10 April 2017, 10:24:28 UTC
b92658a Stop lying to users, use correct names of science numbers ie log2-fold change and adjusted pvalue 10 April 2017, 10:23:37 UTC
5024dee Slightly increase the tiny square size 10 April 2017, 10:15:05 UTC
1f7cd8d Increase the sizes of axes labels by a bit where we can 10 April 2017, 10:03:45 UTC
aef779e Clean up package.json 10 April 2017, 09:58:31 UTC
a9ce3f0 Disable tooltips 10 April 2017, 09:58:22 UTC
76744cb Richer tooltips - list the factors (baseline) or what the comparison is (differential) 10 April 2017, 09:32:17 UTC
2cc65d6 Refactor more - tiny functions that heavily rely on unapply 10 April 2017, 08:50:33 UTC
bd13ee6 Round t stat 10 April 2017, 08:50:33 UTC
c97838c Refactor - stick to pure functions 10 April 2017, 08:50:33 UTC
90bc884 2.3.2 09 April 2017, 23:01:42 UTC
02ad85b Complete unfinished comment 09 April 2017, 23:01:33 UTC
bf1a6e0 2.3.1 09 April 2017, 23:00:35 UTC
9a2d466 Add env preset to JSX too, otherwise we’re left with modern ES that browsers can’t understand 09 April 2017, 23:00:20 UTC
675d0e6 2.3.0 09 April 2017, 21:17:00 UTC
194a96d Refactor utility methods and format numbers nicely 09 April 2017, 21:16:40 UTC
23b0a96 Refactor ExperimentPicker to add React Hot Loader’s AppContainer following https://github.com/wkwiatek/react-hot-loader-minimal-boilerplate 09 April 2017, 21:14:58 UTC
0a837ce Update to Webpack 2 and add React Hot Loader with Hot Module Replacement in the ExperimentPicker entry 09 April 2017, 21:13:13 UTC
b127eae Add a note about seemingly unneeded packages 09 April 2017, 21:12:05 UTC
ef459bd 2.2.0 06 April 2017, 15:32:48 UTC
ccd50ec Resolve URLs using Url.resolve instead of concatenating strings 06 April 2017, 15:19:56 UTC
b252e5a Add a HeatmapLegend component that renders a gradient legend in the experiment heatmap or a data series legend in the multiexperiment heatmap; pass colourAxis to HeatmapCanvas 06 April 2017, 15:18:53 UTC
1f738d9 Minor code style corrections 06 April 2017, 15:18:53 UTC
569d947 Fix colourAxis spelling and make it optional 06 April 2017, 15:18:53 UTC
fa1c732 Fix spelling, dataClasses format is dictated by Highcharts API 06 April 2017, 15:18:53 UTC
7b47fb7 Add isWidget to chartConfiguration, the coexpression slider was mistakenly shown in the widget view 06 April 2017, 15:18:53 UTC
940cb32 Add some top padding to the widget footer 06 April 2017, 15:18:53 UTC
40989de ExperimentPicker supports gene query and the render is explicitly requested through a button; put it in the main index.html and delete test.html 06 April 2017, 15:18:53 UTC
ee0bd17 Remove unnecessary species field in experiment query 06 April 2017, 15:18:53 UTC
800ab63 Correct typo in comment 06 April 2017, 15:18:53 UTC
3e3ea18 Refactor dataSeriesPropTypes to export them and use them in the gradient 06 April 2017, 15:18:53 UTC
a13da1a Delete leftover file from previous version 06 April 2017, 15:18:53 UTC
67aeb39 Remove onRender from DEFAULT_OPTIONS; consistently indent code 06 April 2017, 15:18:53 UTC
91d64c1 Reuse propTypes from ChartWithAnatomogram; consistently indent code 06 April 2017, 15:18:53 UTC
c3d78ef 2.1.4 06 April 2017, 10:58:16 UTC
37d04a1 New experiment picker to test any experiment in test.html 06 April 2017, 10:54:26 UTC
934ec9b Style code 05 April 2017, 19:29:29 UTC
41f9525 Remove prop type warnings; use the spelling “colour” consistently 05 April 2017, 19:29:09 UTC
abc3836 Add TODO note to compute a better right margin 05 April 2017, 19:17:14 UTC
be7eced Rename and correct 5 contrast experiments 05 April 2017, 17:37:36 UTC
ab7c74a Make tooltip shadow a bit darker and a bit narrower 05 April 2017, 15:03:32 UTC
574adaf 2.1.3 04 April 2017, 11:43:51 UTC
ed044c5 Point to main correctly 04 April 2017, 11:43:37 UTC
5e7f75e Bump version 04 April 2017, 11:42:27 UTC
d2676c3 Bump version 04 April 2017, 11:39:32 UTC
2acf4ba Display a no data found message when there are no rows to display; use clear="both" after setting the overflow property to visible in the highcharts-container to avoid having an invisible div box blocking the controls and the legend 04 April 2017, 11:28:00 UTC
7ec22c8 Do most of the rendering ourselves to avoid having default tooltips be cropped in short heatmaps; add an example page to reproduce this behaviour 04 April 2017, 11:28:00 UTC
4df3922 Enclose orderings button in a <div> instead of a <span>; render it separately on HeatmapWithControls and place buttons horizontally instead of stacking them vertically 04 April 2017, 11:28:00 UTC
c415102 make boxplot labels font size the same as the heatmap 04 April 2017, 11:28:00 UTC
e5ad722 2.1.0 03 April 2017, 15:46:05 UTC
11f26cc Expression atlas heatmap can also be a component 03 April 2017, 15:45:53 UTC
2640092 Move code around - container loader has just the loading, container doesn't do google analytics callbacks 03 April 2017, 15:16:18 UTC
5271b08 Tidy up package.json, cut out dependency on jquery 03 April 2017, 14:42:20 UTC
0fbd842 Do not call Anatomogram.wrapComponent and construct anatomogram things if there is no anatomogram 03 April 2017, 14:13:35 UTC
7f14708 Delete dead code 03 April 2017, 14:01:43 UTC
373a8bb 2.0.3 03 April 2017, 13:45:11 UTC
5575b69 Add to gitignore. Add highcharts as a dependency to import highcharts/more and highcharts heatmap 03 April 2017, 13:45:01 UTC
993a1bf Bump version 31 March 2017, 14:41:47 UTC
e50084b Don’t show the coexpression slider if isWidget, but keep the coexpression state [Fixes #140556093] 31 March 2017, 14:37:32 UTC
de5cff4 Disable sorting button when less than two results are shown 31 March 2017, 12:18:57 UTC
f288310 2.0.1 30 March 2017, 14:08:47 UTC
3dd9e95 Clean up dependencies 30 March 2017, 14:07:33 UTC
d28d5dd Return null when parsing a query if it is undefined to correctly resolve the desired endpoint 30 March 2017, 14:07:24 UTC
201dba1 Remove outProxy from example pages, will test later 30 March 2017, 14:06:18 UTC
03b9f4e Add missing dependency 30 March 2017, 13:41:35 UTC
ef9be33 Massive rewrite of many parts of the atlas-heatmap. Some highlights: - Added a new API to render it from the browser - Added react-refetch to get the JSON payload - Added boxplots for baseline experiments, single gene results - Fixed coexpressions - Fixed frozen react-tooltip behaviour (no hacks needed) - Created new HTML examples More information in Expression Atlas Pivotal Tracker board. TODO: - Placement of ordering, filter and download buttons - Width of heatmap div (maxWidthFraction attribute) - Width of heatmap with very few columns - Anatomogram highlighting - Translate old parameters to new (incomplete) - Add filtering description in downloaded data 30 March 2017, 11:13:22 UTC
07fdaac Bump to latest react-highchats and highcharts-custom-events; add matching highcharts package to import highcharts-more and highcharts-heatmap; add URI.js for handling URLs in the new renderer; add babel-polyfill so that Internet Explorer gets String.prototype.endsWith() 03 March 2017, 15:02:12 UTC
back to top