You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When "population_cell_mask.csv" is created in the Mantis directory, the unassigned cell ID is not included, which results in a cell population confusingly labelled as "Imported Selection #" after opening up the cell masks in Mantis (see screenshot below). I confirmed that these cells labelled as "Imported Selection #" are actually unassigned cells.
An "unassigned" cell population (cells that had no pixel clusters assigned in them) is correctly assigned to the cell masks and correctly assigned in the cell table, but it is missing in "population_cell_mask.csv", which is generated in plot_utils.create_mantis_dir.
Expected behavior
Add a row to "population_cell_mask.csv" where the unassigned cell ID has the label "unassigned."
To Reproduce
Can delete a few rows from cluster_counts_size_norm before training the SOM and open up the images in Mantis.
The text was updated successfully, but these errors were encountered:
Describe the bug
When "population_cell_mask.csv" is created in the Mantis directory, the unassigned cell ID is not included, which results in a cell population confusingly labelled as "Imported Selection #" after opening up the cell masks in Mantis (see screenshot below). I confirmed that these cells labelled as "Imported Selection #" are actually unassigned cells.
An "unassigned" cell population (cells that had no pixel clusters assigned in them) is correctly assigned to the cell masks and correctly assigned in the cell table, but it is missing in "population_cell_mask.csv", which is generated in
plot_utils.create_mantis_dir
.Expected behavior
Add a row to "population_cell_mask.csv" where the unassigned cell ID has the label "unassigned."
To Reproduce
Can delete a few rows from
cluster_counts_size_norm
before training the SOM and open up the images in Mantis.The text was updated successfully, but these errors were encountered: