celldetective 1.4.0__py3-none-any.whl → 1.4.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. celldetective/_version.py +1 -1
  2. celldetective/exceptions.py +11 -0
  3. celldetective/filters.py +7 -1
  4. celldetective/gui/InitWindow.py +4 -1
  5. celldetective/gui/__init__.py +2 -9
  6. celldetective/gui/about.py +2 -2
  7. celldetective/gui/base_annotator.py +786 -0
  8. celldetective/gui/classifier_widget.py +18 -13
  9. celldetective/gui/configure_new_exp.py +51 -30
  10. celldetective/gui/control_panel.py +10 -7
  11. celldetective/gui/{signal_annotator.py → event_annotator.py} +473 -1437
  12. celldetective/gui/generic_signal_plot.py +2 -1
  13. celldetective/gui/gui_utils.py +5 -2
  14. celldetective/gui/help/neighborhood.json +2 -2
  15. celldetective/gui/layouts.py +21 -11
  16. celldetective/gui/{signal_annotator2.py → pair_event_annotator.py} +3 -1
  17. celldetective/gui/process_block.py +129 -91
  18. celldetective/gui/processes/downloader.py +37 -34
  19. celldetective/gui/processes/measure_cells.py +14 -8
  20. celldetective/gui/processes/segment_cells.py +21 -6
  21. celldetective/gui/processes/track_cells.py +12 -13
  22. celldetective/gui/settings/__init__.py +7 -0
  23. celldetective/gui/settings/_settings_base.py +70 -0
  24. celldetective/gui/{retrain_signal_model_options.py → settings/_settings_event_model_training.py} +35 -91
  25. celldetective/gui/{measurement_options.py → settings/_settings_measurements.py} +28 -81
  26. celldetective/gui/{neighborhood_options.py → settings/_settings_neighborhood.py} +1 -1
  27. celldetective/gui/settings/_settings_segmentation.py +49 -0
  28. celldetective/gui/{retrain_segmentation_model_options.py → settings/_settings_segmentation_model_training.py} +33 -79
  29. celldetective/gui/{signal_annotator_options.py → settings/_settings_signal_annotator.py} +73 -95
  30. celldetective/gui/{btrack_options.py → settings/_settings_tracking.py} +64 -87
  31. celldetective/gui/styles.py +2 -1
  32. celldetective/gui/survival_ui.py +1 -1
  33. celldetective/gui/tableUI.py +25 -0
  34. celldetective/gui/table_ops/__init__.py +0 -0
  35. celldetective/gui/table_ops/merge_groups.py +118 -0
  36. celldetective/gui/viewers.py +3 -5
  37. celldetective/gui/workers.py +0 -2
  38. celldetective/io.py +98 -55
  39. celldetective/links/zenodo.json +145 -144
  40. celldetective/measure.py +31 -26
  41. celldetective/preprocessing.py +34 -21
  42. celldetective/regionprops/_regionprops.py +16 -5
  43. celldetective/scripts/measure_cells.py +5 -5
  44. celldetective/scripts/measure_relative.py +16 -11
  45. celldetective/scripts/segment_cells.py +4 -4
  46. celldetective/scripts/segment_cells_thresholds.py +3 -3
  47. celldetective/scripts/track_cells.py +7 -7
  48. celldetective/scripts/train_segmentation_model.py +10 -1
  49. celldetective/tracking.py +10 -4
  50. celldetective/utils.py +59 -58
  51. {celldetective-1.4.0.dist-info → celldetective-1.4.1.dist-info}/METADATA +1 -1
  52. celldetective-1.4.1.dist-info/RECORD +123 -0
  53. tests/gui/__init__.py +0 -0
  54. tests/gui/test_new_project.py +228 -0
  55. tests/{test_qt.py → gui/test_project.py} +22 -26
  56. tests/test_preprocessing.py +2 -2
  57. celldetective/models/segmentation_effectors/ricm_bf_all_last/config_input.json +0 -79
  58. celldetective/models/segmentation_effectors/ricm_bf_all_last/ricm_bf_all_last +0 -0
  59. celldetective/models/segmentation_effectors/ricm_bf_all_last/training_instructions.json +0 -37
  60. celldetective/models/segmentation_effectors/test-transfer/config_input.json +0 -39
  61. celldetective/models/segmentation_effectors/test-transfer/test-transfer +0 -0
  62. celldetective/models/signal_detection/NucCond/classification_loss.png +0 -0
  63. celldetective/models/signal_detection/NucCond/classifier.h5 +0 -0
  64. celldetective/models/signal_detection/NucCond/config_input.json +0 -1
  65. celldetective/models/signal_detection/NucCond/log_classifier.csv +0 -126
  66. celldetective/models/signal_detection/NucCond/log_regressor.csv +0 -282
  67. celldetective/models/signal_detection/NucCond/regression_loss.png +0 -0
  68. celldetective/models/signal_detection/NucCond/regressor.h5 +0 -0
  69. celldetective/models/signal_detection/NucCond/scores.npy +0 -0
  70. celldetective/models/signal_detection/NucCond/test_confusion_matrix.png +0 -0
  71. celldetective/models/signal_detection/NucCond/test_regression.png +0 -0
  72. celldetective/models/signal_detection/NucCond/validation_confusion_matrix.png +0 -0
  73. celldetective/models/signal_detection/NucCond/validation_regression.png +0 -0
  74. celldetective-1.4.0.dist-info/RECORD +0 -131
  75. {celldetective-1.4.0.dist-info → celldetective-1.4.1.dist-info}/WHEEL +0 -0
  76. {celldetective-1.4.0.dist-info → celldetective-1.4.1.dist-info}/entry_points.txt +0 -0
  77. {celldetective-1.4.0.dist-info → celldetective-1.4.1.dist-info}/licenses/LICENSE +0 -0
  78. {celldetective-1.4.0.dist-info → celldetective-1.4.1.dist-info}/top_level.txt +0 -0
@@ -8,7 +8,7 @@
8
8
  "record": "public",
9
9
  "status": "open"
10
10
  },
11
- "created": "2025-01-23T11:15:01.232107+00:00",
11
+ "created": "2025-09-06T14:41:12.830373+00:00",
12
12
  "custom_fields": {
13
13
  "code:codeRepository": "https://github.com/celldetective/celldetective",
14
14
  "code:developmentStatus": {
@@ -38,395 +38,396 @@
38
38
  "access": {
39
39
  "hidden": false
40
40
  },
41
- "checksum": "md5:a88f2cbff39cab4369d80bfadbf31906",
41
+ "checksum": "md5:20933deb96880ab3e9b48b12aaff2ece",
42
42
  "ext": "zip",
43
- "id": "e7d7f0c8-cb98-4b1d-ad9f-facf629934c7",
43
+ "id": "f6097fe9-8945-478a-be03-f86a56c6d381",
44
44
  "key": "CP_cyto3.zip",
45
45
  "links": {
46
- "content": "https://zenodo.org/api/records/14724949/files/CP_cyto3.zip/content",
47
- "self": "https://zenodo.org/api/records/14724949/files/CP_cyto3.zip"
46
+ "content": "https://zenodo.org/api/records/17068651/files/CP_cyto3.zip/content",
47
+ "self": "https://zenodo.org/api/records/17068651/files/CP_cyto3.zip"
48
48
  },
49
49
  "metadata": {},
50
50
  "mimetype": "application/zip",
51
- "size": 24640158,
51
+ "size": 24641215,
52
52
  "storage_class": "L"
53
53
  },
54
54
  "CP_livecell.zip": {
55
55
  "access": {
56
56
  "hidden": false
57
57
  },
58
- "checksum": "md5:4a158688881c68de0d14117db2880930",
58
+ "checksum": "md5:93b088d1306bd6573c26dd9552ce1347",
59
59
  "ext": "zip",
60
- "id": "e5b9d25f-1380-4c5a-b77b-ed166ad53eb3",
60
+ "id": "33b91182-33a1-4fa5-b654-3c305795ba7f",
61
61
  "key": "CP_livecell.zip",
62
62
  "links": {
63
- "content": "https://zenodo.org/api/records/14724949/files/CP_livecell.zip/content",
64
- "self": "https://zenodo.org/api/records/14724949/files/CP_livecell.zip"
63
+ "content": "https://zenodo.org/api/records/17068651/files/CP_livecell.zip/content",
64
+ "self": "https://zenodo.org/api/records/17068651/files/CP_livecell.zip"
65
65
  },
66
66
  "metadata": {},
67
67
  "mimetype": "application/zip",
68
- "size": 24607449,
68
+ "size": 24608557,
69
69
  "storage_class": "L"
70
70
  },
71
71
  "CP_nuclei.zip": {
72
72
  "access": {
73
73
  "hidden": false
74
74
  },
75
- "checksum": "md5:479209924265c41bd04d50341b51da04",
75
+ "checksum": "md5:93d5da536e1fc724e318f8ae752c4b50",
76
76
  "ext": "zip",
77
- "id": "65198f8c-6e62-44f3-831c-68069f003c90",
77
+ "id": "f4387b7f-fca1-4403-87cd-7e8aa39b912c",
78
78
  "key": "CP_nuclei.zip",
79
79
  "links": {
80
- "content": "https://zenodo.org/api/records/14724949/files/CP_nuclei.zip/content",
81
- "self": "https://zenodo.org/api/records/14724949/files/CP_nuclei.zip"
80
+ "content": "https://zenodo.org/api/records/17068651/files/CP_nuclei.zip/content",
81
+ "self": "https://zenodo.org/api/records/17068651/files/CP_nuclei.zip"
82
82
  },
83
83
  "metadata": {},
84
84
  "mimetype": "application/zip",
85
- "size": 24566617,
85
+ "size": 24567704,
86
86
  "storage_class": "L"
87
87
  },
88
88
  "CP_tissuenet.zip": {
89
89
  "access": {
90
90
  "hidden": false
91
91
  },
92
- "checksum": "md5:ea161f28b6159c492c7fa8a76970017c",
92
+ "checksum": "md5:2c5358bbcb6f6e525b3cfaac0ae68ccf",
93
93
  "ext": "zip",
94
- "id": "9e379125-86b0-444a-972a-abbb5d07ad5f",
94
+ "id": "b36fe8e3-f485-4f49-86cd-f4f95869890f",
95
95
  "key": "CP_tissuenet.zip",
96
96
  "links": {
97
- "content": "https://zenodo.org/api/records/14724949/files/CP_tissuenet.zip/content",
98
- "self": "https://zenodo.org/api/records/14724949/files/CP_tissuenet.zip"
97
+ "content": "https://zenodo.org/api/records/17068651/files/CP_tissuenet.zip/content",
98
+ "self": "https://zenodo.org/api/records/17068651/files/CP_tissuenet.zip"
99
99
  },
100
100
  "metadata": {},
101
101
  "mimetype": "application/zip",
102
- "size": 24613186,
102
+ "size": 24614280,
103
103
  "storage_class": "L"
104
104
  },
105
105
  "NucCond.zip": {
106
106
  "access": {
107
107
  "hidden": false
108
108
  },
109
- "checksum": "md5:f7cdea12058ee9ec2d5f5bc353615464",
109
+ "checksum": "md5:83ebdb751f1fe091cf0209244c708cd2",
110
110
  "ext": "zip",
111
- "id": "09a55790-4480-4d16-a3d4-745f4ff92846",
111
+ "id": "b1f46092-feb5-4e54-9da0-30ecb577192d",
112
112
  "key": "NucCond.zip",
113
113
  "links": {
114
- "content": "https://zenodo.org/api/records/14724949/files/NucCond.zip/content",
115
- "self": "https://zenodo.org/api/records/14724949/files/NucCond.zip"
114
+ "content": "https://zenodo.org/api/records/17068651/files/NucCond.zip/content",
115
+ "self": "https://zenodo.org/api/records/17068651/files/NucCond.zip"
116
116
  },
117
- "metadata": null,
117
+ "metadata": {},
118
118
  "mimetype": "application/zip",
119
- "size": 32419315,
119
+ "size": 32418637,
120
120
  "storage_class": "L"
121
121
  },
122
122
  "SD_versatile_fluo.zip": {
123
123
  "access": {
124
124
  "hidden": false
125
125
  },
126
- "checksum": "md5:49592e9f05a796d2787652e36c8ef6e2",
126
+ "checksum": "md5:944771b5497950b29180c08101d53c2e",
127
127
  "ext": "zip",
128
- "id": "ca3dcb1f-d740-4df4-bcdd-bfd91ff8ffe0",
128
+ "id": "0d0e74fc-5734-432d-bf7a-2c8bf151a77b",
129
129
  "key": "SD_versatile_fluo.zip",
130
130
  "links": {
131
- "content": "https://zenodo.org/api/records/14724949/files/SD_versatile_fluo.zip/content",
132
- "self": "https://zenodo.org/api/records/14724949/files/SD_versatile_fluo.zip"
131
+ "content": "https://zenodo.org/api/records/17068651/files/SD_versatile_fluo.zip/content",
132
+ "self": "https://zenodo.org/api/records/17068651/files/SD_versatile_fluo.zip"
133
133
  },
134
134
  "metadata": {},
135
135
  "mimetype": "application/zip",
136
- "size": 5325273,
136
+ "size": 5327019,
137
137
  "storage_class": "L"
138
138
  },
139
139
  "SD_versatile_he.zip": {
140
140
  "access": {
141
141
  "hidden": false
142
142
  },
143
- "checksum": "md5:186bf4be5f78763dde9b181aa8f8d116",
143
+ "checksum": "md5:86f08f4040d3640104bffcbc4cb7317b",
144
144
  "ext": "zip",
145
- "id": "e70ea001-96da-4649-a325-e5ff310e00de",
145
+ "id": "021924e5-e80a-4454-9c1d-f3584aad00cc",
146
146
  "key": "SD_versatile_he.zip",
147
147
  "links": {
148
- "content": "https://zenodo.org/api/records/14724949/files/SD_versatile_he.zip/content",
149
- "self": "https://zenodo.org/api/records/14724949/files/SD_versatile_he.zip"
148
+ "content": "https://zenodo.org/api/records/17068651/files/SD_versatile_he.zip/content",
149
+ "self": "https://zenodo.org/api/records/17068651/files/SD_versatile_he.zip"
150
150
  },
151
151
  "metadata": {},
152
152
  "mimetype": "application/zip",
153
- "size": 5300029,
153
+ "size": 5301636,
154
154
  "storage_class": "L"
155
155
  },
156
156
  "db-si-NucCondensation.zip": {
157
157
  "access": {
158
158
  "hidden": false
159
159
  },
160
- "checksum": "md5:0e2d912b6241446120b446b4a412218d",
160
+ "checksum": "md5:05d080a61e7261d5ecf228d421140bf3",
161
161
  "ext": "zip",
162
- "id": "8332f59e-b71b-4af0-81b2-0c391ce9356d",
162
+ "id": "0d9ebf1b-4cca-4f37-a7b8-dbf9b9b0f664",
163
163
  "key": "db-si-NucCondensation.zip",
164
164
  "links": {
165
- "content": "https://zenodo.org/api/records/14724949/files/db-si-NucCondensation.zip/content",
166
- "self": "https://zenodo.org/api/records/14724949/files/db-si-NucCondensation.zip"
165
+ "content": "https://zenodo.org/api/records/17068651/files/db-si-NucCondensation.zip/content",
166
+ "self": "https://zenodo.org/api/records/17068651/files/db-si-NucCondensation.zip"
167
167
  },
168
168
  "metadata": {},
169
169
  "mimetype": "application/zip",
170
- "size": 19184687,
170
+ "size": 19171811,
171
171
  "storage_class": "L"
172
172
  },
173
173
  "db-si-NucPI.zip": {
174
174
  "access": {
175
175
  "hidden": false
176
176
  },
177
- "checksum": "md5:24d6da6c42435fdd0fa6a87616033b7c",
177
+ "checksum": "md5:dcd0f89ca70c0034127d06f92cd9c009",
178
178
  "ext": "zip",
179
- "id": "e332de75-5583-4517-b60b-a69438a88d11",
179
+ "id": "cd831d74-fd57-401c-bdce-85463357bc58",
180
180
  "key": "db-si-NucPI.zip",
181
181
  "links": {
182
- "content": "https://zenodo.org/api/records/14724949/files/db-si-NucPI.zip/content",
183
- "self": "https://zenodo.org/api/records/14724949/files/db-si-NucPI.zip"
182
+ "content": "https://zenodo.org/api/records/17068651/files/db-si-NucPI.zip/content",
183
+ "self": "https://zenodo.org/api/records/17068651/files/db-si-NucPI.zip"
184
184
  },
185
185
  "metadata": {},
186
186
  "mimetype": "application/zip",
187
- "size": 30359292,
187
+ "size": 30348242,
188
188
  "storage_class": "L"
189
189
  },
190
190
  "db_mcf7_nuclei_w_lymphocytes.zip": {
191
191
  "access": {
192
192
  "hidden": false
193
193
  },
194
- "checksum": "md5:d893ef8c69133ad3bb076adaef8aaf8d",
194
+ "checksum": "md5:e8c4564f4c0ff972a4073a7f8e602d3e",
195
195
  "ext": "zip",
196
- "id": "c9468f12-60a5-49ae-8979-9438acbea90d",
196
+ "id": "d01372cc-752c-4331-a21e-8157d5e17d50",
197
197
  "key": "db_mcf7_nuclei_w_lymphocytes.zip",
198
198
  "links": {
199
- "content": "https://zenodo.org/api/records/14724949/files/db_mcf7_nuclei_w_lymphocytes.zip/content",
200
- "self": "https://zenodo.org/api/records/14724949/files/db_mcf7_nuclei_w_lymphocytes.zip"
199
+ "content": "https://zenodo.org/api/records/17068651/files/db_mcf7_nuclei_w_lymphocytes.zip/content",
200
+ "self": "https://zenodo.org/api/records/17068651/files/db_mcf7_nuclei_w_lymphocytes.zip"
201
201
  },
202
202
  "metadata": {},
203
203
  "mimetype": "application/zip",
204
- "size": 336641891,
204
+ "size": 336470776,
205
205
  "storage_class": "L"
206
206
  },
207
207
  "db_primary_NK_w_mcf7.zip": {
208
208
  "access": {
209
209
  "hidden": false
210
210
  },
211
- "checksum": "md5:d0ae0d92264523bf69ea76865839fce1",
211
+ "checksum": "md5:e6dc433f7dfec253e6008eb866994569",
212
212
  "ext": "zip",
213
- "id": "221a922f-80d4-4de1-a80e-0f871f06957f",
213
+ "id": "70840023-142f-43b1-a82a-64f9bd0e33b4",
214
214
  "key": "db_primary_NK_w_mcf7.zip",
215
215
  "links": {
216
- "content": "https://zenodo.org/api/records/14724949/files/db_primary_NK_w_mcf7.zip/content",
217
- "self": "https://zenodo.org/api/records/14724949/files/db_primary_NK_w_mcf7.zip"
216
+ "content": "https://zenodo.org/api/records/17068651/files/db_primary_NK_w_mcf7.zip/content",
217
+ "self": "https://zenodo.org/api/records/17068651/files/db_primary_NK_w_mcf7.zip"
218
218
  },
219
219
  "metadata": {},
220
220
  "mimetype": "application/zip",
221
- "size": 629359485,
221
+ "size": 629277938,
222
222
  "storage_class": "L"
223
223
  },
224
224
  "db_spreading_lymphocytes.zip": {
225
225
  "access": {
226
226
  "hidden": false
227
227
  },
228
- "checksum": "md5:fb3eb4a57275507a9fd505e8c0bf3587",
228
+ "checksum": "md5:788e66a646d274af4aed48301e33384a",
229
229
  "ext": "zip",
230
- "id": "76db95ae-1ebc-401a-a538-fb099f0fa65c",
230
+ "id": "9375914e-89da-49da-bb8e-0771e79cd124",
231
231
  "key": "db_spreading_lymphocytes.zip",
232
232
  "links": {
233
- "content": "https://zenodo.org/api/records/14724949/files/db_spreading_lymphocytes.zip/content",
234
- "self": "https://zenodo.org/api/records/14724949/files/db_spreading_lymphocytes.zip"
233
+ "content": "https://zenodo.org/api/records/17068651/files/db_spreading_lymphocytes.zip/content",
234
+ "self": "https://zenodo.org/api/records/17068651/files/db_spreading_lymphocytes.zip"
235
235
  },
236
236
  "metadata": {},
237
237
  "mimetype": "application/zip",
238
- "size": 509933296,
238
+ "size": 509679609,
239
239
  "storage_class": "L"
240
240
  },
241
241
  "demo_adcc.zip": {
242
242
  "access": {
243
243
  "hidden": false
244
244
  },
245
- "checksum": "md5:3a826e2f02c42a8fc66344c27891539e",
245
+ "checksum": "md5:aad77199605073165893c176cc0938bb",
246
246
  "ext": "zip",
247
- "id": "8528d27a-f851-4ff9-a9ea-0caefd862900",
247
+ "id": "65d6e4d0-a52b-42ed-936a-e7a4c2b3aff2",
248
248
  "key": "demo_adcc.zip",
249
249
  "links": {
250
- "content": "https://zenodo.org/api/records/14724949/files/demo_adcc.zip/content",
251
- "self": "https://zenodo.org/api/records/14724949/files/demo_adcc.zip"
250
+ "content": "https://zenodo.org/api/records/17068651/files/demo_adcc.zip/content",
251
+ "self": "https://zenodo.org/api/records/17068651/files/demo_adcc.zip"
252
252
  },
253
253
  "metadata": {},
254
254
  "mimetype": "application/zip",
255
- "size": 939668429,
255
+ "size": 939680885,
256
256
  "storage_class": "L"
257
257
  },
258
258
  "demo_ricm.zip": {
259
259
  "access": {
260
260
  "hidden": false
261
261
  },
262
- "checksum": "md5:21152b506b4b9b54a15c7c5c6e25df36",
262
+ "checksum": "md5:c431452a4faf3ea9f4ac0a0d135a70e3",
263
263
  "ext": "zip",
264
- "id": "6d06ee77-7d56-434d-ba15-874b6773b3ef",
264
+ "id": "dabccbf9-01ac-48ca-b0d9-38790f8c5547",
265
265
  "key": "demo_ricm.zip",
266
266
  "links": {
267
- "content": "https://zenodo.org/api/records/14724949/files/demo_ricm.zip/content",
268
- "self": "https://zenodo.org/api/records/14724949/files/demo_ricm.zip"
267
+ "content": "https://zenodo.org/api/records/17068651/files/demo_ricm.zip/content",
268
+ "self": "https://zenodo.org/api/records/17068651/files/demo_ricm.zip"
269
269
  },
270
270
  "metadata": {},
271
271
  "mimetype": "application/zip",
272
- "size": 286996804,
272
+ "size": 286996516,
273
273
  "storage_class": "L"
274
274
  },
275
275
  "lymphocytes_ricm.zip": {
276
276
  "access": {
277
277
  "hidden": false
278
278
  },
279
- "checksum": "md5:d727d15d18225a76ac2944be2c29a538",
279
+ "checksum": "md5:da1d849660ea4cb15130a5e4d33df32a",
280
280
  "ext": "zip",
281
- "id": "e154d694-c796-4924-8b38-68ba613c7a05",
281
+ "id": "f2a9912e-17a4-4ae0-9b5f-052987c682dc",
282
282
  "key": "lymphocytes_ricm.zip",
283
283
  "links": {
284
- "content": "https://zenodo.org/api/records/14724949/files/lymphocytes_ricm.zip/content",
285
- "self": "https://zenodo.org/api/records/14724949/files/lymphocytes_ricm.zip"
284
+ "content": "https://zenodo.org/api/records/17068651/files/lymphocytes_ricm.zip/content",
285
+ "self": "https://zenodo.org/api/records/17068651/files/lymphocytes_ricm.zip"
286
286
  },
287
287
  "metadata": {},
288
288
  "mimetype": "application/zip",
289
- "size": 24403972,
289
+ "size": 24403945,
290
290
  "storage_class": "L"
291
291
  },
292
292
  "lysis_H_PI.zip": {
293
293
  "access": {
294
294
  "hidden": false
295
295
  },
296
- "checksum": "md5:f8553e793c70b64ebc7b4e4720dcde89",
296
+ "checksum": "md5:4b35f3719e547bafa1a9528260382c15",
297
297
  "ext": "zip",
298
- "id": "a73fe93c-2fa4-492f-bf94-9a0afb134e4d",
298
+ "id": "b5b00283-44d6-4dec-91a8-ee54fa6308f0",
299
299
  "key": "lysis_H_PI.zip",
300
300
  "links": {
301
- "content": "https://zenodo.org/api/records/14724949/files/lysis_H_PI.zip/content",
302
- "self": "https://zenodo.org/api/records/14724949/files/lysis_H_PI.zip"
301
+ "content": "https://zenodo.org/api/records/17068651/files/lysis_H_PI.zip/content",
302
+ "self": "https://zenodo.org/api/records/17068651/files/lysis_H_PI.zip"
303
303
  },
304
304
  "metadata": {},
305
305
  "mimetype": "application/zip",
306
- "size": 30433310,
306
+ "size": 30423655,
307
307
  "storage_class": "L"
308
308
  },
309
309
  "lysis_PI_area.zip": {
310
310
  "access": {
311
311
  "hidden": false
312
312
  },
313
- "checksum": "md5:17f078d0b1ab4be198709d79948da46c",
313
+ "checksum": "md5:8be6cf779528fd2c7daaa20855d89427",
314
314
  "ext": "zip",
315
- "id": "4867138a-7a35-4ac3-926f-675a842fa084",
315
+ "id": "83ec87b1-3330-4311-85a0-2e5d92aa89fd",
316
316
  "key": "lysis_PI_area.zip",
317
317
  "links": {
318
- "content": "https://zenodo.org/api/records/14724949/files/lysis_PI_area.zip/content",
319
- "self": "https://zenodo.org/api/records/14724949/files/lysis_PI_area.zip"
318
+ "content": "https://zenodo.org/api/records/17068651/files/lysis_PI_area.zip/content",
319
+ "self": "https://zenodo.org/api/records/17068651/files/lysis_PI_area.zip"
320
320
  },
321
321
  "metadata": {},
322
322
  "mimetype": "application/zip",
323
- "size": 33964442,
323
+ "size": 33963136,
324
324
  "storage_class": "L"
325
325
  },
326
326
  "mcf7_nuc_multimodal.zip": {
327
327
  "access": {
328
328
  "hidden": false
329
329
  },
330
- "checksum": "md5:0feb3dd50573f432dc441429e32158f1",
330
+ "checksum": "md5:5a535b947dc301b574c17471ba16ea08",
331
331
  "ext": "zip",
332
- "id": "5eb661b1-d393-4fb3-a7a8-9aeb901666b5",
332
+ "id": "d84e5be4-47f0-4a39-884c-a68ad4d77e5e",
333
333
  "key": "mcf7_nuc_multimodal.zip",
334
334
  "links": {
335
- "content": "https://zenodo.org/api/records/14724949/files/mcf7_nuc_multimodal.zip/content",
336
- "self": "https://zenodo.org/api/records/14724949/files/mcf7_nuc_multimodal.zip"
335
+ "content": "https://zenodo.org/api/records/17068651/files/mcf7_nuc_multimodal.zip/content",
336
+ "self": "https://zenodo.org/api/records/17068651/files/mcf7_nuc_multimodal.zip"
337
337
  },
338
338
  "metadata": {},
339
339
  "mimetype": "application/zip",
340
- "size": 23584494,
340
+ "size": 23584385,
341
341
  "storage_class": "L"
342
342
  },
343
343
  "mcf7_nuc_stardist_transfer.zip": {
344
344
  "access": {
345
345
  "hidden": false
346
346
  },
347
- "checksum": "md5:f263d38dd8a6b3095ac594ca044ee3e8",
347
+ "checksum": "md5:196ee3ceb5d9e70b36af7b180612dabf",
348
348
  "ext": "zip",
349
- "id": "2aed0230-eceb-44d4-aced-ca58295998f4",
349
+ "id": "6e9e0e0c-1747-4f52-b897-f44cc4b64767",
350
350
  "key": "mcf7_nuc_stardist_transfer.zip",
351
351
  "links": {
352
- "content": "https://zenodo.org/api/records/14724949/files/mcf7_nuc_stardist_transfer.zip/content",
353
- "self": "https://zenodo.org/api/records/14724949/files/mcf7_nuc_stardist_transfer.zip"
352
+ "content": "https://zenodo.org/api/records/17068651/files/mcf7_nuc_stardist_transfer.zip/content",
353
+ "self": "https://zenodo.org/api/records/17068651/files/mcf7_nuc_stardist_transfer.zip"
354
354
  },
355
355
  "metadata": {},
356
356
  "mimetype": "application/zip",
357
- "size": 12787354,
357
+ "size": 12787221,
358
358
  "storage_class": "L"
359
359
  },
360
360
  "primNK_cfse.zip": {
361
361
  "access": {
362
362
  "hidden": false
363
363
  },
364
- "checksum": "md5:1a907cf702a2d0fb04dd8f22f39c7705",
364
+ "checksum": "md5:bf3fce31388dfb9f0d4744955338fdcc",
365
365
  "ext": "zip",
366
- "id": "e2b9aca3-cd3d-4985-bed5-609e936fc5d9",
366
+ "id": "a6690866-b403-43b4-b2ca-655cf0362313",
367
367
  "key": "primNK_cfse.zip",
368
368
  "links": {
369
- "content": "https://zenodo.org/api/records/14724949/files/primNK_cfse.zip/content",
370
- "self": "https://zenodo.org/api/records/14724949/files/primNK_cfse.zip"
369
+ "content": "https://zenodo.org/api/records/17068651/files/primNK_cfse.zip/content",
370
+ "self": "https://zenodo.org/api/records/17068651/files/primNK_cfse.zip"
371
371
  },
372
372
  "metadata": {},
373
373
  "mimetype": "application/zip",
374
- "size": 24582160,
374
+ "size": 24582108,
375
375
  "storage_class": "L"
376
376
  },
377
377
  "primNK_multimodal.zip": {
378
378
  "access": {
379
379
  "hidden": false
380
380
  },
381
- "checksum": "md5:f127dbba4988ad6b746b860a6efdcdea",
381
+ "checksum": "md5:7af87a0e9639b2b13a7ca1524c6f5e46",
382
382
  "ext": "zip",
383
- "id": "54edce4a-3763-4ee2-accc-c1dc412697e5",
383
+ "id": "eb574547-1104-4be1-be4f-5035d0806c4f",
384
384
  "key": "primNK_multimodal.zip",
385
385
  "links": {
386
- "content": "https://zenodo.org/api/records/14724949/files/primNK_multimodal.zip/content",
387
- "self": "https://zenodo.org/api/records/14724949/files/primNK_multimodal.zip"
386
+ "content": "https://zenodo.org/api/records/17068651/files/primNK_multimodal.zip/content",
387
+ "self": "https://zenodo.org/api/records/17068651/files/primNK_multimodal.zip"
388
388
  },
389
389
  "metadata": {},
390
390
  "mimetype": "application/zip",
391
- "size": 24346373,
391
+ "size": 24346334,
392
392
  "storage_class": "L"
393
393
  }
394
394
  },
395
395
  "order": [],
396
- "total_bytes": 3067718016
396
+ "total_bytes": 3067195609
397
397
  },
398
- "id": "14724949",
398
+ "id": "17068651",
399
399
  "is_draft": false,
400
400
  "is_published": true,
401
401
  "links": {
402
- "access": "https://zenodo.org/api/records/14724949/access",
403
- "access_grants": "https://zenodo.org/api/records/14724949/access/grants",
404
- "access_links": "https://zenodo.org/api/records/14724949/access/links",
405
- "access_request": "https://zenodo.org/api/records/14724949/access/request",
406
- "access_users": "https://zenodo.org/api/records/14724949/access/users",
407
- "archive": "https://zenodo.org/api/records/14724949/files-archive",
408
- "archive_media": "https://zenodo.org/api/records/14724949/media-files-archive",
409
- "communities": "https://zenodo.org/api/records/14724949/communities",
410
- "communities-suggestions": "https://zenodo.org/api/records/14724949/communities-suggestions",
411
- "doi": "https://doi.org/10.5281/zenodo.14724949",
412
- "draft": "https://zenodo.org/api/records/14724949/draft",
413
- "files": "https://zenodo.org/api/records/14724949/files",
414
- "latest": "https://zenodo.org/api/records/14724949/versions/latest",
415
- "latest_html": "https://zenodo.org/records/14724949/latest",
416
- "media_files": "https://zenodo.org/api/records/14724949/media-files",
402
+ "access": "https://zenodo.org/api/records/17068651/access",
403
+ "access_grants": "https://zenodo.org/api/records/17068651/access/grants",
404
+ "access_links": "https://zenodo.org/api/records/17068651/access/links",
405
+ "access_request": "https://zenodo.org/api/records/17068651/access/request",
406
+ "access_users": "https://zenodo.org/api/records/17068651/access/users",
407
+ "archive": "https://zenodo.org/api/records/17068651/files-archive",
408
+ "archive_media": "https://zenodo.org/api/records/17068651/media-files-archive",
409
+ "communities": "https://zenodo.org/api/records/17068651/communities",
410
+ "communities-suggestions": "https://zenodo.org/api/records/17068651/communities-suggestions",
411
+ "doi": "https://doi.org/10.5281/zenodo.17068651",
412
+ "draft": "https://zenodo.org/api/records/17068651/draft",
413
+ "files": "https://zenodo.org/api/records/17068651/files",
414
+ "latest": "https://zenodo.org/api/records/17068651/versions/latest",
415
+ "latest_html": "https://zenodo.org/records/17068651/latest",
416
+ "media_files": "https://zenodo.org/api/records/17068651/media-files",
417
417
  "parent": "https://zenodo.org/api/records/10650278",
418
418
  "parent_doi": "https://doi.org/10.5281/zenodo.10650278",
419
419
  "parent_doi_html": "https://zenodo.org/doi/10.5281/zenodo.10650278",
420
420
  "parent_html": "https://zenodo.org/records/10650278",
421
- "requests": "https://zenodo.org/api/records/14724949/requests",
422
- "reserve_doi": "https://zenodo.org/api/records/14724949/draft/pids/doi",
423
- "self": "https://zenodo.org/api/records/14724949",
424
- "self_doi": "https://doi.org/10.5281/zenodo.14724949",
425
- "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.14724949",
426
- "self_html": "https://zenodo.org/records/14724949",
427
- "self_iiif_manifest": "https://zenodo.org/api/iiif/record:14724949/manifest",
428
- "self_iiif_sequence": "https://zenodo.org/api/iiif/record:14724949/sequence/default",
429
- "versions": "https://zenodo.org/api/records/14724949/versions"
421
+ "preview_html": "https://zenodo.org/records/17068651?preview=1",
422
+ "requests": "https://zenodo.org/api/records/17068651/requests",
423
+ "reserve_doi": "https://zenodo.org/api/records/17068651/draft/pids/doi",
424
+ "self": "https://zenodo.org/api/records/17068651",
425
+ "self_doi": "https://doi.org/10.5281/zenodo.17068651",
426
+ "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.17068651",
427
+ "self_html": "https://zenodo.org/records/17068651",
428
+ "self_iiif_manifest": "https://zenodo.org/api/iiif/record:17068651/manifest",
429
+ "self_iiif_sequence": "https://zenodo.org/api/iiif/record:17068651/sequence/default",
430
+ "versions": "https://zenodo.org/api/records/17068651/versions"
430
431
  },
431
432
  "media_files": {
432
433
  "count": 0,
@@ -814,7 +815,7 @@
814
815
  }
815
816
  ],
816
817
  "description": "<p>This repository contains datasets, models and demos associated to&nbsp;<a href=\"https://github.com/remyeltorro/celldetective\">Celldetective</a>, a software for single-cell analysis from multimodal time lapse microscopy images.&nbsp;</p>\n<h1>Demos</h1>\n<h2>Cell-cell interaction assay: ADCC</h2>\n<p>We imaged a co-culture of MCF-7 breast cancer cells (targets) and human primary NK cells (effectors), interacting in the presence of bispecific antibodies, to measure antibody dependent cellular cytotoxicity (ADCC). The nuclei of all cells are marked with the Hoechst nuclear stain, the dead nuclei with the propidium iodide nuclear stain, the cytoplasm of the NK cells with CFSE. The system in epifluorescence and brightfield at either 20 or 40X magnification. We provide a single position demo for the ADCC assay, as \"demo_adcc.zip\". After unzipping, the demo_adcc folder can be loaded in Celldetective for testing.&nbsp;</p>\n<h2>Cell-surface interaction assay: RICM</h2>\n<p>We imaged human primary NK cells engaging in spreading with a surface coated with a bispecific antibody similar to the one used in the ADCC assay (replacing the target cells with a flat surface). The system is imaged using the RICM technique. Images are normalized using a median estimate of the background, pooled from all the positions in a well and dividing the images by this estimate. Here, we provide a single position demo for the cell-surface interactiona assay imaged in RICM, as \"demo_ricm.zip\". As above, after unzipping, the experiment can be tested and processed in Celldetective.</p>\n<h1>Datasets</h1>\n<h2>Image annotations for segmentation</h2>\n<h3>Cell-cell interaction assay: ADCC</h3>\n<p>We generated two sets of annotations from images of a co-culture of MCF-7 breast cancer cells and human primary NK cells, interacting in the presence of bispecific antibodies, to measure antibody dependent cellular cytotoxicity (ADCC). Since there are two separate cell populations of interest, the targets (MCF-7) and effectors (NK cells), we curated two datasets. Each sample in a dataset consists of a multichannel image (up to five channels in the context of ADCC, among brightfield , Hoechst nuclear stain, PI nuclear stain, CFSE, LAMP1), the associated instance segmentation annotation for the population of interest and a json file summarizing the content of each channel and the spatial calibration of the image.&nbsp;These sample data are generated directly in Celldetective, using a custom napari plugin.</p>\n<ul>\n<li>db_mcf7_nuclei_w_lymphocytes: MCF-7 cell nuclei are annotated specifically on images where primary NK cells (or rarely primary T cells), and RBCs co-exist. The annotation exploits up to four channels simultaneously.</li>\n<li>db_primary_NK_w_mcf7: human primary NK cells, with annotated cytoplasm (mostly from CFSE) but exploiting brightfield and Hoechst to segment out of focus or poorly labelled cells.</li>\n</ul>\n<p>These datasets are used to train several segmentation models to segment on one hand the MCF-7 nuclei and on the other hand the primary NK cells.</p>\n<h3>Cell-surface interaction assay: RICM</h3>\n<ul>\n<li>db_spreading_lymphocytes: we provide a dataset of primary NK cells (and occasionnaly mice T cells) imaged in RICM (with sometimes paired brightfield images). Cells are detected as soon as they start forming interferences on the image (hovering behavior). A pre-annotation was performed using a threshold based segmentation on the RICM modality. Manuel separation of cell-cell contacts and removal of false positive objects was performed by an expert annotator (using brightfield when available). RBCs are ignored in the annotations.&nbsp;</li>\n</ul>\n<h2>Single-cell signal annotations for classification and regression</h2>\n<h3>Cell-cell interaction assay: ADCC</h3>\n<p>We generated several signal classification/regression datasets with Celldetective to characterize the ADCC assay. Briefly, for a given event cells can be classified as \"the event occured during the observation\", \"no event occured during the observation\", \"the event already occured prior to observation\". If the event occurred during the observation, we can estimate when (the regression). Each single-cell is a dictionary with a collection of signals. The attribute \"class\" sets the class and \"t0\" the time of event (default is -1 for absence of event).&nbsp;</p>\n<ul>\n<li>db-si-NucPI: classification and regression of single-cells with respect to lysis events characterized by a strong PI increase upon lysis (also associated with decreasing nuclear area and sometimes a decreasing Hoechst)</li>\n<li>db-si-NucCondensation: classification and regression of single-cells with respect to nucleus shrinking events characterized by a decreasing nuclear area (UPDATE on 23/01/2024)</li>\n</ul>\n<h1>Models</h1>\n<h2>Segmentation models</h2>\n<h3>Generalist models</h3>\n<p>We integrated in Celldetective select published models for cellular segmentation from StarDist and Cellpose. We wraped the models with an input configuration to help Celldetective handle the normalization, rescaling and channel selection upon inference.&nbsp;</p>\n<ul>\n<li>Cellpose [1,2]: <em>cyto3</em>, <em>livecell</em>, <em>tissuenet</em>, <em>nuclei</em></li>\n<li>StarDist [3]: <em>versatile_fluo</em>, <em>versatile_he</em></li>\n</ul>\n<p>If you use any of these models your research, don't forget to cite the StarDist or Cellpose papers accordingly!</p>\n<h3>ADCC models</h3>\n<ul>\n<li>MCF-7 (in the presence of lymphocytes): <em>mcf7_nuc_multimodal, mcf7_nuc_stardist_transfer</em></li>\n<li>primary NKs (in the presence of MCF-7):&nbsp;<em>primNK_multimodal</em>, <em>primNK_SD</em>, <em>primNK_cfse</em></li>\n</ul>\n<h3>Spreading-assay models</h3>\n<ul>\n<li>Lymphocytes: <em>lymphocytes_ricm</em></li>\n</ul>\n<h2>Signal analysis models</h2>\n<p>We developed Deep Learning models that classify and regress the time of events from single-cell signals, applied to the ADCC assay.</p>\n<ul>\n<li>&nbsp;lysis detection: <em>lysis_H_PI</em>, <em>lysis_PI_area</em><em>. </em>Detect lysis events characterized at least by an increase of PI from one or more measurements (respectively PI+Hoechst and PI+nucleus area, trained on db-si-NucPI)</li>\n<li>nucleus shrinking detection:<em> NucCond</em>. Detect nucleus shrinking events from nuclear area signal (db-si-NucCondensation)</li>\n</ul>\n<h1>References</h1>\n<ol>\n<li>Stringer, C., Wang, T., Michaelos, M. &amp; Pachitariu, M. Cellpose: a generalist algorithm for cellular segmentation. Nat Methods 18, 100&ndash;106 (2021).</li>\n<li>Pachitariu, M. &amp; Stringer, C. Cellpose 2.0: how to train your own model. Nat Methods 19, 1634&ndash;1641 (2022).</li>\n<li>Schmidt, U., Weigert, M., Broaddus, C. &amp; Myers, G. Cell Detection with Star-Convex Polygons. in Medical Image Computing and Computer Assisted Intervention &ndash; MICCAI 2018 (eds. Frangi, A. F., Schnabel, J. A., Davatzikos, C., Alberola-L&oacute;pez, C. &amp; Fichtinger, G.) 265&ndash;273 (Springer International Publishing, Cham, 2018). doi:10.1007/978-3-030-00934-2_30.</li>\n</ol>\n<p>&nbsp;</p>\n<p>&nbsp;</p>",
