antoinegaston
antoinegaston
**Describe the bug** This bug appears when I try to cluster over a 1D matrix like: ``` col_1 row_1 1.2 row_2. 1.5 ``` With `run_clustering` option at `False`. A `True`...
**Describe the bug** Clustergrammer heatmap doesn't render well using clustergrammer2 generated network and clustergrammer-gl for rendering. Here is the piece of code in charge of rendering: ``` import cgm from...
This PR aims to fix this issue https://github.com/MaayanLab/clustergrammer-widget/issues/17
**Describe the bug** This bug appears on bumping ipywidgets to 7.0 or higer. The full trace is: ``` tests/services/test_compute_rule.py:13: in from ..app import RootTest, TestingDBSessionLocal tests/app.py:11: in from run import...
### Please describe your wishes and possible alternatives to achieve the desired result. This feature would allow to write the AnnData object to a specific path in a zarr store....