celldetective 1.1.1.post3__py3-none-any.whl → 1.2.0__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.
- celldetective/__init__.py +2 -1
- celldetective/__main__.py +17 -0
- celldetective/extra_properties.py +62 -34
- celldetective/gui/__init__.py +1 -0
- celldetective/gui/analyze_block.py +2 -1
- celldetective/gui/classifier_widget.py +18 -10
- celldetective/gui/control_panel.py +57 -6
- celldetective/gui/layouts.py +14 -11
- celldetective/gui/neighborhood_options.py +21 -13
- celldetective/gui/plot_signals_ui.py +39 -11
- celldetective/gui/process_block.py +413 -95
- celldetective/gui/retrain_segmentation_model_options.py +17 -4
- celldetective/gui/retrain_signal_model_options.py +106 -6
- celldetective/gui/signal_annotator.py +110 -30
- celldetective/gui/signal_annotator2.py +2708 -0
- celldetective/gui/signal_annotator_options.py +3 -1
- celldetective/gui/survival_ui.py +15 -6
- celldetective/gui/tableUI.py +248 -43
- celldetective/io.py +598 -416
- celldetective/measure.py +919 -969
- celldetective/models/pair_signal_detection/blank +0 -0
- celldetective/neighborhood.py +482 -340
- celldetective/preprocessing.py +81 -61
- celldetective/relative_measurements.py +648 -0
- celldetective/scripts/analyze_signals.py +1 -1
- celldetective/scripts/measure_cells.py +28 -8
- celldetective/scripts/measure_relative.py +103 -0
- celldetective/scripts/segment_cells.py +5 -5
- celldetective/scripts/track_cells.py +4 -1
- celldetective/scripts/train_segmentation_model.py +23 -18
- celldetective/scripts/train_signal_model.py +33 -0
- celldetective/segmentation.py +67 -29
- celldetective/signals.py +402 -8
- celldetective/tracking.py +8 -2
- celldetective/utils.py +144 -12
- {celldetective-1.1.1.post3.dist-info → celldetective-1.2.0.dist-info}/METADATA +8 -8
- {celldetective-1.1.1.post3.dist-info → celldetective-1.2.0.dist-info}/RECORD +42 -38
- {celldetective-1.1.1.post3.dist-info → celldetective-1.2.0.dist-info}/WHEEL +1 -1
- tests/test_segmentation.py +1 -1
- {celldetective-1.1.1.post3.dist-info → celldetective-1.2.0.dist-info}/LICENSE +0 -0
- {celldetective-1.1.1.post3.dist-info → celldetective-1.2.0.dist-info}/entry_points.txt +0 -0
- {celldetective-1.1.1.post3.dist-info → celldetective-1.2.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: celldetective
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2.0
|
|
4
4
|
Summary: description
|
|
5
5
|
Home-page: http://github.com/remyeltorro/celldetective
|
|
6
6
|
Author: Rémy Torro
|
|
@@ -12,14 +12,14 @@ Requires-Dist: wheel
|
|
|
12
12
|
Requires-Dist: nbsphinx
|
|
13
13
|
Requires-Dist: nbsphinx-link
|
|
14
14
|
Requires-Dist: sphinx-rtd-theme
|
|
15
|
-
Requires-Dist: sphinx
|
|
16
|
-
Requires-Dist: jinja2
|
|
15
|
+
Requires-Dist: sphinx==5.0.2
|
|
16
|
+
Requires-Dist: jinja2<3.1
|
|
17
17
|
Requires-Dist: ipykernel
|
|
18
18
|
Requires-Dist: stardist
|
|
19
|
-
Requires-Dist: cellpose
|
|
19
|
+
Requires-Dist: cellpose<3
|
|
20
20
|
Requires-Dist: scikit-learn
|
|
21
21
|
Requires-Dist: btrack
|
|
22
|
-
Requires-Dist: tensorflow
|
|
22
|
+
Requires-Dist: tensorflow<=2.12.1
|
|
23
23
|
Requires-Dist: napari
|
|
24
24
|
Requires-Dist: tqdm
|
|
25
25
|
Requires-Dist: mahotas
|
|
@@ -29,11 +29,11 @@ Requires-Dist: lifelines
|
|
|
29
29
|
Requires-Dist: setuptools
|
|
30
30
|
Requires-Dist: scipy
|
|
31
31
|
Requires-Dist: seaborn
|
|
32
|
-
Requires-Dist: opencv-python-headless
|
|
32
|
+
Requires-Dist: opencv-python-headless==4.7.0.72
|
|
33
33
|
Requires-Dist: liblapack
|
|
34
34
|
Requires-Dist: gputools
|
|
35
|
-
Requires-Dist: lmfit
|
|
36
|
-
Requires-Dist: superqt[cmap]
|
|
35
|
+
Requires-Dist: lmfit~=1.2.2
|
|
36
|
+
Requires-Dist: superqt[cmap]>=0.6.1
|
|
37
37
|
Requires-Dist: matplotlib-scalebar
|
|
38
38
|
|
|
39
39
|
# Celldetective
|
|
@@ -1,41 +1,43 @@
|
|
|
1
|
-
celldetective/__init__.py,sha256=
|
|
2
|
-
celldetective/__main__.py,sha256=
|
|
1
|
+
celldetective/__init__.py,sha256=PH25g2_AZt7N5Jg1KB3YT9wFvfMr9lIb2WxYzmDqlX4,105
|
|
2
|
+
celldetective/__main__.py,sha256=TQzL_FLAeEF1YIyRZXMiai40xXy21roPPV23ig4jwG0,14494
|
|
3
3
|
celldetective/events.py,sha256=s2pWnR3Z1fcB15sET5WsF2Pi6v6qv16hks_m3WiklNs,3658
|
|
4
|
-
celldetective/extra_properties.py,sha256=
|
|
4
|
+
celldetective/extra_properties.py,sha256=8DkxTvVs7gASsnnGurVZ3_zt6uR0pvvJhBKO2LC6hGk,5118
|
|
5
5
|
celldetective/filters.py,sha256=b0qKwHor1fvNA_dHovP17nQz8EsW5YlyhT2TJnayn08,3615
|
|
6
|
-
celldetective/io.py,sha256=
|
|
7
|
-
celldetective/measure.py,sha256=
|
|
8
|
-
celldetective/neighborhood.py,sha256=
|
|
9
|
-
celldetective/preprocessing.py,sha256=
|
|
10
|
-
celldetective/
|
|
11
|
-
celldetective/
|
|
12
|
-
celldetective/
|
|
13
|
-
celldetective/
|
|
6
|
+
celldetective/io.py,sha256=Y6YJQr4rmQYH3wrBGD9IfHJKqH_AbsJ8Qg99b9c2KuY,86058
|
|
7
|
+
celldetective/measure.py,sha256=kTKoGeCEYvACOf-pg11NPfyByogBMIC91lIZA-qZk1E,41344
|
|
8
|
+
celldetective/neighborhood.py,sha256=2SV0upNfaScp1Gg9JBiDho3AozyTtC0_SXPyHmnm6Ok,52994
|
|
9
|
+
celldetective/preprocessing.py,sha256=TKOJTc5o4rSgXqtYeZz-0ox062dD494VMiie3L-9aV4,38305
|
|
10
|
+
celldetective/relative_measurements.py,sha256=WRTUewDZ7JKSjPZUZVQ5hUusevAYsFGHjkzCZ3yKHzg,25056
|
|
11
|
+
celldetective/segmentation.py,sha256=L2VJKmOewC1CNZPiWCO6yUfxt78u9k1NHPr2qTyTaBM,30458
|
|
12
|
+
celldetective/signals.py,sha256=tnqEBb0LkdUHqKQwnNBct7J5zQ_UWR8tVP70UFh22PQ,120176
|
|
13
|
+
celldetective/tracking.py,sha256=k5CtlLqH8WjTwAu7ELwBd9VUuiVPjaNxL5h07KKgjEQ,37860
|
|
14
|
+
celldetective/utils.py,sha256=C-hZnd09qvvdoTAwj-sw4e6Gq25QyY1mBR6Ydchwdv8,82442
|
|
14
15
|
celldetective/datasets/segmentation_annotations/blank,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
16
|
celldetective/datasets/signal_annotations/blank,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
celldetective/gui/__init__.py,sha256=
|
|
17
|
+
celldetective/gui/__init__.py,sha256=2_r2xfOj4_2xj0yBkCTIfzlF94AHKm-j6Pvpd7DddQc,989
|
|
17
18
|
celldetective/gui/about.py,sha256=i-y54Opb10pKTVNUEcJC-D6Cbiqud2EJ3ZLayXqhdqc,1715
|
|
18
|
-
celldetective/gui/analyze_block.py,sha256=
|
|
19
|
+
celldetective/gui/analyze_block.py,sha256=vF3ORldZBZHnXUHCj4PeI6KXJ3skY0qV28LxuazGdmk,25429
|
|
19
20
|
celldetective/gui/btrack_options.py,sha256=eQEf63yTUsPCN-d1LqgAMmUQpfv2FH85FqnOSaR-9Q8,35575
|
|
20
|
-
celldetective/gui/classifier_widget.py,sha256=
|
|
21
|
+
celldetective/gui/classifier_widget.py,sha256=cDMdg8XjT_YG08hmXqqJk2X_yLArkupBMvxkhEya1d8,17271
|
|
21
22
|
celldetective/gui/configure_new_exp.py,sha256=ANJ-Zn4sjBphtj_aoJu6m1PFEKyv9gxeh9XqS6xOGjk,18969
|
|
22
|
-
celldetective/gui/control_panel.py,sha256=
|
|
23
|
+
celldetective/gui/control_panel.py,sha256=LNWixLPyR3wHb-fq-RWdRir-E1R3eLkxi3uBTDsm0WM,19845
|
|
23
24
|
celldetective/gui/gui_utils.py,sha256=PidFfdc8XASeIzZO5pfKgwqe4vROG7-KpYMcBZ42jdw,22673
|
|
24
25
|
celldetective/gui/json_readers.py,sha256=fTrNrlxv9NCae8ZJexBEHxI3yCLRqt6F0Yo1OeDycfA,3686
|
|
25
|
-
celldetective/gui/layouts.py,sha256=
|
|
26
|
+
celldetective/gui/layouts.py,sha256=Qrs_5ugNaLWy6l72zzPegrV8idfNWEnNNA2ltH1DC_M,37768
|
|
26
27
|
celldetective/gui/measurement_options.py,sha256=i0CdAfupHJAqhOT7RsufEK919sAzQnFBkQO4IAMYZL0,47704
|
|
27
|
-
celldetective/gui/neighborhood_options.py,sha256=
|
|
28
|
+
celldetective/gui/neighborhood_options.py,sha256=GCAAtBJb2aFQVcJUYGZAl-M6uY0UFt6IjbbIU5cwg04,20462
|
|
28
29
|
celldetective/gui/plot_measurements.py,sha256=xUoGxV6uXcen-t4yWtAmcGTUayICI-FxTVKPrWMNlfg,51799
|
|
29
|
-
celldetective/gui/plot_signals_ui.py,sha256=
|
|
30
|
-
celldetective/gui/process_block.py,sha256=
|
|
31
|
-
celldetective/gui/retrain_segmentation_model_options.py,sha256=
|
|
32
|
-
celldetective/gui/retrain_signal_model_options.py,sha256=
|
|
30
|
+
celldetective/gui/plot_signals_ui.py,sha256=96iMud47aDGErVht_kQdUS9f0uQAIYeAg3OaGk4XBVw,44551
|
|
31
|
+
celldetective/gui/process_block.py,sha256=oT0bmZqqOjSZvdthqBKoy9MejButRrqdmZQRnUWfJy8,67366
|
|
32
|
+
celldetective/gui/retrain_segmentation_model_options.py,sha256=8mZpW5fb5ts6HjKPzRpG0_tIOQgtsQth_h7ruLdKVss,22954
|
|
33
|
+
celldetective/gui/retrain_signal_model_options.py,sha256=6OqiulBk4Rn709jyENl5rHKpOHJoUsEzslxSxhRugHw,22478
|
|
33
34
|
celldetective/gui/seg_model_loader.py,sha256=uKp8oab-4QdTGqb-tb6bOD-FLD_154GOvgWFYz97BwY,17350
|
|
34
|
-
celldetective/gui/signal_annotator.py,sha256=
|
|
35
|
-
celldetective/gui/
|
|
35
|
+
celldetective/gui/signal_annotator.py,sha256=CjVqWq6WTKdMkeVT4s5yRu1Vh9QgONxxbXSVbs8_XIk,87534
|
|
36
|
+
celldetective/gui/signal_annotator2.py,sha256=-LW6rgmzYcnNvfz1MGBGOJb-aPpnI8tf9JDL5BFb52E,109578
|
|
37
|
+
celldetective/gui/signal_annotator_options.py,sha256=ztFFgA70SJ0QkntxYGsgDNCvSuSR5GjF7_J6pYVYc1g,11020
|
|
36
38
|
celldetective/gui/styles.py,sha256=Vw4wr6MQ4iBwhOY-ZWAxFDZZ3CNohmEnuPPazwhJaho,4129
|
|
37
|
-
celldetective/gui/survival_ui.py,sha256=
|
|
38
|
-
celldetective/gui/tableUI.py,sha256=
|
|
39
|
+
celldetective/gui/survival_ui.py,sha256=sWY5rsxLaNHgfUCB0fphBM2c8J4LLY9q5cdSxF1aq1Q,33792
|
|
40
|
+
celldetective/gui/tableUI.py,sha256=c0svHoiLNyFlNXcAnXYyqSqBXCR-V6RCl-26HBWIuaQ,42001
|
|
39
41
|
celldetective/gui/thresholds_gui.py,sha256=b8SkG4DlfxBRjacKTe1NSNkq7rJm8lnSLifH-mg846k,49529
|
|
40
42
|
celldetective/gui/viewers.py,sha256=buBholjAieaVVb6YinVhxPshEHxBEU3er_N0UrkwAew,27734
|
|
41
43
|
celldetective/icons/logo-large.png,sha256=FXSwV3u6zEKcfpuSn4unnqB0oUnN9cHqQ9BCKWytrpg,36631
|
|
@@ -48,6 +50,7 @@ celldetective/icons/survival2.png,sha256=8zsualD7d9VPAecoFA4Om9TFARErqpJzMg6U7XA
|
|
|
48
50
|
celldetective/icons/vignette_signals2.png,sha256=hsVOdQDpEfMGM45aaSeacEm3lvxbquRKKYutiS9qoS0,20743
|
|
49
51
|
celldetective/icons/vignette_signals2.svg,sha256=muGNcQudV1jG-bmFd9FwV-Wb8PcrRV5osdZ7pHR7Ekk,5947
|
|
50
52
|
celldetective/links/zenodo.json,sha256=7WKRuZY7MHTR-IChWBbU0i47H_479NtlxsCGaJn9-xM,22728
|
|
53
|
+
celldetective/models/pair_signal_detection/blank,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
51
54
|
celldetective/models/segmentation_effectors/blank,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
52
55
|
celldetective/models/segmentation_effectors/primNK_cfse/config_input.json,sha256=gwEGP5wc6iVcwLrR5IbEb-9lTbdQuPyLLFYXh00374U,509
|
|
53
56
|
celldetective/models/segmentation_effectors/primNK_cfse/cp-cfse-transfer,sha256=ps4BAzGxr2i2R0uBGJqfF9wjg5bIeSeBGQb0YcUChhY,26559970
|
|
@@ -58,13 +61,14 @@ celldetective/models/signal_detection/blank,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
|
58
61
|
celldetective/models/tracking_configs/mcf7.json,sha256=iDjb8i6yxs0GleW39dvY3Ld5bZJatlXJrwI8PG3vCT0,1780
|
|
59
62
|
celldetective/models/tracking_configs/ricm.json,sha256=L-vmwCR1f89U-qnH2Ms0cBfPFR_dxIWoe2ccH8V-QBA,2727
|
|
60
63
|
celldetective/models/tracking_configs/ricm2.json,sha256=DDjJ6ScYcDWvlsy7ujPID8v8H28vcNcMuZmNR8XmGxo,2718
|
|
61
|
-
celldetective/scripts/analyze_signals.py,sha256=
|
|
62
|
-
celldetective/scripts/measure_cells.py,sha256=
|
|
63
|
-
celldetective/scripts/
|
|
64
|
+
celldetective/scripts/analyze_signals.py,sha256=c_vdd6Z0yAcuNAQJioVH5k6WmOnQBuvRqdWkn6fnCjg,2204
|
|
65
|
+
celldetective/scripts/measure_cells.py,sha256=ex9fOcc8CP7RTVBbSyNHX5yHozhhl1XhTmHJXvtIr1Y,11870
|
|
66
|
+
celldetective/scripts/measure_relative.py,sha256=lGW3zxtXcr4jEPMMkhLbc--OE6vE5GGlLnxa9ma7yfY,4296
|
|
67
|
+
celldetective/scripts/segment_cells.py,sha256=YtTVPjaaLuIqBaV3hlpa__fMeDB3trTPOFJRfEl0jQs,8231
|
|
64
68
|
celldetective/scripts/segment_cells_thresholds.py,sha256=GbWXa6xoO8s4PinJPZIxAuosw4vpzyJ7FiFYpSURojk,4998
|
|
65
|
-
celldetective/scripts/track_cells.py,sha256=
|
|
66
|
-
celldetective/scripts/train_segmentation_model.py,sha256=
|
|
67
|
-
celldetective/scripts/train_signal_model.py,sha256=
|
|
69
|
+
celldetective/scripts/track_cells.py,sha256=qATUotwsFrINe_uBMGlcCZbFU0iT1J9K8bEZ3TVouIg,8173
|
|
70
|
+
celldetective/scripts/train_segmentation_model.py,sha256=Fm-46uhn5zd_1iwRiunBq_ziqiO4Fv-bzS5OgS0B_2c,9284
|
|
71
|
+
celldetective/scripts/train_signal_model.py,sha256=LNLIViFEMzyDZvbdfU2L1p90uu2Bha5FLH2qCKSX424,3234
|
|
68
72
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
69
73
|
tests/test_events.py,sha256=eLFwwEEJfQAdwhews3-fn1HSvzozcNNFN_Qn0gOvQkE,685
|
|
70
74
|
tests/test_filters.py,sha256=iJksl_HgquqGzPPv46qpNtlD4rkBpZ5eVtIotgZ7LDs,656
|
|
@@ -72,13 +76,13 @@ tests/test_io.py,sha256=gk5FmoI7ANEczUtNXYRxc48KzkfYzemwS_eYaLq4_NI,2093
|
|
|
72
76
|
tests/test_measure.py,sha256=FEUAs1rVHylvIvubCb0bJDNGZLVmkgXNgI3NaGQ1dA8,4542
|
|
73
77
|
tests/test_neighborhood.py,sha256=gk5FmoI7ANEczUtNXYRxc48KzkfYzemwS_eYaLq4_NI,2093
|
|
74
78
|
tests/test_preprocessing.py,sha256=FI-Wk-kc4wWmOQg_NLCUIZC1oti396wr5cC-BauBai0,1436
|
|
75
|
-
tests/test_segmentation.py,sha256
|
|
79
|
+
tests/test_segmentation.py,sha256=_HB8CCq-Ci6amf0xAmDIUuwtBUU_EGpgqLvcvSHrGug,3427
|
|
76
80
|
tests/test_signals.py,sha256=No4cah6KxplhDcKXnU8RrA7eDla4hWw6ccf7xGnBokU,3599
|
|
77
81
|
tests/test_tracking.py,sha256=8hebWSqEIuttD1ABn-6dKCT7EXKRR7-4RwyFWi1WPFo,8800
|
|
78
82
|
tests/test_utils.py,sha256=NKRCAC1d89aBK5cWjTb7-pInYow901RrT-uBlIdz4KI,3692
|
|
79
|
-
celldetective-1.
|
|
80
|
-
celldetective-1.
|
|
81
|
-
celldetective-1.
|
|
82
|
-
celldetective-1.
|
|
83
|
-
celldetective-1.
|
|
84
|
-
celldetective-1.
|
|
83
|
+
celldetective-1.2.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
84
|
+
celldetective-1.2.0.dist-info/METADATA,sha256=hFfaLqmAoHCysOuQXDEC7QT7rjkTZHP1_OPuV2INxrY,12405
|
|
85
|
+
celldetective-1.2.0.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
86
|
+
celldetective-1.2.0.dist-info/entry_points.txt,sha256=2NU6_EOByvPxqBbCvjwxlVlvnQreqZ3BKRCVIKEv3dg,62
|
|
87
|
+
celldetective-1.2.0.dist-info/top_level.txt,sha256=6rsIKKfGMKgud7HPuATcpq6EhdXwcg_yknBVWn9x4C4,20
|
|
88
|
+
celldetective-1.2.0.dist-info/RECORD,,
|
tests/test_segmentation.py
CHANGED
|
@@ -44,7 +44,7 @@ class TestDLMCF7Segmentation(unittest.TestCase):
|
|
|
44
44
|
def test_correct_segmentation_with_transferred_model(self):
|
|
45
45
|
|
|
46
46
|
labels = segment(self.stack, "MCF7_h_versatile", channels=self.channels, spatial_calibration=self.spatial_calibration, view_on_napari=False,
|
|
47
|
-
use_gpu=True
|
|
47
|
+
use_gpu=True)
|
|
48
48
|
np.testing.assert_array_equal(labels[0], labels[1])
|
|
49
49
|
|
|
50
50
|
self.binary_label_true = self.label_true.copy().astype(float)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|