Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
napari-segment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andrey ARISTOV
napari-segment
Commits
aef1dbb1
Unverified
Commit
aef1dbb1
authored
3 years ago
by
Andrey ARISTOV
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
d845a654
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+71
-17
71 additions, 17 deletions
README.md
with
71 additions
and
17 deletions
README.md
+
71
−
17
View file @
aef1dbb1
...
@@ -7,31 +7,85 @@
...
@@ -7,31 +7,85 @@
[

](https://codecov.io/gh/aaristov/napari-segment)
[

](https://codecov.io/gh/aaristov/napari-segment)
[

](https://napari-hub.org/plugins/napari-segment)
[

](https://napari-hub.org/plugins/napari-segment)
Segment organoids
and measure intensities
Segment organoids
in brightfield from nd2 stack
----------------------------------
----------------------------------
This [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.
This [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.
<!--
Don't miss the full getting started guide to set up your new package:
https://github.com/napari/cookiecutter-napari-plugin#getting-started
and review the napari docs for plugin developers:
https://napari.org/plugins/stable/index.html
-->
## Installation
## Installation
You can install
`napari-segment`
via [pip]:
```
pip install git+https://github.com/aaristov/napari-segment.git```
pip install napari-segment
## Usage for segmentation
1. Drag your nd2 file into napari
2. Lauch Plugins -> napari-segment: Segment prognoid
To install latest development version :
3. Select the brightfield channel
4. The data is lazily loaded from nd2 dataset and dynamically segmented in the viewer.
pip install git+https://github.com/aaristov/napari-segment.git
5. Theshold and erode parameters allow you to adjust segmentation -> they all will appear in the Detections layer
6. Min/max diameter and eccentricity allow you to filter out unwanted regions -> the good regions will appear in the "selected labels" layer.
7. You can deactivate the Detection layer with a checkbox.
8. Once saticfied, simply save the selected labels layer with build-in napari saver for future use and downstream analysis.

## Usage for multicale zarr preview
1. Drag and drop the folder with mutiscale zarr dataset.
2. The plugin will look for the napari attributes in the .zattr file and render the stack accordingly. See the example below for 4D dataset:
```
json
{
"multiscales": {
"multiscales": [
{
"channel_axis": 1,
"colormap": [
"gray",
"green",
"blue"
],
"datasets": [
{
"path": "0"
},
{
"path": "1"
},
{
"path": "2"
},
{
"path": "3"
}
],
"lut": [
[
1000,
30000
],
[
440,
600
],
[
0,
501
]
],
"name": [
"BF",
"TRITC",
"mask"
],
"title": "BF_TRITC_aligned.zarr",
"type": "nd2",
"version": "0.1"
}
]
}
}
```
## Contributing
## Contributing
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment