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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ It was developed for imaging data from (clear-tissue) [flamingo microscopes](htt
6
6
In addition to the analysis functionality, CochleaNet implements data pre-processing to convert data from flamingo microscopes into a format compatible with [BigStitcher](https://imagej.net/plugins/bigstitcher/) and to export image data and segmentation results to [ome.zarr](https://www.nature.com/articles/s41592-021-01326-w) and [MoBIE](https://mobie.github.io/).
7
7
This functionality is applicable to any imaging data from flamingo microscopes, not only clear-tissue data or cochleae. We aim to also extend the segmentation and analysis functionality to other kinds of samples imaged in the flamingo in the future.
8
8
9
-
For installation and usage instructions, check out [the documentation](https://computational-cell-analytics.github.io/cochlea-net/). For more details on the underlying methodology check out [our preprint](TODO).
9
+
For installation and usage instructions, check out [the documentation](https://computational-cell-analytics.github.io/cochlea-net/). For more details on the underlying methodology check out [our preprint](https://doi.org/10.1101/2025.11.16.688700).
10
10
11
11
<!---
12
12
The `flamingo_tools` library implements functionality for:
Copy file name to clipboardExpand all lines: doc/documentation.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CochleaNet
2
2
3
-
CochleaNet is a software tool for the analysis of cochleae imaged in light-sheet microscopy.
3
+
CochleaNet is a tool for the analysis of cochleae imaged in light-sheet microscopy.
4
4
Its main components are:
5
5
- A deep neural network for segmenting spiral ganglion neurons (SGNs) from parvalbumin (PV) staining.
6
6
- A deep neural network for segmenting inner hair cells (IHCs) from VGlut3 staining.
@@ -12,11 +12,12 @@ In addition, it contains functionality for data pre-processing and different kin
12
12
- Analyzing SGN subtypes (based on additional fluorescent staining).
13
13
- Visualizing segmentation results and derived analyses in [MoBIE](https://mobie.github.io/).
14
14
15
-
The networks and analysis methods were primarily developed for high-resolution isotropic data from a [custom light-sheet microscope](https://www.biorxiv.org/content/10.1101/2025.02.21.639411v2.abstract).
16
-
The networks will work best on the respective fluorescent stains they were trained on, but will work on similar stains. For example, we have successfully applied the network for SGN segmentation on a calretinin (CR) stain and the network for IHC segmentation on a myosin7a stain.
15
+
The networks and analysis methods were primarily developed for high-resolution isotropic data from a [custom light-sheet microscope](https://www.nature.com/articles/s41587-025-02882-8).
16
+
The networks work best for the respective fluorescent stains they were trained on, but will work for similar stains.
17
+
For example, we have successfully applied the network for SGN segmentation on a calretinin (CR) stain and the network for IHC segmentation on a Myosin VII A stain.
17
18
In addition, CochleaNet provides networks for the segmentation of SGNs and IHCs in anisotropic data from a [commercial light-sheet microscope](https://www.miltenyibiotec.com/DE-en/products/macs-imaging-and-spatial-biology/ultramicroscope-platform.html).
18
19
19
-
For more information on CochleaNet, check out our [preprint](TODO).
20
+
For more information on CochleaNet, check out our [preprint](https://doi.org/10.1101/2025.11.16.688700).
20
21
21
22
## Installation
22
23
@@ -54,20 +55,20 @@ CochleaNet can be used via:
54
55
- The [command line interface](#command-line-interface): enables data conversion, model prediction, and selected analysis workflows for large image data.
55
56
- The [python library](#python-library): implements CochleaNet's functionality and can be used to implement flexible prediction and data analysis workflows for large image data.
56
57
57
-
**Note: the napari plugin was not optimized for processing large data. For processing large image data use the CLI or python library.**
58
+
**Note: the napari plugin was not optimized for processing large data. Please use the CLI or python library for processing large data.**
58
59
59
60
### Napari Plugin
60
61
61
-
The napari plugin for segmentation (SGNs and IHCS) and detection (ribbon synapses) is available under `Plugins->CochleaNet->Segmentation/Detection` in napari:
62
+
The plugins for segmentation (SGNs and IHCS) and detection (ribbon synapses) is available under `Plugins->CochleaNet->Segmentation/Detection` in napari:
62
63
63
-
The segmentation plugin offers the choice of different models under `Select Model:` (see [Available Models](#available-models) for details). `Image data` enables to choose which image data (layer) the model is applied to. The segmentation is started by clicking the `Run Segmentation` button. After the segmentation has finished, a new segmentation layer with the result (here `IHC`) will be added:
64
+
The segmentation plugin offers the choice of different models under `Select Model:` (see [Available Models](#available-models) for details). `Image data` enables the choice which image data (napari layer) the model is applied to.
65
+
The segmentation is started by clicking the `Run Segmentation` button. After the segmentation has finished, a new segmentation layer with the result (here `IHC`) will be added:
64
66
65
-
The detection model works similarly. It currently provides the model for synapse detection. The predictions are added as point layer (``):
67
+
The detection model works similarly. It currently provides the model for synapse detection. The predictions are added as a point layer (``):
66
68
67
-
TODO Video.
68
-
For more information on how to use napari, check out the tutorials at [www.napari.org](TODO).
69
+
For more information on how to use napari, check out the tutorials at [www.napari.org](https://napari.org/stable/).
69
70
70
-
**To use the napari plugin you have to install `napari` and `pyqt` in your environment.** See [installation](#installation) for details.
71
+
**To use the napari plugin you have to install `napari` and `pyqt` in your environment. See [installation](#installation) for details.**
0 commit comments