Releases: MaayanLab/clustergrammer
made matrix_update_callback option
I replaced crop_callback with the more general matrix_update_callback that is called whenever the matrix is updated (e.g. row filtering, cropping). This is used to clear Enrichrgram gene-categories when any update is done.
improved Enrichrgram behavior
v1.10.3 v1.10.3 improved Enrichrgram functionality
improved brush-crop/dendro-crop behavior and dendro shadow
v1.10.2 v1.10.2 improved brush-crop/dendro-crop behavior and dendro shadow
improved category updating with cropping, allowing user callback function on undo crop
v1.10.1 v1.10.1 updated package.json
dendrogram cropping and mouseover
The dendrograms now have cropping buttons (triangles) which allow the user to crop the matrix to a cluster identified by the dendrogram.
Matrix cropping with brushing
Users can now crop the matrix (using D3.js brushing) to selection a subsection of the matrix. The cropping icon allows undoing of cropping.
small bug fix - removed console log when downloading
v1.8.3 v1.8.3 fixed eslint minor errors, removed console log statement when …
matrix ordering is preserved on download
Fixed a minor bug and now the instantaneous ordering in the matrix is preserved when downloading the matrix.
matrix download button
This version has a small new feature. Users can download the data in the matrix (which reflects filtering, enrichr categories, etc) using the download icon.
Dendrogram SVG-slider
This version has a new SVG-based slider for adjusting the dendrogram level. The slider is now next to the dendrogram. Other minor improvements to the behavior of the dendrogram have been implemented.