Skip to content

Commit 67c8e0a

Browse files
committed
update readme
1 parent 667c394 commit 67c8e0a

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,33 @@
3535
2. Channel Alignment
3636
3. Iterative Stitching
3737

38-
**Analysis**
38+
**ARA Registration**
3939

4040
4. ARA Registration subworkflow (optional)
4141
5. Cell Nuclei Quantification
4242

43+
**Full**
44+
45+
1. Preprocessing
46+
2. Nuclei quantification
47+
4348
## Pipeline Summary
4449

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.
4651

4752
### Preprocessing
4853

4954
Preprocessing is performed on raw 2D single-channel 16-bit `.tif` images produced by a light sheet microscope. Three individual steps are perfomed :
5055

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
5461

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`.
5663

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
5865

5966
Optionally registration to the Allen Refernce Atlas (ARA) for functional brain region annotation can be perfomed before segmentation.
6067
This includes the following two steps:

0 commit comments

Comments
 (0)