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: README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,26 +35,33 @@
35
35
2. Channel Alignment
36
36
3. Iterative Stitching
37
37
38
-
**Analysis**
38
+
**ARA Registration**
39
39
40
40
4. ARA Registration subworkflow (optional)
41
41
5. Cell Nuclei Quantification
42
42
43
+
**Full**
44
+
45
+
1. Preprocessing
46
+
2. Nuclei quantification
47
+
43
48
## Pipeline Summary
44
49
45
-
The pipeline consists of two major stages, the `preprocessing`stage and the `analysis`stage.
50
+
The pipeline consists of two major workflows `preprocessing` and the `full` workflow. The `ara-regsitration` is an optional subworkflow that works only for whole mouse brain samples.
46
51
47
52
### Preprocessing
48
53
49
54
Preprocessing is performed on raw 2D single-channel 16-bit `.tif` images produced by a light sheet microscope. Three individual steps are perfomed :
50
55
51
-
- Measuring and adjustemnts for intensities
52
-
- Image channel alignemnt for at least two different channels
53
-
- Image tile stitching to recustruct the full image for each channel and z-slice
56
+
-**Intensity adjustments** to correct for the Gaussian shape of the lightsheet and intensity differences between adjacent tiles
57
+
-**Image channel alignment** using a 2D rigid approach or a nonlinear 3D approach using Elastix.
58
+
-**Image tile stitching** via an iterative 2D stitching approach by calculating z displacements and xy translations using phase correlation and SIFT.
59
+
60
+
### Full
54
61
55
-
### Analysis
62
+
Quantification of cell-nuclei is performed using a 3D-Unet. It is performed on the nuclear channel only, assuming that the corresponding image file names contain the pattern `C1`.
56
63
57
-
Analysis is performed using a 3D-Unet to qunatify the amount of cell-nuclei in the given sample. The quantification is performed on the nuclear channel only, assuming that the corresponding image file names contain the pattern `C1`.
64
+
### ARA Registration
58
65
59
66
Optionally registration to the Allen Refernce Atlas (ARA) for functional brain region annotation can be perfomed before segmentation.
0 commit comments