-
Dear @LTLA
Sorry to bug you again. We got another single cell for another parasite Toxoplasma and we were calculating the capture rate. We have seen in past that `emptyDrops` methods rescues more …
-
It appears in some cases, the rectangle iterator ( https://github.com/tu-darmstadt-ros-pkg/hector_math/blob/noetic/hector_math/include/hector_math/iterators/rectangle_iterator.h ) iterates over some c…
-
This idea came from @tjlaboss.
The idea is that rather than just referring to a cell by its number, which is mutable, could we refer to it and request it by a string?
Something like `cell.name` possi…
-
## ⌨ Accessibility Issue
The screening and assessment table has rows for each skill as well as the education requirement. These act as row headers in addition to the column headers (assessment step…
-
Type: Bug
I have a notebook with 3 cells, A B C
I want to drag C so that it is between A and B.
I CANNOT DO IT.
Drag-drop simply doesn't work. I hover over the margin of cell C, so that the curso…
-
### Description
I would like the "reactive execution"/"disabled" cell status be more clear and useful, by unifying it with "lazy execution". Currently there are multiple forms of lazyness that are pr…
-
Is there a way to get the highlighted/selected cells in the data editor?
I tried making my own version of the data editor as the reflex one did not include on_grid_selection_change or grid_selectio…
-
Hi, I would like to add some viral marker gene to the sctype database excel file and then perform the automated annotation but somehow that just would not work as the viral gene marker were regarded a…
-
Hi!
I am testing napari-spatialdata on a public Nanostring Cosmx dataset (https://kero.hgc.jp/Breast_Cancer_Spatial.html), and I would like to set a custom color for each label of a specific categoric…
-
In EPPlus, it implements a string indexer for cell range selection
```
worksheet.Cells["B1"].Value = "This is cell B1"; // Sets the value of Cell B1
worksheet.Cells[1, 2].Value = "This is cell B1";…