Skip to content

Releases: MaayanLab/clustergrammer

made matrix_update_callback option

05 Jan 18:11
Compare
Choose a tag to compare

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

05 Jan 17:35
Compare
Choose a tag to compare
v1.10.3

v1.10.3 improved Enrichrgram functionality

improved brush-crop/dendro-crop behavior and dendro shadow

05 Jan 16:03
Compare
Choose a tag to compare
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

04 Jan 23:26
Compare
Choose a tag to compare

dendrogram cropping and mouseover

04 Jan 22:00
Compare
Choose a tag to compare

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

16 Dec 20:13
Compare
Choose a tag to compare

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

14 Dec 17:47
Compare
Choose a tag to compare
v1.8.3

v1.8.3 fixed eslint minor errors, removed console log statement when …

matrix ordering is preserved on download

14 Dec 17:40
Compare
Choose a tag to compare

Fixed a minor bug and now the instantaneous ordering in the matrix is preserved when downloading the matrix.

matrix download button

14 Dec 17:26
Compare
Choose a tag to compare

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

12 Dec 16:29
Compare
Choose a tag to compare

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.