817
- "publication_date": "2024-01-23",
818
+ "publication_date": "2025-09-06",
818
819
  "publisher": "Zenodo",
819
820
  "resource_type": {
820
821
  "id": "dataset",
@@ -840,7 +841,7 @@
840
841
  }
841
842
  ],
842
843
  "title": "Datasets, models and demos associated to \"Celldetective: an AI-enhanced image analysis tool for unraveling dynamic cell interactions\"",
843
- "version": "1.1.0.post3"
844
+ "version": "v1.1.1.post2"
844
845
  },
845
846
  "parent": {
846
847
  "access": {
@@ -869,22 +870,22 @@
869
870
  "pids": {
870
871
  "doi": {
871
872
  "client": "datacite",
872
- "identifier": "10.5281/zenodo.14724949",
873
+ "identifier": "10.5281/zenodo.17068651",
873
874
  "provider": "datacite"
874
875
  },
875
876
  "oai": {
876
- "identifier": "oai:zenodo.org:14724949",
877
+ "identifier": "oai:zenodo.org:17068651",
877
878
  "provider": "oai"
878
879
  }
879
880
  },
880
881
  "revision_id": 4,
881
882
  "stats": {
882
883
  "all_versions": {
883
- "data_volume": 508036392926.0,
884
- "downloads": 7948,
885
- "unique_downloads": 7670,
886
- "unique_views": 355,
887
- "views": 386
884
+ "data_volume": 866971383833.0,
885
+ "downloads": 11154,
886
+ "unique_downloads": 10828,
887
+ "unique_views": 621,
888
+ "views": 660
888
889
  },
889
890
  "this_version": {
890
891
  "data_volume": 0.0,
@@ -896,9 +897,9 @@
896
897
  },
897
898
  "status": "published",
898
899
  "swh": {},
899
- "updated": "2025-01-23T11:15:02.244210+00:00",
900
+ "updated": "2025-09-06T14:41:13.655914+00:00",
900
901
  "versions": {
901
- "index": 5,
902
+ "index": 8,
902
903
  "is_latest": true,
903
904
  "is_latest_draft": true
904
905
  }