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
@@ -56,7 +61,7 @@ in the napari plugin [napari-segment-blobs-and-things-with-membranes](https://ww
56
61
57
62
In case you have 2D time-lapse data you need to convert it into a suitable shape using the menu `Tools > Utilities > Convert 3D stack to 2D time-lapse (time-slicer)` ([documentation](https://www.napari-hub.org/plugins/napari-time-slicer)).
58
63
59
-
### Measurements
64
+
####Measurements
60
65
The first step is deriving measurements from the labeled image and the corresponding pixels in the grey-value image.
61
66
Use the menu `Tools > Measurement tables > Regionprops (scikit-image, nsr)` to get to the measurement widget ([documentation](https://www.napari-hub.org/plugins/napari-skimage-regionprops)).
62
67
Select the image, the corresponding label image and the measurements to analyse and click on `Run`.
@@ -67,7 +72,7 @@ You can also load your own measurements. You can do this using the menu `Tools >
67
72
If you load custom measurements, please make sure that there is a `label` column that specifies which measurement belongs to which labeled object.
68
73
Make sure to avoid the label `0` as this is reserved for the background. Tables for time-lapse data need to include an additional column named `frame`.
69
74
70
-
### Plotting
75
+
####Plotting
71
76
72
77
Once measurements were saved in the labels layer which was analysed, you can then plot these measurements using the menu `Tools > Visualization > Plot measurements (ncp)`.
73
78
@@ -87,7 +92,7 @@ If you choose the same measurement for the X and the Y axis, a histogram will be
87
92
Under advanced options you will also find the checkbox determining whether not-selected data points should be hidden (shown in grey) or automatically
88
93
clustered as another cluster.
89
94
90
-
### Manual clustering
95
+
####Manual clustering
91
96
92
97
You can manually select a region in the plot. To use lasso (freehand) tool use left mouse click, and to use a
93
98
rectangle - right click. The resulting manual clustering will also be visualized in the original image. To optimize
@@ -99,12 +104,12 @@ Hold down the SHIFT key while annotating regions in the plot to manually select
Manual clustering results can be saved by going to `Tools > Measurement > Show table (nsr)`, and clicking on `Save as csv`.
105
110
The saved table will contain a "MANUAL_CLUSTER_ID" column. This column is overwritten every time different clusters are manually selected.
106
111
107
-
### Time-Lapse analysis
112
+
####Time-Lapse analysis
108
113
109
114
When you plot your time-lapse datasets you will notice that the plots look slightly different.
110
115
Datapoints of the current time frame are highlighted in bright color and you can see the datapoints move through the plot while you navigate through time:
@@ -172,7 +177,7 @@ For example, if you have a time-lapse labeled image where each label number repr
172
177
173
178
Check [this notebook](./example_data/tracking_data/loading_tracking_data_example.ipynb) to learn how to load these data from code.
174
179
175
-
### Dimensionality reduction
180
+
### 4. Dimensionality reduction
176
181
177
182
For getting more insights into your data, you can reduce the dimensionality of the measurements, using these algorithms:
0 commit comments