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
Copy file name to clipboardexpand all lines: docs/data.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
3
3
## Data organization
4
4
We strongly recommend the following data-organization on which this workflow has been tested.
5
-
1. Images are store as single-channel multi-z-stack tif files, e.g on tif per position and channel.
5
+
6
+
1. Images are store as single-channel multi-z-stack tif files, e.g on tif per position and channel. If your data are not single-channel, see the section on how to split channels with [Fiji](fiji-split-channels.md).
6
7
2. All raw 3D images are stored in a folder `acquisition`
7
8
3. All analysis results are stored in subfolder `analysis`, where each analysis step has a separate subfolder.
Copy file name to clipboardexpand all lines: docs/imjoy-pre-processing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Segmentation is done on 2D images. In this step, 3D images are transformed into
4
4
2D images by applying a projection.
5
5
6
6
Preprocessing is done with the ImJoy plugin `PreProcess`:
7
-
<ahref="https://imjoy.io/#/app?w=cellpose&plugin=fish-quant/segmentation:PreProcess@stable&upgrade=1"target="_blank">**install from here.**</a>
7
+
<ahref="https://imjoy.io/#/app?w=fq-seg&plugin=fish-quant/segmentation:PreProcess@stable&upgrade=1"target="_blank">**install from here.**</a>
8
8
9
9
1. Before running the plugin, you have to specify a few parameters. Note that you have to perform this
10
10
projection for each channel-type. This allows to use different projection methods for a channel. This can be set in the plugin interface, avaible after clicking on the arrow down next to the plugin name.
Copy file name to clipboardexpand all lines: docs/imjoy-segmentation.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
# Segmentation of cells and nuclei
3
3
4
4
Preprocessing is done with the ImJoy plugin `SegmentCellsNuclei`:
5
-
<ahref="https://imjoy.io/#/app?w=cellpose&plugin=fish-quant/segmentation:SegmentCellsNuclei@stable&upgrade=1"target="_blank">**install from here.**</a>
5
+
<ahref="https://imjoy.io/#/app?w=fq-seg&plugin=fish-quant/segmentation:SegmentCellsNuclei@stable&upgrade=1"target="_blank">**install from here.**</a>
6
6
7
7
8
8
**Resizing to speed up prediction**: segmentation speed depends on the image size. In our experience, resizing the images
"# Notebook to perform preprocessing of images for segmentation\n",
8
+
"* Takes 3D images and performs a 2D projection to obtain 2D png that can be used in the segmentation algorithm.\n",
9
+
"* Requires that `cellpose` and the code of this respository are installed. One way to do this is with a pip install (recommended in a dedicated conda environment as explained in the documentation).\n",
"# Notebook to perform segmentation of cells and nuclei with cellpose.\n",
8
+
"* Requires that `cellpose` and the code of this respository are installed. One way to do this is with a pip install (recommended in a dedicated conda environment as explained in the documentation).\n",
0 commit comments